Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp259 AR_API_BEGIN(APIDrawWakeAllThreads, pDC->drawId); in QueueWork()
281 AR_API_BEGIN(APIGetDrawContext, 0); in GetDrawContext()
480 AR_API_BEGIN(APISync, 0); in SwrSync()
511 AR_API_BEGIN(APIWaitForIdle, 0); in SwrWaitForIdle()
525 AR_API_BEGIN(APIWaitForIdle, 0); in SwrWaitForIdleFE()
1170 AR_API_BEGIN(APIDraw, pDC->drawId); in DrawInstanced()
1298 AR_API_BEGIN(APIDrawIndexed, pDC->drawId); in DrawIndexedInstance()
1511 AR_API_BEGIN(APIDispatch, pDC->drawId); in SwrDispatch()
1546 AR_API_BEGIN(APIStoreTiles, pDC->drawId); in SwrStoreTiles()
1589 AR_API_BEGIN(APIClearRenderTarget, pDC->drawId); in SwrClearRenderTarget()
Dcontext.h547 #define AR_API_BEGIN(type, id) _AR_BEGIN(AR_API_CTX, type, id) macro