Searched refs:NeedFlush (Results 1 – 9 of 9) sorted by relevance
212 if (ctx->Driver.NeedFlush & FLUSH_STORED_VERTICES) \231 if (ctx->Driver.NeedFlush & FLUSH_UPDATE_CURRENT) \
688 GLuint NeedFlush; member
56 ctx->Driver.NeedFlush = 0; in vbo_exec_init()
397 ctx->Driver.NeedFlush |= FLUSH_STORED_VERTICES; in vbo_exec_fixup_vertex()409 if (unlikely(!(ctx->Driver.NeedFlush & FLUSH_UPDATE_CURRENT))) \435 ctx->Driver.NeedFlush |= FLUSH_STORED_VERTICES; \1296 assert((ctx->Driver.NeedFlush & FLUSH_UPDATE_CURRENT) == 0); in vbo_exec_BeginVertices()1299 ctx->Driver.NeedFlush |= exec->begin_vertices_flags; in vbo_exec_BeginVertices()1331 ctx->Driver.NeedFlush &= ~(FLUSH_UPDATE_CURRENT | flags); in vbo_exec_FlushVertices()
194 driver->NeedFlush = 0; in _mesa_init_driver_functions()
204 rmesa->radeon.glCtx->Driver.NeedFlush |= FLUSH_STORED_VERTICES; in r200AllocEltsOpenEnded()
472 rmesa->glCtx->Driver.NeedFlush |= FLUSH_STORED_VERTICES; in rcommonAllocDmaLowVerts()
270 rmesa->radeon.glCtx->Driver.NeedFlush |= FLUSH_STORED_VERTICES; in radeonAllocEltsOpenEnded()