Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_meta_fast_clear.c135 &device->meta_state.fast_clear_flush.dcc_decompress_compute_ds_layout); in create_dcc_compress_compute()
143 .pSetLayouts = &device->meta_state.fast_clear_flush.dcc_decompress_compute_ds_layout, in create_dcc_compress_compute()
151 &device->meta_state.fast_clear_flush.dcc_decompress_compute_p_layout); in create_dcc_compress_compute()
169 .layout = device->meta_state.fast_clear_flush.dcc_decompress_compute_p_layout, in create_dcc_compress_compute()
175 &device->meta_state.fast_clear_flush.dcc_decompress_compute_pipeline); in create_dcc_compress_compute()
245 &device->meta_state.fast_clear_flush.pass); in create_pass()
368 .renderPass = device->meta_state.fast_clear_flush.pass, in create_pipeline()
376 &device->meta_state.fast_clear_flush.cmask_eliminate_pipeline); in create_pipeline()
414 .renderPass = device->meta_state.fast_clear_flush.pass, in create_pipeline()
422 &device->meta_state.fast_clear_flush.fmask_decompress_pipeline); in create_pipeline()
[all …]
Dradv_meta.h261 meta_state->fast_clear_flush.fmask_decompress_pipeline; in radv_is_fmask_decompress_pipeline()
274 meta_state->fast_clear_flush.dcc_decompress_pipeline; in radv_is_dcc_decompress_pipeline()
Dradv_private.h660 } fast_clear_flush; member