Searched refs:AR_API_EVENT (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | api.cpp | 491 AR_API_EVENT(SwrSyncEvent(pDC->drawId)); in SwrSync() 1171 …AR_API_EVENT(DrawInstancedEvent(pDC->drawId, topology, numVertices, startVertex, numInstances, sta… in DrawInstanced() 1223 AR_API_EVENT(DrawInstancedSplitEvent(pDC->drawId)); in DrawInstanced() 1299 …AR_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() 1512 … AR_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()
|
D | context.h | 549 #define AR_API_EVENT(event) _AR_EVENT(AR_API_CTX, event) macro
|