Home
last modified time | relevance | path

Searched refs:lower_txp (Results 1 - 22 of 22) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/standalone/
H A Dlima_compiler_cmdline.c216 .lower_txp = ~0u, in main()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c251 .lower_txp = ~0u, in si_lower_nir()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_nir.c324 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 Dpanvk_vX_shader.c309 .lower_txp = ~0, in shader_create()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_tex.c1373 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 Dnir.h4944 unsigned lower_txp;
5002 * 'lower_txp' setting.
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_lowering.c1043 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 Dsfn_nir.cpp682 lower_tex_options.lower_txp = ~0u; in r600_shader_from_nir()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir.c838 .lower_txp = ~0, in brw_preprocess_nir()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.c1123 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 Dir2_nir.c113 .lower_txp = ~0u, in ir2_optimize_nir()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c3604 .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 Dagx_compile.c1689 .lower_txp = ~0, in agx_compile_shader_nir()
/third_party/mesa3d/src/broadcom/compiler/
H A Dvir.c615 .lower_txp = ~0, in v3d_lower_nir()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_compiler.cpp1169 tex_options.lower_txp = ~0u; /* No equivalent for textureProj */ in select_shader_variant()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader.c929 .lower_txp = ~0, in radv_shader_spirv_to_nir()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_program.c2244 .lower_txp = ~0, in vc4_shader_ntq()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp3212 tex_options.lower_txp = ~0;
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_compile.c343 .lower_txp = ~0, in optimise_nir()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.c2751 .lower_txp = ~0u, in lp_build_opt_nir()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_compiler.c3230 tex_opts.lower_txp = BITFIELD_BIT(GLSL_SAMPLER_DIM_CUBE) | in zink_shader_finalize()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c4437 .lower_txp = ~0, in bi_optimize_nir()

Completed in 62 milliseconds