/third_party/mesa3d/src/gallium/drivers/lima/standalone/ |
H A D | lima_compiler_cmdline.c | 216 .lower_txp = ~0u, in main()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_nir.c | 251 .lower_txp = ~0u, in si_lower_nir()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_nir.c | 324 tex_options.lower_txp = ~0; /* lower all txp */ in ir3_finalize_nir() 327 tex_options.lower_txp = (1 << GLSL_SAMPLER_DIM_3D); in ir3_finalize_nir()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_shader.c | 309 .lower_txp = ~0, in shader_create()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_tex.c | 1373 bool lower_txp = !!(options->lower_txp & (1 << tex->sampler_dim)); in nir_lower_tex_block() local 1388 if (lower_txp || sat_mask || in nir_lower_tex_block()
|
H A D | nir.h | 4944 unsigned lower_txp; 5002 * 'lower_txp' setting.
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_lowering.c | 1043 bool lower_txp = (opcode == TGSI_OPCODE_TXP) && in transform_samp() local 1056 if (!(ctx->saturate & smask) && !lower_txp) in transform_samp() 1096 /* we don't saturate, but in case of lower_txp we in transform_samp() 1106 if (!mask && !lower_txp) in transform_samp()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_nir.cpp | 682 lower_tex_options.lower_txp = ~0u; in r600_shader_from_nir()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_nir.c | 838 .lower_txp = ~0, in brw_preprocess_nir()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_compiler_nir.c | 1123 NIR_PASS_V(s, nir_lower_tex, &(struct nir_lower_tex_options) { .lower_txp = ~0u, .lower_invalid_implicit_lod = true, }); in etna_compile_shader()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | ir2_nir.c | 113 .lower_txp = ~0u, in ir2_optimize_nir()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | nir_to_tgsi.c | 3604 .lower_txp = 0, in nir_to_tgsi_lower_txp() 3628 lower_tex_options.lower_txp |= 1 << tex->sampler_dim; in nir_to_tgsi_lower_txp()
|
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_compile.c | 1689 .lower_txp = ~0, in agx_compile_shader_nir()
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | vir.c | 615 .lower_txp = ~0, in v3d_lower_nir()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_compiler.cpp | 1169 tex_options.lower_txp = ~0u; /* No equivalent for textureProj */ in select_shader_variant()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_shader.c | 929 .lower_txp = ~0, in radv_shader_spirv_to_nir()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_program.c | 2244 .lower_txp = ~0, in vc4_shader_ntq()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_nir.cpp | 3212 tex_options.lower_txp = ~0;
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_compile.c | 343 .lower_txp = ~0, in optimise_nir()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_nir.c | 2751 .lower_txp = ~0u, in lp_build_opt_nir()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_compiler.c | 3230 tex_opts.lower_txp = BITFIELD_BIT(GLSL_SAMPLER_DIM_CUBE) | in zink_shader_finalize()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bifrost_compile.c | 4437 .lower_txp = ~0, in bi_optimize_nir()
|