HomeSort by: relevance | last modified time | path
    Searched refs:lower_txp (Results 1 - 25 of 31) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
ir3_nir.c 186 tex_options.lower_txp = ~0; /* lower all txp */
189 tex_options.lower_txp = (1 << GLSL_SAMPLER_DIM_3D);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/standalone/
lima_compiler_cmdline.c 216 .lower_txp = ~0u,
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_lower_tex.c 992 bool lower_txp = !!(options->lower_txp & (1 << tex->sampler_dim)); local
1007 if (lower_txp || sat_mask) {
nir.h 3430 unsigned lower_txp;
3471 * 'lower_txp' setting.
  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_nir.c 388 tex_options.lower_txp = ~0; /* lower all txp */
391 tex_options.lower_txp = (1 << GLSL_SAMPLER_DIM_3D);
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_lower_tex.c 1270 bool lower_txp = !!(options->lower_txp & (1 << tex->sampler_dim)); local
1285 if (lower_txp || sat_mask) {
nir.h 5078 unsigned lower_txp;
5124 * 'lower_txp' setting.
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
lima_program.c 286 .lower_txp = ~0u,
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
tgsi_lowering.c 1043 bool lower_txp = (opcode == TGSI_OPCODE_TXP) && local
1044 (ctx->config->lower_TXP & (1 << tex));
1056 if (!(ctx->saturate & smask) && !lower_txp)
1096 /* we don't saturate, but in case of lower_txp we
1106 if (!mask && !lower_txp)
1544 if (ctx.saturate || config->lower_TXP) {
1553 } else if (config->lower_TXP) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
tgsi_lowering.c 1042 bool lower_txp = (opcode == TGSI_OPCODE_TXP) && local
1043 (ctx->config->lower_TXP & (1 << tex));
1055 if (!(ctx->saturate & smask) && !lower_txp)
1095 /* we don't saturate, but in case of lower_txp we
1105 if (!mask && !lower_txp)
1544 if (ctx.saturate || config->lower_TXP) {
1553 } else if (config->lower_TXP) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_nir.cpp 835 lower_tex_options.lower_txp = ~0u;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_shader_nir.c 839 .lower_txp = ~0u,
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_nir.c 785 .lower_txp = ~0,
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_shader.c 327 .lower_txp = ~0,
  /xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
vir.c 541 .lower_txp = ~0,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_shader_nir.c 889 .lower_txp = ~0u,
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_nir.c 693 .lower_txp = ~0,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
d3d12_compiler.cpp 870 tex_options.lower_txp = ~0u; /* No equivalent for textureProj */
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
etnaviv_compiler_nir.c 1120 NIR_PASS_V(s, nir_lower_tex, &(struct nir_lower_tex_options) { .lower_txp = ~0u });
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
ir2_nir.c 111 .lower_txp = ~0u,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
ir2_nir.c 100 .lower_txp = ~0u,
  /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
agx_compile.c 1423 .lower_txp = ~0,
  /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
vir.c 601 .lower_txp = ~0,
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
nir_to_tgsi.c 2975 .lower_txp = 0,
2999 lower_tex_options.lower_txp |= 1 << tex->sampler_dim;
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_shader.c 639 .lower_txp = ~0,

Completed in 76 milliseconds

1 2