Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_private.h97 #define NUM_DEPTH_CLEAR_PIPELINES 3 macro
412 VkPipeline depth_only_pipeline[NUM_DEPTH_CLEAR_PIPELINES];
413 VkPipeline stencil_only_pipeline[NUM_DEPTH_CLEAR_PIPELINES];
414 VkPipeline depthstencil_pipeline[NUM_DEPTH_CLEAR_PIPELINES];
Dradv_meta_clear.c305 for (uint32_t j = 0; j < NUM_DEPTH_CLEAR_PIPELINES; j++) { in radv_device_finish_meta_clear_state()
825 for (uint32_t j = 0; j < NUM_DEPTH_CLEAR_PIPELINES; j++) { in radv_device_init_meta_clear_state()