Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp529 AR_API_EVENT(SwrSyncEvent(pDC->drawId)); in SwrSync()
1251 AR_API_EVENT(DrawInstancedEvent(pDC->drawId, in DrawInstanced()
1409 AR_API_EVENT(DrawIndexedInstancedEvent(pDC->drawId, in DrawIndexedInstance()
1503 AR_API_EVENT(SwrInvalidateTilesEvent(pDC->drawId)); in SwrInvalidateTiles()
1535 AR_API_EVENT(SwrDiscardRectEvent(pDC->drawId)); in SwrDiscardRect()
1560 AR_API_EVENT( in SwrDispatch()
1610 AR_API_EVENT(SwrStoreTilesEvent(pDC->drawId)); in SwrStoreTiles()
1732 AR_API_EVENT(FrameEndEvent(pContext->frameCount, pDC->drawId)); in SwrEndFrame()
Dcontext.h604 #define AR_API_EVENT(event) _AR_EVENT(AR_API_CTX, event) macro