Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Darrayobj.c587 GLbitfield scanmask = mask & vbos & ~bound; in _mesa_update_vao_derived_arrays() local
589 if (scanmask == 0) { in _mesa_update_vao_derived_arrays()
625 while (scanmask) { in _mesa_update_vao_derived_arrays()
629 const int j = ffs(scanmask) - 1; in _mesa_update_vao_derived_arrays()
639 scanmask &= ~bound2; in _mesa_update_vao_derived_arrays()
722 GLbitfield scanmask = mask & ~vbos & ~bound; in _mesa_update_vao_derived_arrays() local
723 while (scanmask) { in _mesa_update_vao_derived_arrays()
724 const int j = u_bit_scan(&scanmask); in _mesa_update_vao_derived_arrays()