Searched refs:ir_txl (Results 1 – 14 of 14) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 1743 … _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 …]
|
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 | 229 case ir_txl: in clone()
|
D | ir_print_visitor.cpp | 346 case ir_txl: in visit()
|
D | glsl_to_nir.cpp | 1873 case ir_txl: in visit() 2008 case ir_txl: in visit()
|
D | ir.h | 1768 ir_txl, /**< Texture look-up with explicit LOD */ enumerator
|
D | ir_reader.cpp | 1069 case ir_txl: in read_texture()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_vec4_visitor.cpp | 932 case ir_txl: opcode = SHADER_OPCODE_TXL; break; in emit_texture() 1014 if (op == ir_tex || op == ir_txl) { in emit_texture()
|
D | brw_vec4_nir.cpp | 2141 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 | 2007 case ir_txl: in visit()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 4014 case ir_txl: in visit()
|