Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp2485 … _texture(ir_txl, v130, glsl_type::vec4_type, glsl_type::sampler1D_type, glsl_type::float_type), in create_builtins()
2486 … _texture(ir_txl, v130, glsl_type::ivec4_type, glsl_type::isampler1D_type, glsl_type::float_type), in create_builtins()
2487 … _texture(ir_txl, v130, glsl_type::uvec4_type, glsl_type::usampler1D_type, glsl_type::float_type), in create_builtins()
2489 … _texture(ir_txl, v130, glsl_type::vec4_type, glsl_type::sampler2D_type, glsl_type::vec2_type), in create_builtins()
2490 … _texture(ir_txl, v130, glsl_type::ivec4_type, glsl_type::isampler2D_type, glsl_type::vec2_type), in create_builtins()
2491 … _texture(ir_txl, v130, glsl_type::uvec4_type, glsl_type::usampler2D_type, glsl_type::vec2_type), in create_builtins()
2493 … _texture(ir_txl, v130, glsl_type::vec4_type, glsl_type::sampler3D_type, glsl_type::vec3_type), in create_builtins()
2494 … _texture(ir_txl, v130, glsl_type::ivec4_type, glsl_type::isampler3D_type, glsl_type::vec3_type), in create_builtins()
2495 … _texture(ir_txl, v130, glsl_type::uvec4_type, glsl_type::usampler3D_type, glsl_type::vec3_type), in create_builtins()
2497 … _texture(ir_txl, v130, glsl_type::vec4_type, glsl_type::samplerCube_type, glsl_type::vec3_type), in create_builtins()
[all …]
Dir_equals.cpp172 case ir_txl: in equals()
Dir_rvalue_visitor.cpp69 case ir_txl: in rvalue_visit()
Dopt_tree_grafting.cpp285 case ir_txl: in visit_enter()
Dir_hv_accept.cpp211 case ir_txl: in accept()
Dir_clone.cpp239 case ir_txl: in clone()
Dir_print_visitor.cpp372 case ir_txl: in visit()
Dir_reader.cpp1113 case ir_txl: in read_texture()
Dir.h1851 ir_txl, /**< Texture look-up with explicit LOD */ enumerator
Dglsl_to_nir.cpp2410 case ir_txl: in visit()
2576 case ir_txl: in visit()
/third_party/mesa3d/docs/relnotes/
D10.5.4.rst87 - i965: Rewrite ir_tex to ir_txl with lod 0 for vertex shaders