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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Darrayobj.c596 const GLbitfield vbos = vao->VertexAttribBufferMask; local in function:_mesa_update_vao_derived_arrays
599 vao->_EffEnabledVBO = _mesa_vao_enable_to_vp_inputs(mode, enabled & vbos);
609 /* The scan goes different for user space arrays than vbos */
624 GLbitfield scanmask = mask & vbos & ~bound;
759 GLbitfield scanmask = mask & ~vbos & ~bound;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Darrayobj.c543 const GLbitfield vbos = vao->VertexAttribBufferMask; local in function:_mesa_update_vao_derived_arrays
547 vao->_EffEnabledVBO = _mesa_vao_enable_to_vp_inputs(mode, enabled & vbos);
570 /* The scan goes different for user space arrays than vbos */
585 GLbitfield scanmask = mask & vbos & ~bound;
720 GLbitfield scanmask = mask & ~vbos & ~bound;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.2.0.rst3804 - zink: flag pipeline for change more often when vbos change without dynamic state

Completed in 14 milliseconds