Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c4028 cmd_buffer->state.last_vrs_rates_sgpr_idx = -1; in radv_flush_force_vrs_state()
4052 cmd_buffer->state.last_vrs_rates_sgpr_idx != loc->sgpr_idx) { in radv_flush_force_vrs_state()
4057 cmd_buffer->state.last_vrs_rates_sgpr_idx = loc->sgpr_idx; in radv_flush_force_vrs_state()
5035 cmd_buffer->state.last_vrs_rates_sgpr_idx = -1; in radv_BeginCommandBuffer()
6285 primary->state.last_vrs_rates_sgpr_idx = secondary->state.last_vrs_rates_sgpr_idx; in radv_CmdExecuteCommands()
Dradv_private.h1538 int8_t last_vrs_rates_sgpr_idx; member