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/
H A Dlp_linear.c267 unsigned tex_mask = 0; in check_linear_interp_mask_b() local
276 tex_mask |= 1 << schan->u.index; in check_linear_interp_mask_b()
277 tex_mask |= 1 << tchan->u.index; in check_linear_interp_mask_b()
280 variant->linear_input_mask = ((1 << nr_inputs) - 1) & ~tex_mask; in check_linear_interp_mask_b()
/third_party/mesa3d/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 3 milliseconds