Home
last modified time | relevance | path

Searched refs:ir_texture_opcode (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dir.h1858 enum ir_texture_opcode { enum
1901 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;
Dir_reader.cpp949 ir_texture_opcode op = ir_tex; /* silence warning */ in read_texture()
988 if (op == (ir_texture_opcode) -1) in read_texture()
Dir.cpp1792 ir_texture_opcode
1798 return (ir_texture_opcode) op; in get_opcode()
1800 return (ir_texture_opcode) -1; in get_opcode()
Dbuiltin_functions.cpp1118 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()
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4.h260 void emit_texture(ir_texture_opcode op,
Dbrw_vec4_nir.cpp1959 static enum ir_texture_opcode
1962 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()
Dbrw_vec4_visitor.cpp828 vec4_visitor::emit_texture(ir_texture_opcode op, in emit_texture()