Searched refs:ir_txl (Results 1 – 14 of 14) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 1958 … _texture(ir_txl, v130, glsl_type::vec4_type, glsl_type::sampler1D_type, glsl_type::float_type), in create_builtins() 1959 … _texture(ir_txl, v130, glsl_type::ivec4_type, glsl_type::isampler1D_type, glsl_type::float_type), in create_builtins() 1960 … _texture(ir_txl, v130, glsl_type::uvec4_type, glsl_type::usampler1D_type, glsl_type::float_type), in create_builtins() 1962 … _texture(ir_txl, v130, glsl_type::vec4_type, glsl_type::sampler2D_type, glsl_type::vec2_type), in create_builtins() 1963 … _texture(ir_txl, v130, glsl_type::ivec4_type, glsl_type::isampler2D_type, glsl_type::vec2_type), in create_builtins() 1964 … _texture(ir_txl, v130, glsl_type::uvec4_type, glsl_type::usampler2D_type, glsl_type::vec2_type), in create_builtins() 1966 … _texture(ir_txl, v130, glsl_type::vec4_type, glsl_type::sampler3D_type, glsl_type::vec3_type), in create_builtins() 1967 … _texture(ir_txl, v130, glsl_type::ivec4_type, glsl_type::isampler3D_type, glsl_type::vec3_type), in create_builtins() 1968 … _texture(ir_txl, v130, glsl_type::uvec4_type, glsl_type::usampler3D_type, glsl_type::vec3_type), in create_builtins() 1970 … _texture(ir_txl, v130, glsl_type::vec4_type, glsl_type::samplerCube_type, glsl_type::vec3_type), in create_builtins() [all …]
|
D | ir_equals.cpp | 166 case ir_txl: in equals()
|
D | ir_rvalue_visitor.cpp | 68 case ir_txl: in rvalue_visit()
|
D | opt_tree_grafting.cpp | 285 case ir_txl: in visit_enter()
|
D | ir_hv_accept.cpp | 205 case ir_txl: in accept()
|
D | ir_clone.cpp | 231 case ir_txl: in clone()
|
D | ir_print_visitor.cpp | 362 case ir_txl: in visit()
|
D | glsl_to_nir.cpp | 1967 case ir_txl: in visit() 2102 case ir_txl: in visit()
|
D | ir.h | 1798 ir_txl, /**< Texture look-up with explicit LOD */ enumerator
|
D | ir_reader.cpp | 1069 case ir_txl: in read_texture()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_visitor.cpp | 925 case ir_txl: opcode = SHADER_OPCODE_TXL; break; in emit_texture() 1007 if (op == ir_tex || op == ir_txl) { in emit_texture()
|
D | brw_vec4_nir.cpp | 2031 case nir_texop_txl: op = ir_txl; break; in ir_texture_opcode_for_nir_texop()
|
/external/mesa3d/src/mesa/program/ |
D | ir_to_mesa.cpp | 2033 case ir_txl: in visit()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 4122 case ir_txl: in visit()
|