Searched refs:nir_texop_txd (Results 1 - 25 of 41) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_tex.cpp297 tex->op = nir_texop_txd;
352 case nir_texop_txd:
381 if (tex->op == nir_texop_txd) {
H A Dsfn_emittexinstruction.cpp65 case nir_texop_txd:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_nir_lower_texcmp.c41 tex->op != nir_texop_txd &&
H A Dd3d12_lower_int_cubemap_to_array.c44 case nir_texop_txd:
241 case nir_texop_txd:
H A Dd3d12_compiler.cpp970 case nir_texop_txd:
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_nir_lower_int_samplers.c39 tex->op != nir_texop_txd)
343 } else if (unlikely(tex->op == nir_texop_txd)) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_tex.c477 * Converts a nir_texop_txd instruction to nir_texop_txl with the given lod
483 assert(tex->op == nir_texop_txd);
503 assert(tex->op == nir_texop_txd);
656 assert(tex->op == nir_texop_txd);
1097 if (tex->op == nir_texop_txd &&
H A Dnir.h1573 nir_texop_txd, /**< Texture look-up with partial derivatives */ enumerator in enum:__anon3bab288a2103
1708 case nir_texop_txd:
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.
3517 * If true, lower nir_texop_txd on shadow samplers (except cube maps)
3524 * If true, lower nir_texop_txd on all samplers to a nir_texop_txl.
3536 * If true, lower nir_texop_txd on shadow samplers when it uses min_lod
3542 * If true, lower nir_texop_txd on when it uses both offset and min_lod
3548 * If true, lower nir_texop_txd with min_lod to a nir_texop_txl if the
3554 * If true, lower nir_texop_txd wit
[all...]
H A Dnir_print.c879 case nir_texop_txd:
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dv3d40_tex.c85 .coefficient_mode = instr->op == nir_texop_txd,
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_tex.c529 * Converts a nir_texop_txd instruction to nir_texop_txl with the given lod
535 assert(tex->op == nir_texop_txd);
555 assert(tex->op == nir_texop_txd);
708 assert(tex->op == nir_texop_txd);
764 txd->op = nir_texop_txd;
1406 if (tex->op == nir_texop_txd &&
H A Dnir_validate.c869 instr->op != nir_texop_txd &&
881 validate_assert(state, instr->op == nir_texop_txd);
H A Dnir_print.c1070 case nir_texop_txd:
H A Dnir.h2170 nir_texop_txd, /**< Texture look-up with partial derivatives */ enumerator in enum:__anon3ec4419d2303
2400 case nir_texop_txd:
5160 * If true, lower nir_texop_txd on cube maps with nir_texop_txl.
5165 * If true, lower nir_texop_txd on 3D surfaces with nir_texop_txl.
5170 * If true, lower nir_texop_txd on shadow samplers (except cube maps)
5177 * If true, lower nir_texop_txd on all samplers to a nir_texop_txl.
5189 * If true, lower nir_texop_txd on shadow samplers when it uses min_lod
5195 * If true, lower nir_texop_txd on when it uses both offset and min_lod
5201 * If true, lower nir_texop_txd with min_lod to a nir_texop_txl if the
5207 * If true, lower nir_texop_txd wit
[all...]
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dv3d40_tex.c248 .coefficient_mode = instr->op == nir_texop_txd,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c213 case nir_texop_txd:
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_to_nir.c526 op = nir_texop_txd;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_to_nir.c516 op = nir_texop_txd;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv_to_nir.c2187 case nir_texop_txd:
2324 texop = nir_texop_txd;
2347 texop == nir_texop_txd);
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv_to_nir.c2746 case nir_texop_txd:
2941 texop = nir_texop_txd;
2984 texop == nir_texop_txd);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c1746 case nir_texop_txd: opc = OPC_SAMGQ; break;
1824 if (tex->op == nir_texop_txd) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp479 case nir_texop_txd:
3235 case nir_texop_txd:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp511 case nir_texop_txd:
2946 case nir_texop_txd:
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c2479 case nir_texop_txd:
2573 if (tex->op == nir_texop_txd) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.c2128 instr->op == nir_texop_txl || instr->op == nir_texop_txd || instr->op == nir_texop_lod)
2155 if (instr->op == nir_texop_txd) {

Completed in 72 milliseconds

12