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.cpp491 AR_API_EVENT(SwrSyncEvent(pDC->drawId)); in SwrSync()
1171AR_API_EVENT(DrawInstancedEvent(pDC->drawId, topology, numVertices, startVertex, numInstances, sta… in DrawInstanced()
1223 AR_API_EVENT(DrawInstancedSplitEvent(pDC->drawId)); in DrawInstanced()
1299AR_API_EVENT(DrawIndexedInstancedEvent(pDC->drawId, topology, numIndices, indexOffset, baseVertex,… in DrawIndexedInstance()
1368 AR_API_EVENT(DrawIndexedInstancedSplitEvent(pDC->drawId)); in DrawIndexedInstance()
1453 AR_API_EVENT(SwrInvalidateTilesEvent(pDC->drawId)); in SwrInvalidateTiles()
1488 AR_API_EVENT(SwrDiscardRectEvent(pDC->drawId)); in SwrDiscardRect()
1512AR_API_EVENT(DispatchEvent(pDC->drawId, threadGroupCountX, threadGroupCountY, threadGroupCountZ)); in SwrDispatch()
1558 AR_API_EVENT(SwrStoreTilesEvent(pDC->drawId)); in SwrStoreTiles()
1689 AR_API_EVENT(FrameEndEvent(pContext->frameCount, pDC->drawId)); in SwrEndFrame()
Dcontext.h549 #define AR_API_EVENT(event) _AR_EVENT(AR_API_CTX, event) macro