Searched refs:ECFOpCode (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instruction_misc.h | 37 ECFOpCode op() const {return m_cut ? cf_cut_vertex: cf_emit_vertex;} in op() 54 ECFOpCode op() const {return cf_wait_ack;} in op()
|
D | sfn_instruction_gds.h | 150 RatInstruction(ECFOpCode cf_opcode, ERatOp rat_op, 174 ECFOpCode cf_opcode() const { return m_cf_opcode;} in cf_opcode() 187 ECFOpCode m_cf_opcode;
|
D | sfn_instruction_export.h | 152 MemRingOutIntruction(ECFOpCode ring, EMemWriteType type, 174 ECFOpCode m_ring_op;
|
D | sfn_instruction_export.cpp | 247 MemRingOutIntruction::MemRingOutIntruction(ECFOpCode ring, EMemWriteType type, in MemRingOutIntruction() 334 const ECFOpCode ring_op[4] = {cf_mem_ring, cf_mem_ring1, cf_mem_ring2, cf_mem_ring3}; in patch_ring()
|
D | sfn_instruction_gds.cpp | 87 RatInstruction::RatInstruction(ECFOpCode cf_opcode, ERatOp rat_op, in RatInstruction()
|
D | sfn_defines.h | 68 enum ECFOpCode { enum
|