Searched refs:nir_texop_txb (Results 1 - 25 of 46) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_tex.cpp249 assert(tex->op == nir_texop_txb || tex->op == nir_texop_txl);
315 (tex->op == nir_texop_txl || tex->op == nir_texop_txb) &&
347 case nir_texop_txb:
H A Dsfn_emittexinstruction.cpp61 case nir_texop_txb:
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_move_discards_to_top.c44 op == nir_texop_txb ||
H A Dnir_lower_tex.c235 assert(tex->op == nir_texop_tex || tex->op == nir_texop_txb);
835 else if (tex->op == nir_texop_txb)
1391 if (tex->op == nir_texop_txb && tex->is_shadow && has_min_lod &&
H A Dnir_validate.c861 validate_assert(state, instr->op == nir_texop_txb ||
868 instr->op != nir_texop_txb &&
H A Dnir.h2168 nir_texop_txb, /**< Texture look-up with LOD bias */ enumerator in enum:__anon3ec4419d2303
2398 case nir_texop_txb:
2422 case nir_texop_txb:
5183 * If true, lower nir_texop_txb that try to use shadow compare and min_lod
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_nir_lower_texcmp.c39 if (tex->op != nir_texop_txb &&
H A Dd3d12_lower_int_cubemap_to_array.c43 case nir_texop_txb:
240 case nir_texop_txb:
H A Dd3d12_compiler.cpp968 case nir_texop_txb:
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_nir_lower_int_samplers.c37 tex->op != nir_texop_txb &&
384 if (unlikely(tex->op == nir_texop_txb)) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_gcm.c138 case nir_texop_txb:
H A Dnir_lower_tex.c289 assert(tex->op == nir_texop_tex || tex->op == nir_texop_txb);
1083 if (tex->op == nir_texop_txb && tex->is_shadow && has_min_lod &&
H A Dnir.h1571 nir_texop_txb, /**< Texture look-up with LOD bias */ enumerator in enum:__anon3bab288a2103
1706 case nir_texop_txb:
3530 * If true, lower nir_texop_txb that try to use shadow compare and min_lod
H A Dnir_print.c873 case nir_texop_txb:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c214 case nir_texop_txb: inst.opcode = INST_OPCODE_TEXLDB; break;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c124 case nir_texop_txb:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/
H A Dnir.c441 case nir_texop_txb:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c211 case nir_texop_txb:
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_to_nir.c522 op = nir_texop_txb;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi_info.c203 case nir_texop_txb:
H A Dtgsi_to_nir.c1346 op = nir_texop_txb;
1350 op = nir_texop_txb;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1241 op = nir_texop_txb;
1245 op = nir_texop_txb;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_to_nir.c512 op = nir_texop_txb;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c668 case nir_texop_txb:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c685 case nir_texop_txb:

Completed in 51 milliseconds

12