Searched refs:ir_txl (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 2371 … _texture(ir_txl, v130, glsl_type::vec4_type, glsl_type::sampler1D_type, glsl_type::float_type), in create_builtins() 2372 … _texture(ir_txl, v130, glsl_type::ivec4_type, glsl_type::isampler1D_type, glsl_type::float_type), in create_builtins() 2373 … _texture(ir_txl, v130, glsl_type::uvec4_type, glsl_type::usampler1D_type, glsl_type::float_type), in create_builtins() 2375 … _texture(ir_txl, v130, glsl_type::vec4_type, glsl_type::sampler2D_type, glsl_type::vec2_type), in create_builtins() 2376 … _texture(ir_txl, v130, glsl_type::ivec4_type, glsl_type::isampler2D_type, glsl_type::vec2_type), in create_builtins() 2377 … _texture(ir_txl, v130, glsl_type::uvec4_type, glsl_type::usampler2D_type, glsl_type::vec2_type), in create_builtins() 2379 … _texture(ir_txl, v130, glsl_type::vec4_type, glsl_type::sampler3D_type, glsl_type::vec3_type), in create_builtins() 2380 … _texture(ir_txl, v130, glsl_type::ivec4_type, glsl_type::isampler3D_type, glsl_type::vec3_type), in create_builtins() 2381 … _texture(ir_txl, v130, glsl_type::uvec4_type, glsl_type::usampler3D_type, glsl_type::vec3_type), in create_builtins() 2383 … _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 | 238 case ir_txl: in clone()
|
D | ir_print_visitor.cpp | 360 case ir_txl: in visit()
|
D | ir_reader.cpp | 1071 case ir_txl: in read_texture()
|
D | ir.h | 1855 ir_txl, /**< Texture look-up with explicit LOD */ enumerator
|
D | glsl_to_nir.cpp | 2364 case ir_txl: in visit() 2539 case ir_txl: in visit()
|
/external/mesa3d/docs/relnotes/ |
D | 10.5.4.rst | 87 - i965: Rewrite ir_tex to ir_txl with lod 0 for vertex shaders
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_visitor.cpp | 846 case ir_txl: opcode = SHADER_OPCODE_TXL; break; in emit_texture() 926 if (op == ir_tex || op == ir_txl) { in emit_texture()
|
D | brw_vec4_nir.cpp | 1943 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 | 1967 case ir_txl: in visit()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 4364 case ir_txl: in visit()
|