Searched refs:get_opcode (Results 1 – 6 of 6) sorted by relevance
99 auto get_opcode(const nir_tex_instr& instr) -> Opcode;
118 static ESDOp get_opcode(const nir_intrinsic_op opcode) in get_opcode() function184 ESDOp op = read_result ? get_opcode(instr->intrinsic) : in emit_atomic_op2()
1015 opcode = get_opcode(instr); in Inputs()1020 auto TexInstr::Inputs::get_opcode(const nir_tex_instr& instr) -> Opcode in get_opcode() function in r600::TexInstr::Inputs
1927 static ir_texture_opcode get_opcode(const char *);
997 op = ir_texture::get_opcode(tag->value()); in read_texture()
1784 ir_texture::get_opcode(const char *str) in get_opcode() function in ir_texture