Searched refs:ir_texture_opcode (Results 1 – 7 of 7) sorted by relevance
1858 enum ir_texture_opcode { enum1901 ir_texture(enum ir_texture_opcode op) in ir_texture()1935 static ir_texture_opcode get_opcode(const char *);1937 enum ir_texture_opcode op;
949 ir_texture_opcode op = ir_tex; /* silence warning */ in read_texture()988 if (op == (ir_texture_opcode) -1) in read_texture()
1792 ir_texture_opcode1798 return (ir_texture_opcode) op; in get_opcode()1800 return (ir_texture_opcode) -1; in get_opcode()
1118 ir_function_signature *_texture(ir_texture_opcode opcode,1124 ir_function_signature *_textureCubeArrayShadow(ir_texture_opcode opcode,6487 builtin_builder::_texture(ir_texture_opcode opcode, in _texture()6591 builtin_builder::_textureCubeArrayShadow(ir_texture_opcode opcode, in _textureCubeArrayShadow()
260 void emit_texture(ir_texture_opcode op,
1959 static enum ir_texture_opcode1962 enum ir_texture_opcode op; in ir_texture_opcode_for_nir_texop()2123 ir_texture_opcode op = ir_texture_opcode_for_nir_texop(instr->op); in nir_emit_texture()
828 vec4_visitor::emit_texture(ir_texture_opcode op, in emit_texture()