Home
last modified time | relevance | path

Searched refs:get_opcode (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitssboinstruction.h41 ESDOp get_opcode(nir_intrinsic_op opcode) const;
Dsfn_emitssboinstruction.cpp117 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
/third_party/mesa3d/src/compiler/glsl/
Dir_reader.cpp987 op = ir_texture::get_opcode(tag->value()); in read_texture()
Dir.h1935 static ir_texture_opcode get_opcode(const char *);
Dir.cpp1793 ir_texture::get_opcode(const char *str) in get_opcode() function in ir_texture
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp329 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