Home
last modified time | relevance | path

Searched refs:WAIT_REG_MEM_NOT_EQUAL (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dsid.h157 #define WAIT_REG_MEM_NOT_EQUAL 4 macro
/third_party/mesa3d/src/amd/vulkan/
Dradv_sqtt.c270 WAIT_REG_MEM_NOT_EQUAL); /* wait until the register is equal to the reference value */ in radv_emit_thread_trace_stop()
Dsi_cmd_buffer.c927 assert(op == WAIT_REG_MEM_EQUAL || op == WAIT_REG_MEM_NOT_EQUAL || in radv_cp_wait_mem()
Dradv_query.c1292 radv_cp_wait_mem(cs, WAIT_REG_MEM_NOT_EQUAL, local_src_va + 4, in radv_CmdCopyQueryPoolResults()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_sqtt.c320 … radeon_emit(WAIT_REG_MEM_NOT_EQUAL); /* wait until the register is equal to the reference value */ in si_emit_thread_trace_stop()