Searched refs:ir_txl (Results 1 - 25 of 29) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp2400 _texture(ir_txl, v130, glsl_type::vec4_type, glsl_type::sampler1D_type, glsl_type::float_type),
2401 _texture(ir_txl, v130, glsl_type::ivec4_type, glsl_type::isampler1D_type, glsl_type::float_type),
2402 _texture(ir_txl, v130, glsl_type::uvec4_type, glsl_type::usampler1D_type, glsl_type::float_type),
2404 _texture(ir_txl, v130, glsl_type::vec4_type, glsl_type::sampler2D_type, glsl_type::vec2_type),
2405 _texture(ir_txl, v130, glsl_type::ivec4_type, glsl_type::isampler2D_type, glsl_type::vec2_type),
2406 _texture(ir_txl, v130, glsl_type::uvec4_type, glsl_type::usampler2D_type, glsl_type::vec2_type),
2408 _texture(ir_txl, v130, glsl_type::vec4_type, glsl_type::sampler3D_type, glsl_type::vec3_type),
2409 _texture(ir_txl, v130, glsl_type::ivec4_type, glsl_type::isampler3D_type, glsl_type::vec3_type),
2410 _texture(ir_txl, v130, glsl_type::uvec4_type, glsl_type::usampler3D_type, glsl_type::vec3_type),
2412 _texture(ir_txl, v13
[all...]
H A Dir_equals.cpp166 case ir_txl:
H A Dir_rvalue_visitor.cpp68 case ir_txl:
H A Dopt_tree_grafting.cpp285 case ir_txl:
H A Dir_clone.cpp238 case ir_txl:
H A Dir_hv_accept.cpp205 case ir_txl:
H A Dir_print_visitor.cpp360 case ir_txl:
H A Dglsl_to_nir.cpp2343 case ir_txl:
2496 case ir_txl:
H A Dir.h1861 ir_txl, /**< Texture look-up with explicit LOD */ enumerator in enum:ir_texture_opcode
H A Dir_reader.cpp1071 case ir_txl:
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp2215 _texture(ir_txl, v130, glsl_type::vec4_type, glsl_type::sampler1D_type, glsl_type::float_type),
2216 _texture(ir_txl, v130, glsl_type::ivec4_type, glsl_type::isampler1D_type, glsl_type::float_type),
2217 _texture(ir_txl, v130, glsl_type::uvec4_type, glsl_type::usampler1D_type, glsl_type::float_type),
2219 _texture(ir_txl, v130, glsl_type::vec4_type, glsl_type::sampler2D_type, glsl_type::vec2_type),
2220 _texture(ir_txl, v130, glsl_type::ivec4_type, glsl_type::isampler2D_type, glsl_type::vec2_type),
2221 _texture(ir_txl, v130, glsl_type::uvec4_type, glsl_type::usampler2D_type, glsl_type::vec2_type),
2223 _texture(ir_txl, v130, glsl_type::vec4_type, glsl_type::sampler3D_type, glsl_type::vec3_type),
2224 _texture(ir_txl, v130, glsl_type::ivec4_type, glsl_type::isampler3D_type, glsl_type::vec3_type),
2225 _texture(ir_txl, v130, glsl_type::uvec4_type, glsl_type::usampler3D_type, glsl_type::vec3_type),
2227 _texture(ir_txl, v13
[all...]
H A Dir_equals.cpp166 case ir_txl:
H A Dir_rvalue_visitor.cpp68 case ir_txl:
H A Dopt_tree_grafting.cpp285 case ir_txl:
H A Dir_clone.cpp232 case ir_txl:
H A Dir_hv_accept.cpp205 case ir_txl:
H A Dir_print_visitor.cpp364 case ir_txl:
H A Dglsl_to_nir.cpp2317 case ir_txl:
2483 case ir_txl:
H A Dir.h1804 ir_txl, /**< Texture look-up with explicit LOD */ enumerator in enum:ir_texture_opcode
H A Dir_reader.cpp1071 case ir_txl:
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.5.4.rst87 - i965: Rewrite ir_tex to ir_txl with lod 0 for vertex shaders
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_visitor.cpp930 case ir_txl: opcode = SHADER_OPCODE_TXL; break;
1012 if (op == ir_tex || op == ir_txl) {
H A Dbrw_vec4_nir.cpp1964 case nir_texop_txl: op = ir_txl; break;
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_visitor.cpp846 case ir_txl: opcode = SHADER_OPCODE_TXL; break;
926 if (op == ir_tex || op == ir_txl) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dir_to_mesa.cpp2031 case ir_txl:

Completed in 47 milliseconds

12