Searched refs:tex_mask (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_linear.c261 unsigned tex_mask = 0; local in function:check_linear_interp_mask_b
270 tex_mask |= 1 << schan->u.index;
271 tex_mask |= 1 << tchan->u.index;
274 variant->linear_input_mask = ((1 << nr_inputs) - 1) & ~tex_mask;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprogram_parse.y427 const GLbitfield tex_mask = (1U << $6);
435 shadow_tex = tex_mask;
453 || ((state->prog->ShadowSamplers & tex_mask)
478 const GLbitfield tex_mask = (1U << $10);
486 shadow_tex = tex_mask;
504 || ((state->prog->ShadowSamplers & tex_mask)
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A 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)

Completed in 7 milliseconds