Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_decompress.c316 state->depth_decomp[i].resummarize_pipeline, &state->alloc); in radv_device_finish_meta_depth_decomp_state()
349 &state->depth_decomp[i].resummarize_pipeline); in radv_device_init_meta_depth_decomp_state()
377 … DEPTH_RESUMMARIZE, &state->depth_decomp[samples_log2].resummarize_pipeline); in radv_get_depth_pipeline()
389 pipeline = &state->depth_decomp[samples_log2].resummarize_pipeline; in radv_get_depth_pipeline()
Dradv_private.h634 VkPipeline resummarize_pipeline; member