Home
last modified time | relevance | path

Searched refs:depth_attachment_format (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c265 VkFormat depth_attachment_format; member
1525 builder->depth_attachment_format == VK_FORMAT_S8_UINT); in tu6_emit_program()
1533 builder->depth_attachment_format == VK_FORMAT_S8_UINT); in tu6_emit_program()
2470 if (builder->depth_attachment_format != VK_FORMAT_UNDEFINED && in tu_pipeline_builder_parse_depth_stencil()
2471 builder->depth_attachment_format != VK_FORMAT_S8_UINT) { in tu_pipeline_builder_parse_depth_stencil()
2496 if (builder->depth_attachment_format != VK_FORMAT_UNDEFINED) { in tu_pipeline_builder_parse_depth_stencil()
2533 if (builder->depth_attachment_format == VK_FORMAT_UNDEFINED) in tu_pipeline_builder_parse_depth_stencil()
2793 builder->depth_attachment_format = (a != VK_ATTACHMENT_UNUSED) ? in tu_pipeline_builder_init_graphics()