Searched refs:radv_cp_wait_mem (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_query.c1252 radv_cp_wait_mem(cs, WAIT_REG_MEM_GREATER_OR_EQUAL, src_va, 0x80000000, 0xffffffff);
1270 radv_cp_wait_mem(cs, WAIT_REG_MEM_EQUAL, avail_va, 1, 0xffffffff);
1292 radv_cp_wait_mem(cs, WAIT_REG_MEM_NOT_EQUAL, local_src_va + 4,
1312 radv_cp_wait_mem(cs, WAIT_REG_MEM_GREATER_OR_EQUAL, src_va + 4, 0x80000000,
H A Dsi_cmd_buffer.c925 radv_cp_wait_mem(struct radeon_cmdbuf *cs, uint32_t op, uint64_t va, uint32_t ref, uint32_t mask) function in typeref:typename:void
1094 radv_cp_wait_mem(cs, WAIT_REG_MEM_EQUAL, flush_va, *flush_cnt, 0xffffffff);
1258 radv_cp_wait_mem(cs, WAIT_REG_MEM_EQUAL, flush_va, *flush_cnt, 0xffffffff);
H A Dradv_private.h1536 void radv_cp_wait_mem(struct radeon_cmdbuf *cs, uint32_t op, uint64_t va, uint32_t ref,
H A Dradv_cmd_buffer.c7693 radv_cp_wait_mem(cs, WAIT_REG_MEM_EQUAL, va, 1, 0xffffffff);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_query.c1319 radv_cp_wait_mem(cs, WAIT_REG_MEM_GREATER_OR_EQUAL,
1339 radv_cp_wait_mem(cs, WAIT_REG_MEM_EQUAL,
1362 radv_cp_wait_mem(cs, WAIT_REG_MEM_NOT_EQUAL,
1402 radv_cp_wait_mem(cs, WAIT_REG_MEM_GREATER_OR_EQUAL,
H A Dsi_cmd_buffer.c731 radv_cp_wait_mem(struct radeon_cmdbuf *cs, uint32_t op, uint64_t va, function in typeref:typename:void
884 radv_cp_wait_mem(cs, WAIT_REG_MEM_EQUAL, flush_va,
H A Dradv_private.h1174 void radv_cp_wait_mem(struct radeon_cmdbuf *cs, uint32_t op, uint64_t va,
H A Dradv_cmd_buffer.c4731 radv_cp_wait_mem(cs, WAIT_REG_MEM_EQUAL, va, 1, 0xffffffff);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.0.0.rst2218 - radv: replace si_emit_wait_fence() with radv_cp_wait_mem()
2219 - radv: more use of radv_cp_wait_mem()

Completed in 42 milliseconds