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/
H A Dradv_constants.h56 #define NUM_DEPTH_CLEAR_PIPELINES 2 macro
H A 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];
H A 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/
H A Dpanvk_private.h110 #define NUM_DEPTH_CLEAR_PIPELINES 3 macro

Completed in 12 milliseconds