| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| H A D | v3d40_tex.c | 206 unsigned non_array_components = instr->op != nir_texop_lod ? 227 assert(instr->op != nir_texop_lod || c->devinfo->ver >= 42); 286 if (instr->op == nir_texop_lod) 307 (instr->op == nir_texop_lod ||
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_opt_move_discards_to_top.c | 45 op == nir_texop_lod;
|
| H A D | nir_builtin_builder.c | 405 tql->op = nir_texop_lod;
|
| H A D | nir.h | 2176 nir_texop_lod, /**< Texture lod query */ enumerator in enum:__anon3ec4419d2303 2356 case nir_texop_lod: 2393 case nir_texop_lod: 2423 case nir_texop_lod: 5184 * at the same time to a nir_texop_lod, some math, and nir_texop_tex.
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| H A D | d3d12_lower_int_cubemap_to_array.c | 47 case nir_texop_lod: 243 case nir_texop_lod:
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 17.2.4.rst | 54 - ac/nir: Fix nir_texop_lod on GFX for 1D arrays.
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_nir_lower_ycbcr_textures.c | 246 if (tex->op == nir_texop_txs || tex->op == nir_texop_query_levels || tex->op == nir_texop_lod)
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_opt_gcm.c | 139 case nir_texop_lod:
|
| H A D | nir.h | 1579 nir_texop_lod, /**< Texture lod query */ enumerator in enum:__anon3bab288a2103 1635 * - nir_texop_lod 1676 case nir_texop_lod: 1700 case nir_texop_lod: 3531 * at the same time to a nir_texop_lod, some math, and nir_texop_tex.
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_nir_lower_ycbcr_textures.c | 228 tex->op == nir_texop_lod)
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_nir_lower_ycbcr_textures.c | 372 tex->op == nir_texop_lod)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_instruction_tex.cpp | 350 case nir_texop_lod:
|
| H A D | sfn_emittexinstruction.cpp | 69 case nir_texop_lod:
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_nir_lower_ycbcr_textures.c | 342 tex->op == nir_texop_lod)
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | dxil_nir_lower_int_samplers.c | 63 tql->op = nir_texop_lod;
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3_compiler_nir.c | 1631 if (tex->is_shadow && tex->op != nir_texop_lod) 1634 if (tex->is_array && tex->op != nir_texop_lod) 1748 case nir_texop_lod: opc = OPC_GETLOD; break; 1805 if (tex->is_shadow && tex->op != nir_texop_lod) 1808 if (tex->is_array && tex->op != nir_texop_lod) {
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_compiler_nir.c | 2236 if (tex->is_shadow && tex->op != nir_texop_lod) 2239 if (tex->is_array && tex->op != nir_texop_lod) 2485 case nir_texop_lod: 2554 if (tex->is_shadow && tex->op != nir_texop_lod) 2557 if (tex->is_array && tex->op != nir_texop_lod) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_nir.c | 125 case nir_texop_lod:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_nir.c | 214 case nir_texop_lod:
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_shader.c | 487 tex->op == nir_texop_lod)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| H A D | nir_to_tgsi_info.c | 204 case nir_texop_lod:
|
| H A D | tgsi_to_nir.c | 1380 op = nir_texop_lod; 1424 if (op == nir_texop_lod) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_nir_to_llvm.c | 1373 case nir_texop_lod: 1391 if (instr->op == nir_texop_lod && ctx->ac.chip_class >= GFX9) { 1407 case nir_texop_lod: 3822 instr->op == nir_texop_lod, args.coords, args.derivs); 3845 instr->op != nir_texop_lod) { 3911 instr->op != nir_texop_txs && instr->op != nir_texop_lod &&
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_nir_to_llvm.c | 1573 case nir_texop_lod: 1600 if (instr->op == nir_texop_lod && ctx->ac.chip_class == GFX9) { 1615 case nir_texop_lod: 4739 instr->op == nir_texop_lod, args.coords, args.derivs); 4758 instr->op != nir_texop_lod) { 4866 instr->op != nir_texop_lod && instr->op != nir_texop_tg4)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 1273 op = nir_texop_lod; 1333 if (op == nir_texop_lod) {
|