Searched refs:scanmask (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Darrayobj.c624 GLbitfield scanmask = mask & vbos & ~bound; local in function:_mesa_update_vao_derived_arrays
626 if (scanmask == 0) {
662 while (scanmask) {
666 const int j = ffs(scanmask) - 1;
676 scanmask &= ~bound2;
759 GLbitfield scanmask = mask & ~vbos & ~bound; local in function:_mesa_update_vao_derived_arrays
760 while (scanmask) {
761 const int j = u_bit_scan(&scanmask);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Darrayobj.c585 GLbitfield scanmask = mask & vbos & ~bound; local in function:_mesa_update_vao_derived_arrays
587 if (scanmask == 0) {
623 while (scanmask) {
627 const int j = ffs(scanmask) - 1;
637 scanmask &= ~bound2;
720 GLbitfield scanmask = mask & ~vbos & ~bound; local in function:_mesa_update_vao_derived_arrays
721 while (scanmask) {
722 const int j = u_bit_scan(&scanmask);

Completed in 5 milliseconds