Lines Matching refs:amber_format

510 Result GetDawnTextureFormat(const ::amber::Format& amber_format,  in GetDawnTextureFormat()  argument
516 switch (amber_format.GetFormatType()) { in GetDawnTextureFormat()
545 std::to_string(static_cast<uint32_t>(amber_format.GetFormatType())) + in GetDawnTextureFormat()
555 Result GetDawnVertexFormat(const ::amber::Format& amber_format, in GetDawnVertexFormat() argument
558 switch (amber_format.GetFormatType()) { in GetDawnVertexFormat()
583 std::to_string(static_cast<uint32_t>(amber_format.GetFormatType())) + in GetDawnVertexFormat()
592 Result GetDawnIndexFormat(const ::amber::Format& amber_format, in GetDawnIndexFormat() argument
595 switch (amber_format.GetFormatType()) { in GetDawnIndexFormat()
605 std::to_string(static_cast<uint32_t>(amber_format.GetFormatType())) + in GetDawnIndexFormat()
936 auto* amber_format = in CreateRenderPipelineDescriptor() local
938 if (!amber_format) in CreateRenderPipelineDescriptor()
941 result = GetDawnTextureFormat(*amber_format, &fb_format); in CreateRenderPipelineDescriptor()
1100 auto* amber_format = render_pipeline.pipeline->GetColorAttachments()[i] in CreateRenderPipelineDescriptor() local
1102 if (!amber_format) in CreateRenderPipelineDescriptor()
1106 result = GetDawnTextureFormat(*amber_format, &fb_format); in CreateRenderPipelineDescriptor()
1535 auto* amber_format = render_pipeline->pipeline->GetColorAttachments()[i] in AttachBuffersAndTextures() local
1537 if (!amber_format) in AttachBuffersAndTextures()
1541 result = GetDawnTextureFormat(*amber_format, &fb_format); in AttachBuffersAndTextures()