Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dfbobject.c1091 bool has_depth_attachment = false; in _mesa_test_framebuffer_completeness() local
1136 has_depth_attachment = true; in _mesa_test_framebuffer_completeness()
1486 has_stencil_attachment && has_depth_attachment && in _mesa_test_framebuffer_completeness()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c1758 bool has_depth_attachment = attachment && vk_format_is_depth(attachment->format); in radv_pipeline_init_depth_stencil_state() local
1762 if (has_depth_attachment) { in radv_pipeline_init_depth_stencil_state()
4002 bool has_depth_attachment = attachment && vk_format_is_depth(attachment->format); in radv_pipeline_generate_depth_stencil_state() local
4004 if (vkds && has_depth_attachment) { in radv_pipeline_generate_depth_stencil_state()