Home
last modified time | relevance | path

Searched refs:tex_mask (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_linear.c261 unsigned tex_mask = 0; in check_linear_interp_mask_b() local
270 tex_mask |= 1 << schan->u.index; in check_linear_interp_mask_b()
271 tex_mask |= 1 << tchan->u.index; in check_linear_interp_mask_b()
274 variant->linear_input_mask = ((1 << nr_inputs) - 1) & ~tex_mask; in check_linear_interp_mask_b()
/third_party/mesa3d/src/mesa/program/
Dprogram_parse.y436 const GLbitfield tex_mask = (1U << $6);
444 shadow_tex = tex_mask;
462 || ((state->prog->ShadowSamplers & tex_mask)
487 const GLbitfield tex_mask = (1U << $10);
495 shadow_tex = tex_mask;
513 || ((state->prog->ShadowSamplers & tex_mask)