Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dcontext.h527 #define AR_API_CTX pContext->pArContext[pContext->NumWorkerThreads] macro
547 #define AR_API_BEGIN(type, id) _AR_BEGIN(AR_API_CTX, type, id)
548 #define AR_API_END(type, count) _AR_END(AR_API_CTX, type, count)
549 #define AR_API_EVENT(event) _AR_EVENT(AR_API_CTX, event)