Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_meta_fast_clear.c136 &device->meta_state.fast_clear_flush.dcc_decompress_compute_ds_layout); in create_dcc_compress_compute()
144 .pSetLayouts = &device->meta_state.fast_clear_flush.dcc_decompress_compute_ds_layout, in create_dcc_compress_compute()
152 &device->meta_state.fast_clear_flush.dcc_decompress_compute_p_layout); in create_dcc_compress_compute()
170 .layout = device->meta_state.fast_clear_flush.dcc_decompress_compute_p_layout, in create_dcc_compress_compute()
176 &device->meta_state.fast_clear_flush.dcc_decompress_compute_pipeline); in create_dcc_compress_compute()
226 &device->meta_state.fast_clear_flush.pass); in create_pass()
349 .renderPass = device->meta_state.fast_clear_flush.pass, in create_pipeline()
357 &device->meta_state.fast_clear_flush.cmask_eliminate_pipeline); in create_pipeline()
395 .renderPass = device->meta_state.fast_clear_flush.pass, in create_pipeline()
403 &device->meta_state.fast_clear_flush.fmask_decompress_pipeline); in create_pipeline()
[all …]
Dradv_private.h526 } fast_clear_flush; member