Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_copy_vrs_htile.c36 radv_DestroyPipeline(radv_device_to_handle(device), state->copy_vrs_htile_pipeline, in radv_device_finish_meta_copy_vrs_htile_state()
208 &pipeline_info, NULL, &state->copy_vrs_htile_pipeline); in radv_device_init_meta_copy_vrs_htile_state()
226 if (!cmd_buffer->device->meta_state.copy_vrs_htile_pipeline) { in radv_copy_vrs_htile()
244 state->copy_vrs_htile_pipeline); in radv_copy_vrs_htile()
Dradv_private.h441 VkPipeline copy_vrs_htile_pipeline; member