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

12

/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_errata_lod.c45 if (tex->op != nir_texop_txl)
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_nir_lower_tg4_to_tex.c46 tex->op = nir_texop_txl;
/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) &&
349 case nir_texop_txl:
H A Dsfn_emittexinstruction.cpp63 case nir_texop_txl:
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_nir_lower_tg4_to_tex.c58 tex->op = nir_texop_txl;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_nir_lower_texcmp.c40 tex->op != nir_texop_txl &&
H A Dd3d12_lower_int_cubemap_to_array.c45 case nir_texop_txl:
242 case nir_texop_txl:
H A Dd3d12_compiler.cpp969 case nir_texop_txl:
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_nir_lower_int_samplers.c38 tex->op != nir_texop_txl &&
339 if (unlikely(tex->op == nir_texop_txl)) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_tex.c313 tex->op = nir_texop_txl;
477 * Converts a nir_texop_txd instruction to nir_texop_txl with the given lod
496 tex->op = nir_texop_txl;
1125 tex->op == nir_texop_txl || tex->op == nir_texop_query_levels ||
1130 tex->op = nir_texop_txl;
H A Dnir.h1572 nir_texop_txl, /**< Texture look-up with explicit LOD */ enumerator in enum:__anon3bab288a2103
1707 case nir_texop_txl:
3502 * LODs to nir_texop_txl.
3507 * If true, lower nir_texop_txd on cube maps with nir_texop_txl.
3512 * If true, lower nir_texop_txd on 3D surfaces with nir_texop_txl.
3518 * with nir_texop_txl. Notice that cube map shadow samplers are lowered
3524 * If true, lower nir_texop_txd on all samplers to a nir_texop_txl.
3537 * with nir_texop_txl. This includes cube maps.
3543 * with nir_texop_txl. This includes cube maps.
3548 * If true, lower nir_texop_txd with min_lod to a nir_texop_txl i
[all...]
H A Dnir_print.c876 case nir_texop_txl:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c215 case nir_texop_txl: inst.opcode = INST_OPCODE_TEXLDL; break;
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dv3d40_tex.c376 } else if (instr->op == nir_texop_txl) {
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_tex.c255 tex->op = nir_texop_txl;
529 * Converts a nir_texop_txd instruction to nir_texop_txl with the given lod
548 tex->op = nir_texop_txl;
800 txl->op = nir_texop_txl;
1429 tex->op == nir_texop_txl || tex->op == nir_texop_query_levels)) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv_to_nir.c2135 texop = nir_texop_txl;
2186 case nir_texop_txl:
2317 vtn_assert(texop == nir_texop_txl || texop == nir_texop_txf ||
2323 vtn_assert(texop == nir_texop_txl);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/
H A Dnir.c442 case nir_texop_txl:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c212 case nir_texop_txl:
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_to_nir.c530 op = nir_texop_txl;
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbifrost_compile.c2545 case nir_texop_txl:
2817 if (instr->op != nir_texop_tex && instr->op != nir_texop_txl)
2835 if (instr->op == nir_texop_txl)
2872 case nir_texop_txl:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1250 op = nir_texop_txl;
1254 op = nir_texop_txl;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1356 op = nir_texop_txl;
1360 op = nir_texop_txl;
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv_to_nir.c2682 texop = nir_texop_txl;
2745 case nir_texop_txl:
2932 vtn_assert(texop == nir_texop_txl || texop == nir_texop_txf ||
2940 vtn_assert(texop == nir_texop_txl);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_to_nir.c520 op = nir_texop_txl;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c669 case nir_texop_txl:

Completed in 47 milliseconds

12