Lines Matching defs:mask
422 GLbitfield mask = vao->Enabled & binding->_BoundArrays;
424 assert(mask);
425 while (mask) {
426 const int i = u_bit_scan(&mask);
564 GLbitfield mask = enabled;
565 while (mask) {
567 const int i = ffs(mask) - 1;
587 GLbitfield scanmask = mask & vbos & ~bound;
635 /* Remove those attrib bits from the mask that are bound to the
686 mask &= ~eff_bound_arrays;
722 GLbitfield scanmask = mask & ~vbos & ~bound;
775 mask &= ~eff_bound_arrays;
828 GLbitfield mask = vao->Enabled & vao->VertexAttribBufferMask;
829 while (mask) {
831 const gl_vert_attrib attr = ffs(mask) - 1;
834 mask &= ~binding->_BoundArrays;
870 GLbitfield mask = vao->Enabled & vao->VertexAttribBufferMask;
871 while (mask) {
873 const gl_vert_attrib attr = ffs(mask) - 1;
876 mask &= ~binding->_BoundArrays;