Home
last modified time | relevance | path

Searched refs:fast_clear_flush (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_fast_clear.c103 &device->meta_state.fast_clear_flush.dcc_decompress_compute_ds_layout); in create_dcc_compress_compute()
110 .pSetLayouts = &device->meta_state.fast_clear_flush.dcc_decompress_compute_ds_layout, in create_dcc_compress_compute()
117 &device->meta_state.fast_clear_flush.dcc_decompress_compute_p_layout); in create_dcc_compress_compute()
135 .layout = device->meta_state.fast_clear_flush.dcc_decompress_compute_p_layout, in create_dcc_compress_compute()
141 &device->meta_state.fast_clear_flush.dcc_decompress_compute_pipeline); in create_dcc_compress_compute()
278 &device->meta_state.alloc, &device->meta_state.fast_clear_flush.cmask_eliminate_pipeline); in create_pipeline()
328 &device->meta_state.alloc, &device->meta_state.fast_clear_flush.fmask_decompress_pipeline); in create_pipeline()
380 &device->meta_state.alloc, &device->meta_state.fast_clear_flush.dcc_decompress_pipeline); in create_pipeline()
395 state->fast_clear_flush.dcc_decompress_pipeline, &state->alloc); in radv_device_finish_meta_fast_clear_flush_state()
397 state->fast_clear_flush.fmask_decompress_pipeline, &state->alloc); in radv_device_finish_meta_fast_clear_flush_state()
[all …]
Dradv_meta.h248 meta_state->fast_clear_flush.fmask_decompress_pipeline; in radv_is_fmask_decompress_pipeline()
261 meta_state->fast_clear_flush.dcc_decompress_pipeline; in radv_is_dcc_decompress_pipeline()
Dradv_private.h650 } fast_clear_flush; member