| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | builtin_functions.cpp | 2312 _texture(ir_tex, v130, glsl_type::vec4_type, glsl_type::sampler1D_type, glsl_type::float_type), 2313 _texture(ir_tex, v130, glsl_type::ivec4_type, glsl_type::isampler1D_type, glsl_type::float_type), 2314 _texture(ir_tex, v130, glsl_type::uvec4_type, glsl_type::usampler1D_type, glsl_type::float_type), 2316 _texture(ir_tex, v130, glsl_type::vec4_type, glsl_type::sampler2D_type, glsl_type::vec2_type), 2317 _texture(ir_tex, v130, glsl_type::ivec4_type, glsl_type::isampler2D_type, glsl_type::vec2_type), 2318 _texture(ir_tex, v130, glsl_type::uvec4_type, glsl_type::usampler2D_type, glsl_type::vec2_type), 2320 _texture(ir_tex, v130, glsl_type::vec4_type, glsl_type::sampler3D_type, glsl_type::vec3_type), 2321 _texture(ir_tex, v130, glsl_type::ivec4_type, glsl_type::isampler3D_type, glsl_type::vec3_type), 2322 _texture(ir_tex, v130, glsl_type::uvec4_type, glsl_type::usampler3D_type, glsl_type::vec3_type), 2324 _texture(ir_tex, v13 [all...] |
| H A D | ir_equals.cpp | 156 case ir_tex:
|
| H A D | ir_rvalue_visitor.cpp | 58 case ir_tex:
|
| H A D | opt_tree_grafting.cpp | 274 case ir_tex:
|
| H A D | ir_clone.cpp | 229 case ir_tex:
|
| H A D | ir_hv_accept.cpp | 194 case ir_tex:
|
| H A D | ir_print_visitor.cpp | 352 case ir_tex:
|
| H A D | ir_reader.cpp | 949 ir_texture_opcode op = ir_tex; /* silence warning */ 973 op = ir_tex;
|
| H A D | ir.h | 1859 ir_tex, /**< Regular texture look-up */ enumerator in enum:ir_texture_opcode
|
| H A D | glsl_to_nir.cpp | 2337 case ir_tex:
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | builtin_functions.cpp | 2132 _texture(ir_tex, v130, glsl_type::vec4_type, glsl_type::sampler1D_type, glsl_type::float_type), 2133 _texture(ir_tex, v130, glsl_type::ivec4_type, glsl_type::isampler1D_type, glsl_type::float_type), 2134 _texture(ir_tex, v130, glsl_type::uvec4_type, glsl_type::usampler1D_type, glsl_type::float_type), 2136 _texture(ir_tex, v130, glsl_type::vec4_type, glsl_type::sampler2D_type, glsl_type::vec2_type), 2137 _texture(ir_tex, v130, glsl_type::ivec4_type, glsl_type::isampler2D_type, glsl_type::vec2_type), 2138 _texture(ir_tex, v130, glsl_type::uvec4_type, glsl_type::usampler2D_type, glsl_type::vec2_type), 2140 _texture(ir_tex, v130, glsl_type::vec4_type, glsl_type::sampler3D_type, glsl_type::vec3_type), 2141 _texture(ir_tex, v130, glsl_type::ivec4_type, glsl_type::isampler3D_type, glsl_type::vec3_type), 2142 _texture(ir_tex, v130, glsl_type::uvec4_type, glsl_type::usampler3D_type, glsl_type::vec3_type), 2144 _texture(ir_tex, v13 [all...] |
| H A D | ir_equals.cpp | 156 case ir_tex:
|
| H A D | ir_rvalue_visitor.cpp | 58 case ir_tex:
|
| H A D | opt_tree_grafting.cpp | 274 case ir_tex:
|
| H A D | ir_clone.cpp | 223 case ir_tex:
|
| H A D | ir_hv_accept.cpp | 194 case ir_tex:
|
| H A D | ir_print_visitor.cpp | 356 case ir_tex:
|
| H A D | ir_reader.cpp | 949 ir_texture_opcode op = ir_tex; /* silence warning */ 973 op = ir_tex;
|
| H A D | ir.h | 1802 ir_tex, /**< Regular texture look-up */ enumerator in enum:ir_texture_opcode
|
| /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
|
| H A D | 9.1.6.rst | 96 - i965/Gen4: Zero extra coordinates for ir_tex
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_vec4_visitor.cpp | 929 case ir_tex: opcode = SHADER_OPCODE_TXL; break; 1012 if (op == ir_tex || op == ir_txl) {
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_vec4_visitor.cpp | 845 case ir_tex: opcode = SHADER_OPCODE_TXL; break; 926 if (op == ir_tex || op == ir_txl) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | ff_fragment_shader.cpp | 817 ir_texture *tex = new(p->mem_ctx) ir_texture(ir_tex);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | ff_fragment_shader.cpp | 806 ir_texture *tex = new(p->mem_ctx) ir_texture(ir_tex);
|