Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dcontext.h467 uint32_t curStateId; // Current index to the next available entry in the DS ring. member
Dapi.cpp280 uint32_t dsIndex = pContext->curStateId % KNOB_MAX_DRAWS_IN_FLIGHT; in GetDrawContext()
300 pContext->curStateId++; // Progress state ring index forward. in GetDrawContext()
313 pContext->curStateId++; // Progress state ring index forward. in GetDrawContext()