Searched refs:radv_cp_wait_mem (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_query.c | 1252 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 D | si_cmd_buffer.c | 925 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 D | radv_private.h | 1536 void radv_cp_wait_mem(struct radeon_cmdbuf *cs, uint32_t op, uint64_t va, uint32_t ref,
|
| H A D | radv_cmd_buffer.c | 7693 radv_cp_wait_mem(cs, WAIT_REG_MEM_EQUAL, va, 1, 0xffffffff);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_query.c | 1319 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 D | si_cmd_buffer.c | 731 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 D | radv_private.h | 1174 void radv_cp_wait_mem(struct radeon_cmdbuf *cs, uint32_t op, uint64_t va,
|
| H A D | radv_cmd_buffer.c | 4731 radv_cp_wait_mem(cs, WAIT_REG_MEM_EQUAL, va, 1, 0xffffffff);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.0.0.rst | 2218 - radv: replace si_emit_wait_fence() with radv_cp_wait_mem() 2219 - radv: more use of radv_cp_wait_mem()
|
Completed in 42 milliseconds