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.cpp1089AR_API_EVENT(DrawInstancedEvent(pDC->drawId, topology, numVertices, startVertex, numInstances, sta… in DrawInstanced()
1217AR_API_EVENT(DrawIndexedInstancedEvent(pDC->drawId, topology, numIndices, indexOffset, baseVertex,… in DrawIndexedInstance()
1426AR_API_EVENT(DispatchEvent(pDC->drawId, threadGroupCountX, threadGroupCountY, threadGroupCountZ)); in SwrDispatch()
1600 AR_API_EVENT(FrameEndEvent(pContext->frameCount, pDC->drawId)); in SwrEndFrame()
Dcontext.h536 #define AR_API_EVENT(event) _AR_EVENT(AR_API_CTX, event) macro