| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_instruction_tex.cpp | 297 tex->op = nir_texop_txd; 352 case nir_texop_txd: 381 if (tex->op == nir_texop_txd) {
|
| H A D | sfn_emittexinstruction.cpp | 65 case nir_texop_txd:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| H A D | d3d12_nir_lower_texcmp.c | 41 tex->op != nir_texop_txd &&
|
| H A D | d3d12_lower_int_cubemap_to_array.c | 44 case nir_texop_txd: 241 case nir_texop_txd:
|
| H A D | d3d12_compiler.cpp | 970 case nir_texop_txd:
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | dxil_nir_lower_int_samplers.c | 39 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 D | nir_lower_tex.c | 477 * 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 D | nir.h | 1573 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 D | nir_print.c | 879 case nir_texop_txd:
|
| /xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/ |
| H A D | v3d40_tex.c | 85 .coefficient_mode = instr->op == nir_texop_txd,
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_tex.c | 529 * 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 D | nir_validate.c | 869 instr->op != nir_texop_txd && 881 validate_assert(state, instr->op == nir_texop_txd);
|
| H A D | nir_print.c | 1070 case nir_texop_txd:
|
| H A D | nir.h | 2170 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 D | v3d40_tex.c | 248 .coefficient_mode = instr->op == nir_texop_txd,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_nir.c | 213 case nir_texop_txd:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | prog_to_nir.c | 526 op = nir_texop_txd;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | prog_to_nir.c | 516 op = nir_texop_txd;
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | spirv_to_nir.c | 2187 case nir_texop_txd: 2324 texop = nir_texop_txd; 2347 texop == nir_texop_txd);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | spirv_to_nir.c | 2746 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 D | ir3_compiler_nir.c | 1746 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 D | nv50_ir_from_nir.cpp | 479 case nir_texop_txd: 3235 case nir_texop_txd:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_nir.cpp | 511 case nir_texop_txd: 2946 case nir_texop_txd:
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_compiler_nir.c | 2479 case nir_texop_txd: 2573 if (tex->op == nir_texop_txd) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_nir.c | 2128 instr->op == nir_texop_txl || instr->op == nir_texop_txd || instr->op == nir_texop_lod) 2155 if (instr->op == nir_texop_txd) {
|