Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_constants.h56 #define NUM_DEPTH_CLEAR_PIPELINES 2 macro
Dradv_private.h477 VkPipeline depth_only_pipeline[NUM_DEPTH_CLEAR_PIPELINES];
478 VkPipeline stencil_only_pipeline[NUM_DEPTH_CLEAR_PIPELINES];
479 VkPipeline depthstencil_pipeline[NUM_DEPTH_CLEAR_PIPELINES];
481 VkPipeline depth_only_unrestricted_pipeline[NUM_DEPTH_CLEAR_PIPELINES];
482 VkPipeline stencil_only_unrestricted_pipeline[NUM_DEPTH_CLEAR_PIPELINES];
483 VkPipeline depthstencil_unrestricted_pipeline[NUM_DEPTH_CLEAR_PIPELINES];
Dradv_meta_clear.c281 for (uint32_t j = 0; j < NUM_DEPTH_CLEAR_PIPELINES; j++) { in radv_device_finish_meta_clear_state()
1204 for (uint32_t j = 0; j < NUM_DEPTH_CLEAR_PIPELINES; j++) { in radv_device_init_meta_clear_state()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_private.h110 #define NUM_DEPTH_CLEAR_PIPELINES 3 macro