Searched refs:nir_texop_tg4 (Results 1 - 25 of 47) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_nir_lower_tg4_to_tex.c91 nir_instr_as_tex(instr)->op == nir_texop_tg4);
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dv3d33_tex.c104 instr->op != nir_texop_tg4) {
H A Dv3d40_tex.c246 .gather_mode = instr->op == nir_texop_tg4,
249 .disable_autolod = instr->op == nir_texop_tg4
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_nir_lower_tg4_to_tex.c45 if (tg4->op != nir_texop_tg4)
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dv3d33_tex.c97 instr->op != nir_texop_tg4) {
H A Dv3d40_tex.c82 .gather_mode = instr->op == nir_texop_tg4,
87 .disable_autolod = instr->op == nir_texop_tg4
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_tex.cpp196 if (tex->op == nir_texop_tg4 &&
351 case nir_texop_tg4:
H A Dsfn_emittexinstruction.cpp71 case nir_texop_tg4:
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_gather_info.c286 case nir_texop_tg4:
H A Dnir_lower_tex.c797 if (tex->op == nir_texop_tg4) {
937 assert(tex->op == nir_texop_tg4);
1059 if (tex->op == nir_texop_tg4 && options->lower_tg4_broadcom_swizzle) {
1138 if (tex->op == nir_texop_tg4 &&
H A Dnir_print.c900 case nir_texop_tg4:
990 if (instr->op == nir_texop_tg4) {
H A Dnir.h1580 nir_texop_tg4, /**< Texture gather */ enumerator in enum:__anon3bab288a2103
1712 case nir_texop_tg4:
H A Dnir_validate.c603 validate_assert(state, instr->op == nir_texop_tg4);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_tex.c926 if (tex->op == nir_texop_tg4) {
1080 assert(tex->op == nir_texop_tg4);
1367 if (tex->op == nir_texop_tg4 && options->lower_tg4_broadcom_swizzle) {
1461 if (tex->op == nir_texop_tg4 &&
H A Dnir_validate.c862 instr->op == nir_texop_tg4);
920 if (instr->op != nir_texop_tg4)
924 validate_assert(state, instr->op == nir_texop_tg4);
H A Dnir_print.c1091 case nir_texop_tg4:
1196 if (instr->op == nir_texop_tg4) {
H A Dnir_gather_info.c763 case nir_texop_tg4:
H A Dnir_serialize.c1471 if (tex->op == nir_texop_tg4)
1508 if (tex->op == nir_texop_tg4)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c215 case nir_texop_tg4:
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_compile.c2171 if (instr->op == nir_texop_tg4 && instr->is_shadow)
2173 else if (instr->op == nir_texop_tg4)
2362 if (instr->is_shadow && !instr->is_new_style_shadow && instr->op != nir_texop_tg4)
2432 case nir_texop_tg4:
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv_to_nir.c2698 texop = nir_texop_tg4;
2747 case nir_texop_tg4:
2923 texop == nir_texop_tg4);
2933 texop == nir_texop_txs || texop == nir_texop_tg4);
2967 vtn_assert(texop == nir_texop_tg4);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_nir.cpp1959 case nir_texop_tg4: op = ir_tg4; break;
2112 if (instr->op == nir_texop_tg4) {
H A Dbrw_fs_nir.cpp5422 case nir_texop_tg4:
5454 if (instr->op == nir_texop_tg4) {
5472 instr->op != nir_texop_tg4 && instr->op != nir_texop_query_levels) {
5486 if (instr->op == nir_texop_tg4 && devinfo->gen == 6)
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_nir.cpp1969 case nir_texop_tg4: op = ir_tg4; break;
2111 if (instr->op == nir_texop_tg4) {
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_nir_apply_pipeline_layout.c937 tex->op == nir_texop_tg4 || /* We can't swizzle TG4 */

Completed in 58 milliseconds

12