Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_copy_vrs_htile.c38 radv_DestroyPipelineLayout(radv_device_to_handle(device), state->copy_vrs_htile_p_layout, in radv_device_finish_meta_copy_vrs_htile_state()
184 &state->copy_vrs_htile_p_layout); in radv_device_init_meta_copy_vrs_htile_state()
200 .layout = state->copy_vrs_htile_p_layout, in radv_device_init_meta_copy_vrs_htile_state()
258 cmd_buffer, VK_PIPELINE_BIND_POINT_COMPUTE, state->copy_vrs_htile_p_layout, 0, /* set */ in radv_copy_vrs_htile()
288 radv_CmdPushConstants(radv_cmd_buffer_to_handle(cmd_buffer), state->copy_vrs_htile_p_layout, in radv_copy_vrs_htile()
Dradv_private.h497 VkPipelineLayout copy_vrs_htile_p_layout; member