Searched refs:ir_tg4 (Results 1 - 25 of 32) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_offset_array.cpp27 * 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 Dir_equals.cpp181 case ir_tg4:
H A Dbuiltin_functions.cpp3717 _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 Dir_rvalue_visitor.cpp79 case ir_tg4:
H A Dopt_tree_grafting.cpp299 case ir_tg4:
H A Dir_print_visitor.cpp334 ir->op != ir_txs && ir->op != ir_tg4 &&
375 case ir_tg4:
H A Dir_set_program_inouts.cpp418 if (ir->op == ir_tg4)
H A Dir_reader.cpp981 op = ir_tg4;
1037 op != ir_txs && op != ir_lod && op != ir_tg4 &&
1107 case ir_tg4:
H A Dir_clone.cpp250 case ir_tg4:
H A Dir_hv_accept.cpp226 case ir_tg4:
H A Dglsl_to_nir.cpp2379 case ir_tg4:
2525 case ir_tg4:
H A Dir.h1867 ir_tg4, /**< Texture gather */ enumerator in enum:ir_texture_opcode
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_offset_array.cpp27 * 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 Dir_equals.cpp181 case ir_tg4:
H A Dbuiltin_functions.cpp3526 _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 Dir_rvalue_visitor.cpp79 case ir_tg4:
H A Dopt_tree_grafting.cpp299 case ir_tg4:
H A Dir_print_visitor.cpp338 ir->op != ir_txs && ir->op != ir_tg4 &&
379 case ir_tg4:
H A Dir_set_program_inouts.cpp418 if (ir->op == ir_tg4)
H A Dir_reader.cpp981 op = ir_tg4;
1037 op != ir_txs && op != ir_lod && op != ir_tg4 &&
1107 case ir_tg4:
H A Dir_clone.cpp244 case ir_tg4:
H A Dir_hv_accept.cpp226 case ir_tg4:
H A Dglsl_to_nir.cpp2353 case ir_tg4:
2512 case ir_tg4:
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_visitor.cpp936 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 Dbrw_vec4_visitor.cpp851 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) {

Completed in 41 milliseconds

12