| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | builtin_functions.cpp | 2400 _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 D | ir_equals.cpp | 166 case ir_txl:
|
| H A D | ir_rvalue_visitor.cpp | 68 case ir_txl:
|
| H A D | opt_tree_grafting.cpp | 285 case ir_txl:
|
| H A D | ir_clone.cpp | 238 case ir_txl:
|
| H A D | ir_hv_accept.cpp | 205 case ir_txl:
|
| H A D | ir_print_visitor.cpp | 360 case ir_txl:
|
| H A D | glsl_to_nir.cpp | 2343 case ir_txl: 2496 case ir_txl:
|
| H A D | ir.h | 1861 ir_txl, /**< Texture look-up with explicit LOD */ enumerator in enum:ir_texture_opcode
|
| H A D | ir_reader.cpp | 1071 case ir_txl:
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | builtin_functions.cpp | 2215 _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 D | ir_equals.cpp | 166 case ir_txl:
|
| H A D | ir_rvalue_visitor.cpp | 68 case ir_txl:
|
| H A D | opt_tree_grafting.cpp | 285 case ir_txl:
|
| H A D | ir_clone.cpp | 232 case ir_txl:
|
| H A D | ir_hv_accept.cpp | 205 case ir_txl:
|
| H A D | ir_print_visitor.cpp | 364 case ir_txl:
|
| H A D | glsl_to_nir.cpp | 2317 case ir_txl: 2483 case ir_txl:
|
| H A D | ir.h | 1804 ir_txl, /**< Texture look-up with explicit LOD */ enumerator in enum:ir_texture_opcode
|
| H A D | ir_reader.cpp | 1071 case ir_txl:
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.5.4.rst | 87 - i965: Rewrite ir_tex to ir_txl with lod 0 for vertex shaders
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_vec4_visitor.cpp | 930 case ir_txl: opcode = SHADER_OPCODE_TXL; break; 1012 if (op == ir_tex || op == ir_txl) {
|
| H A D | brw_vec4_nir.cpp | 1964 case nir_texop_txl: op = ir_txl; break;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_vec4_visitor.cpp | 846 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 D | ir_to_mesa.cpp | 2031 case ir_txl:
|