Searched refs:CF_OP_WAIT_ACK (Results 1 – 5 of 5) sorted by relevance
92 cf_wait_ack = CF_OP_WAIT_ACK,
904 int r = r600_bytecode_add_cfinst(m_bc, CF_OP_WAIT_ACK); in visit()1136 int r = r600_bytecode_add_cfinst(m_bc, CF_OP_WAIT_ACK); in emit_wait_ack()
595 #define CF_OP_WAIT_ACK 27 macro
270 int ret = r600_bytecode_add_cfinst(bc, CF_OP_WAIT_ACK); in r600_bytecode_wait_acks()1617 if (op != CF_OP_WAIT_ACK && op != CF_OP_MEM_SCRATCH) in r600_bytecode_add_cfinst()
924 } else if (c->bc.op == CF_OP_WAIT_ACK) { in prepare_ir()