| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | lower_offset_array.cpp | 27 * IR lower pass to decompose ir_texture ir_tg4 with an array of offsets 61 if (ir->op != ir_tg4 || !ir->offset || !ir->offset->type->is_array())
|
| H A D | ir_equals.cpp | 181 case ir_tg4:
|
| H A D | builtin_functions.cpp | 3717 _texture(ir_tg4, texture_texture4, glsl_type::vec4_type, glsl_type::sampler2D_type, glsl_type::vec2_type), 3832 _texture(ir_tg4, texture_gather_or_es31, glsl_type::vec4_type, glsl_type::sampler2D_type, glsl_type::vec2_type), 3833 _texture(ir_tg4, texture_gather_or_es31, glsl_type::ivec4_type, glsl_type::isampler2D_type, glsl_type::vec2_type), 3834 _texture(ir_tg4, texture_gather_or_es31, glsl_type::uvec4_type, glsl_type::usampler2D_type, glsl_type::vec2_type), 3836 _texture(ir_tg4, gpu_shader5, glsl_type::vec4_type, glsl_type::sampler2DRect_type, glsl_type::vec2_type), 3837 _texture(ir_tg4, gpu_shader5, glsl_type::ivec4_type, glsl_type::isampler2DRect_type, glsl_type::vec2_type), 3838 _texture(ir_tg4, gpu_shader5, glsl_type::uvec4_type, glsl_type::usampler2DRect_type, glsl_type::vec2_type), 3840 _texture(ir_tg4, texture_gather_or_es31, glsl_type::vec4_type, glsl_type::sampler2DArray_type, glsl_type::vec3_type), 3841 _texture(ir_tg4, texture_gather_or_es31, glsl_type::ivec4_type, glsl_type::isampler2DArray_type, glsl_type::vec3_type), 3842 _texture(ir_tg4, texture_gather_or_es3 [all...] |
| H A D | ir_rvalue_visitor.cpp | 79 case ir_tg4:
|
| H A D | opt_tree_grafting.cpp | 299 case ir_tg4:
|
| H A D | ir_print_visitor.cpp | 334 ir->op != ir_txs && ir->op != ir_tg4 && 375 case ir_tg4:
|
| H A D | ir_set_program_inouts.cpp | 418 if (ir->op == ir_tg4)
|
| H A D | ir_reader.cpp | 981 op = ir_tg4; 1037 op != ir_txs && op != ir_lod && op != ir_tg4 && 1107 case ir_tg4:
|
| H A D | ir_clone.cpp | 250 case ir_tg4:
|
| H A D | ir_hv_accept.cpp | 226 case ir_tg4:
|
| H A D | glsl_to_nir.cpp | 2379 case ir_tg4: 2525 case ir_tg4:
|
| H A D | ir.h | 1867 ir_tg4, /**< Texture gather */ enumerator in enum:ir_texture_opcode
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | lower_offset_array.cpp | 27 * IR lower pass to decompose ir_texture ir_tg4 with an array of offsets 61 if (ir->op != ir_tg4 || !ir->offset || !ir->offset->type->is_array())
|
| H A D | ir_equals.cpp | 181 case ir_tg4:
|
| H A D | builtin_functions.cpp | 3526 _texture(ir_tg4, texture_texture4, glsl_type::vec4_type, glsl_type::sampler2D_type, glsl_type::vec2_type), 3641 _texture(ir_tg4, texture_gather_or_es31, glsl_type::vec4_type, glsl_type::sampler2D_type, glsl_type::vec2_type), 3642 _texture(ir_tg4, texture_gather_or_es31, glsl_type::ivec4_type, glsl_type::isampler2D_type, glsl_type::vec2_type), 3643 _texture(ir_tg4, texture_gather_or_es31, glsl_type::uvec4_type, glsl_type::usampler2D_type, glsl_type::vec2_type), 3645 _texture(ir_tg4, gpu_shader5, glsl_type::vec4_type, glsl_type::sampler2DRect_type, glsl_type::vec2_type), 3646 _texture(ir_tg4, gpu_shader5, glsl_type::ivec4_type, glsl_type::isampler2DRect_type, glsl_type::vec2_type), 3647 _texture(ir_tg4, gpu_shader5, glsl_type::uvec4_type, glsl_type::usampler2DRect_type, glsl_type::vec2_type), 3649 _texture(ir_tg4, texture_gather_or_es31, glsl_type::vec4_type, glsl_type::sampler2DArray_type, glsl_type::vec3_type), 3650 _texture(ir_tg4, texture_gather_or_es31, glsl_type::ivec4_type, glsl_type::isampler2DArray_type, glsl_type::vec3_type), 3651 _texture(ir_tg4, texture_gather_or_es3 [all...] |
| H A D | ir_rvalue_visitor.cpp | 79 case ir_tg4:
|
| H A D | opt_tree_grafting.cpp | 299 case ir_tg4:
|
| H A D | ir_print_visitor.cpp | 338 ir->op != ir_txs && ir->op != ir_tg4 && 379 case ir_tg4:
|
| H A D | ir_set_program_inouts.cpp | 418 if (ir->op == ir_tg4)
|
| H A D | ir_reader.cpp | 981 op = ir_tg4; 1037 op != ir_txs && op != ir_lod && op != ir_tg4 && 1107 case ir_tg4:
|
| H A D | ir_clone.cpp | 244 case ir_tg4:
|
| H A D | ir_hv_accept.cpp | 226 case ir_tg4:
|
| H A D | glsl_to_nir.cpp | 2353 case ir_tg4: 2512 case ir_tg4:
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_vec4_visitor.cpp | 936 case ir_tg4: opcode = offset_value.file != BAD_FILE 969 inst->offset != 0 || op == ir_tg4 || 1004 if (shadow_comparator.file != BAD_FILE && op != ir_txd && (op != ir_tg4 || offset_value.file == BAD_FILE)) { 1080 } else if (op == ir_tg4 && offset_value.file != BAD_FILE) { 1103 if (devinfo->gen == 6 && op == ir_tg4) {
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_vec4_visitor.cpp | 851 case ir_tg4: opcode = offset_value.file != BAD_FILE 883 inst->offset != 0 || op == ir_tg4 || 918 if (shadow_comparator.file != BAD_FILE && op != ir_txd && (op != ir_tg4 || offset_value.file == BAD_FILE)) { 985 } else if (op == ir_tg4 && offset_value.file != BAD_FILE) { 1008 if (devinfo->ver == 6 && op == ir_tg4) {
|