HomeSort by relevance Sort by last modified time
    Searched full:tex_options (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_nir.c 110 struct nir_lower_tex_options tex_options = { local
118 tex_options.saturate_s = key->fsaturate_s;
119 tex_options.saturate_t = key->fsaturate_t;
120 tex_options.saturate_r = key->fsaturate_r;
123 tex_options.saturate_s = key->vsaturate_s;
124 tex_options.saturate_t = key->vsaturate_t;
125 tex_options.saturate_r = key->vsaturate_r;
132 tex_options.lower_txp = ~0; /* lower all txp */
135 tex_options.lower_txp = (1 << GLSL_SAMPLER_DIM_3D);
167 OPT_V(s, nir_lower_tex, &tex_options);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_nir.c 546 static const nir_lower_tex_options tex_options = { local
553 OPT(nir_lower_tex, &tex_options);
668 nir_lower_tex_options tex_options = { 0 }; local
672 tex_options.lower_rect = true;
676 tex_options.saturate_s = key_tex->gl_clamp_mask[0];
677 tex_options.saturate_t = key_tex->gl_clamp_mask[1];
678 tex_options.saturate_r = key_tex->gl_clamp_mask[2];
686 tex_options.swizzle_result |= (1 << s);
688 tex_options.swizzles[s][c] = GET_SWZ(key_tex->swizzles[s], c);
692 tex_options.lower_txd_shadow = devinfo->gen < 8 && !devinfo->is_haswell
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_program.c 2225 struct nir_lower_tex_options tex_options = { local
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_pipeline.c 249 static const nir_lower_tex_options tex_options = { local
253 nir_lower_tex(nir, &tex_options);
    [all...]

Completed in 419 milliseconds