Home
last modified time | relevance | path

Searched refs:lower_txp (Results 1 – 21 of 21) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/standalone/
Dlima_compiler_cmdline.c216 .lower_txp = ~0u, in main()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir.c387 tex_options.lower_txp = ~0; /* lower all txp */ in ir3_finalize_nir()
390 tex_options.lower_txp = (1 << GLSL_SAMPLER_DIM_3D); in ir3_finalize_nir()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_tex.c1270 bool lower_txp = !!(options->lower_txp & (1 << tex->sampler_dim)); in nir_lower_tex_block() local
1285 if (lower_txp || sat_mask) { in nir_lower_tex_block()
Dnir.h5078 unsigned lower_txp; member
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_lowering.c1043 bool lower_txp = (opcode == TGSI_OPCODE_TXP) && in transform_samp() local
1056 if (!(ctx->saturate & smask) && !lower_txp) in transform_samp()
1106 if (!mask && !lower_txp) in transform_samp()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_program.c286 .lower_txp = ~0u, in lima_fs_compile_shader()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c839 .lower_txp = ~0u, in si_lower_nir()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp835 lower_tex_options.lower_txp = ~0u; in r600_shader_from_nir()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir.c785 .lower_txp = ~0, in brw_preprocess_nir()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c111 .lower_txp = ~0u, in ir2_optimize_nir()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir.c1120 NIR_PASS_V(s, nir_lower_tex, &(struct nir_lower_tex_options) { .lower_txp = ~0u }); in etna_compile_shader_nir()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_compiler.cpp870 tex_options.lower_txp = ~0u; /* No equivalent for textureProj */ in select_shader_variant()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c2975 .lower_txp = 0, in nir_to_tgsi_lower_txp()
2999 lower_tex_options.lower_txp |= 1 << tex->sampler_dim; in nir_to_tgsi_lower_txp()
/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.c1423 .lower_txp = ~0, in agx_compile_shader_nir()
/third_party/mesa3d/src/broadcom/compiler/
Dvir.c601 .lower_txp = ~0, in v3d_lower_nir()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c639 .lower_txp = ~0, in radv_shader_compile_to_nir()
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c311 .lower_txp = ~0, in optimise_nir()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c2435 .lower_txp = ~0u, in lp_build_opt_nir()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c2261 .lower_txp = ~0, in vc4_shader_ntq()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp3139 tex_options.lower_txp = ~0; in run()
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c3338 .lower_txp = ~0, in bi_optimize_nir()