Searched refs:MEM_WRITE_32_BITS (Results 1 – 4 of 4) sorted by relevance
472 radeon_emit(cs, ((va >> 32) & 0xff) | MEM_WRITE_32_BITS); in r600_emit_pfp_sync_me()
94 #define MEM_WRITE_32_BITS (1 << 18) macro
103 #define MEM_WRITE_32_BITS (1 << 18) macro
4771 radeon_emit(cs, rctx->trace_buf->gpu_address >> 32 | MEM_WRITE_32_BITS | MEM_WRITE_CONFIRM); in eg_trace_emit()