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.cpp231 AR_API_BEGIN(APIDrawWakeAllThreads, pDC->drawId); in QueueWork()
253 AR_API_BEGIN(APIGetDrawContext, 0); in GetDrawContext()
447 AR_API_BEGIN(APISync, 0); in SwrSync()
468 AR_API_BEGIN(APIWaitForIdle, 0); in SwrWaitForIdle()
482 AR_API_BEGIN(APIWaitForIdle, 0); in SwrWaitForIdleFE()
1088 AR_API_BEGIN(APIDraw, pDC->drawId); in DrawInstanced()
1216 AR_API_BEGIN(APIDrawIndexed, pDC->drawId); in DrawIndexedInstance()
1425 AR_API_BEGIN(APIDispatch, pDC->drawId); in SwrDispatch()
1460 AR_API_BEGIN(APIStoreTiles, pDC->drawId); in SwrStoreTiles()
1501 AR_API_BEGIN(APIClearRenderTarget, pDC->drawId); in SwrClearRenderTarget()
Dcontext.h534 #define AR_API_BEGIN(type, id) _AR_BEGIN(AR_API_CTX, type, id) macro