Home
last modified time | relevance | path

Searched refs:get_opcode_wo (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitssboinstruction.h42 ESDOp get_opcode_wo(const nir_intrinsic_op opcode) const;
Dsfn_emitssboinstruction.cpp118 get_opcode_wo(instr->intrinsic); in emit_atomic()
149 ESDOp op = read_result ? get_opcode(instr->intrinsic) : get_opcode_wo(instr->intrinsic); in emit_unary_atomic()
195 ESDOp EmitSSBOInstruction::get_opcode_wo(const nir_intrinsic_op opcode) const in get_opcode_wo() function in r600::EmitSSBOInstruction