Searched refs:lower_txp (Results 1 – 21 of 21) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/lima/standalone/ |
D | lima_compiler_cmdline.c | 216 .lower_txp = ~0u, in main()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_nir.c | 387 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/ |
D | nir_lower_tex.c | 1270 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()
|
D | nir.h | 5078 unsigned lower_txp; member
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
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() 1106 if (!mask && !lower_txp) in transform_samp()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_program.c | 286 .lower_txp = ~0u, in lima_fs_compile_shader()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_nir.c | 839 .lower_txp = ~0u, in si_lower_nir()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_nir.cpp | 835 lower_tex_options.lower_txp = ~0u; in r600_shader_from_nir()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_nir.c | 785 .lower_txp = ~0, in brw_preprocess_nir()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2_nir.c | 111 .lower_txp = ~0u, in ir2_optimize_nir()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir.c | 1120 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/ |
D | d3d12_compiler.cpp | 870 tex_options.lower_txp = ~0u; /* No equivalent for textureProj */ in select_shader_variant()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 2975 .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/ |
D | agx_compile.c | 1423 .lower_txp = ~0, in agx_compile_shader_nir()
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | vir.c | 601 .lower_txp = ~0, in v3d_lower_nir()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_shader.c | 639 .lower_txp = ~0, in radv_shader_compile_to_nir()
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | midgard_compile.c | 311 .lower_txp = ~0, in optimise_nir()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir.c | 2435 .lower_txp = ~0u, in lp_build_opt_nir()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_program.c | 2261 .lower_txp = ~0, in vc4_shader_ntq()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_nir.cpp | 3139 tex_options.lower_txp = ~0; in run()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 3338 .lower_txp = ~0, in bi_optimize_nir()
|