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

/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_atom_array.c149 const GLbitfield boundmask = _mesa_draw_bound_attrib_bits(binding); local in function:setup_arrays
150 GLbitfield attrmask = mask & boundmask;
152 mask &= ~boundmask;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atom_array.c425 const GLbitfield boundmask = _mesa_draw_bound_attrib_bits(binding); local in function:st_setup_arrays
426 GLbitfield attrmask = mask & boundmask;
428 mask &= ~boundmask;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_draw_upload.c502 const unsigned boundmask = _mesa_draw_bound_attrib_bits(glbinding); local in function:brw_prepare_vertices
503 unsigned attrmask = vbomask & boundmask;
611 const unsigned boundmask = _mesa_draw_bound_attrib_bits(glbinding); local in function:brw_prepare_vertices
612 unsigned attrmask = usermask & boundmask;

Completed in 4 milliseconds