Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_graphics_state.h503 VkFormat depth_attachment_format; member
H A Dvk_graphics_state.c901 .depth_attachment_format = VK_FORMAT_UNDEFINED, in vk_render_pass_state_init()
949 rp->depth_attachment_format = r_info->depthAttachmentFormat; in vk_render_pass_state_init()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pipeline.c274 VkFormat depth_attachment_format; member
1778 bool no_earlyz = builder->depth_attachment_format == VK_FORMAT_S8_UINT; in tu6_emit_program()
3479 vk_format_to_pipe_format(builder->depth_attachment_format); in tu_pipeline_builder_parse_depth_stencil()
3483 if (builder->depth_attachment_format != VK_FORMAT_UNDEFINED && in tu_pipeline_builder_parse_depth_stencil()
3484 builder->depth_attachment_format != VK_FORMAT_S8_UINT) { in tu_pipeline_builder_parse_depth_stencil()
3515 if (builder->depth_attachment_format != VK_FORMAT_UNDEFINED) { in tu_pipeline_builder_parse_depth_stencil()
3553 if (builder->depth_attachment_format == VK_FORMAT_UNDEFINED) in tu_pipeline_builder_parse_depth_stencil()
3702 if (builder->depth_attachment_format != VK_FORMAT_UNDEFINED) { in tu_pipeline_builder_parse_rasterization_order()
3927 builder->depth_attachment_format = in tu_pipeline_builder_init_graphics()
3962 builder->depth_attachment_format in tu_pipeline_builder_init_graphics()
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_pipeline.c841 rp->depth_attachment_format != VK_FORMAT_UNDEFINED) { in emit_rs_state()
842 assert(vk_format_has_depth(rp->depth_attachment_format)); in emit_rs_state()
845 rp->depth_attachment_format, in emit_rs_state()

Completed in 13 milliseconds