Home
last modified time | relevance | path

Searched refs:ir_txl (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp1743 … _texture(ir_txl, v130, glsl_type::vec4_type, glsl_type::sampler1D_type, glsl_type::float_type), in create_builtins()
1744 … _texture(ir_txl, v130, glsl_type::ivec4_type, glsl_type::isampler1D_type, glsl_type::float_type), in create_builtins()
1745 … _texture(ir_txl, v130, glsl_type::uvec4_type, glsl_type::usampler1D_type, glsl_type::float_type), in create_builtins()
1747 … _texture(ir_txl, v130, glsl_type::vec4_type, glsl_type::sampler2D_type, glsl_type::vec2_type), in create_builtins()
1748 … _texture(ir_txl, v130, glsl_type::ivec4_type, glsl_type::isampler2D_type, glsl_type::vec2_type), in create_builtins()
1749 … _texture(ir_txl, v130, glsl_type::uvec4_type, glsl_type::usampler2D_type, glsl_type::vec2_type), in create_builtins()
1751 … _texture(ir_txl, v130, glsl_type::vec4_type, glsl_type::sampler3D_type, glsl_type::vec3_type), in create_builtins()
1752 … _texture(ir_txl, v130, glsl_type::ivec4_type, glsl_type::isampler3D_type, glsl_type::vec3_type), in create_builtins()
1753 … _texture(ir_txl, v130, glsl_type::uvec4_type, glsl_type::usampler3D_type, glsl_type::vec3_type), in create_builtins()
1755 … _texture(ir_txl, v130, glsl_type::vec4_type, glsl_type::samplerCube_type, glsl_type::vec3_type), in create_builtins()
[all …]
Dir_equals.cpp166 case ir_txl: in equals()
Dir_rvalue_visitor.cpp68 case ir_txl: in rvalue_visit()
Dopt_tree_grafting.cpp285 case ir_txl: in visit_enter()
Dir_hv_accept.cpp205 case ir_txl: in accept()
Dir_clone.cpp229 case ir_txl: in clone()
Dir_print_visitor.cpp346 case ir_txl: in visit()
Dglsl_to_nir.cpp1873 case ir_txl: in visit()
2008 case ir_txl: in visit()
Dir.h1768 ir_txl, /**< Texture look-up with explicit LOD */ enumerator
Dir_reader.cpp1069 case ir_txl: in read_texture()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_visitor.cpp932 case ir_txl: opcode = SHADER_OPCODE_TXL; break; in emit_texture()
1014 if (op == ir_tex || op == ir_txl) { in emit_texture()
Dbrw_vec4_nir.cpp2141 case nir_texop_txl: op = ir_txl; break; in ir_texture_opcode_for_nir_texop()
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp2007 case ir_txl: in visit()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4014 case ir_txl: in visit()