Searched refs:NUM_DEPTH_CLEAR_PIPELINES (Results 1 – 4 of 4) sorted by relevance
56 #define NUM_DEPTH_CLEAR_PIPELINES 2 macro
477 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];
281 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()
110 #define NUM_DEPTH_CLEAR_PIPELINES 3 macro