Searched refs:get_opcode (Results 1 – 6 of 6) sorted by relevance
41 ESDOp get_opcode(nir_intrinsic_op opcode) const;
117 ESDOp op = read_result ? get_opcode(instr->intrinsic) : in emit_atomic()149 ESDOp op = read_result ? get_opcode(instr->intrinsic) : get_opcode_wo(instr->intrinsic); in emit_unary_atomic()164 ESDOp EmitSSBOInstruction::get_opcode(const nir_intrinsic_op opcode) const in get_opcode() function in r600::EmitSSBOInstruction
987 op = ir_texture::get_opcode(tag->value()); in read_texture()
1935 static ir_texture_opcode get_opcode(const char *);
1793 ir_texture::get_opcode(const char *str) in get_opcode() function in ir_texture
329 enum tgsi_opcode get_opcode(enum tgsi_opcode op,524 op = get_opcode(op, dst, src0, src1); in emit_asm()769 glsl_to_tgsi_visitor::get_opcode(enum tgsi_opcode op, in get_opcode() function in glsl_to_tgsi_visitor