HomeSort by relevance Sort by last modified time
    Searched refs:curStateId (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
context.h 467 uint32_t curStateId; // Current index to the next available entry in the DS ring.
api.cpp 280 uint32_t dsIndex = pContext->curStateId % KNOB_MAX_DRAWS_IN_FLIGHT;
300 pContext->curStateId++; // Progress state ring index forward.
313 pContext->curStateId++; // Progress state ring index forward.
    [all...]

Completed in 66 milliseconds