Searched refs:AR_API_EVENT (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | api.cpp | 1089 …AR_API_EVENT(DrawInstancedEvent(pDC->drawId, topology, numVertices, startVertex, numInstances, sta… in DrawInstanced() 1217 …AR_API_EVENT(DrawIndexedInstancedEvent(pDC->drawId, topology, numIndices, indexOffset, baseVertex,… in DrawIndexedInstance() 1426 … AR_API_EVENT(DispatchEvent(pDC->drawId, threadGroupCountX, threadGroupCountY, threadGroupCountZ)); in SwrDispatch() 1600 AR_API_EVENT(FrameEndEvent(pContext->frameCount, pDC->drawId)); in SwrEndFrame()
|
D | context.h | 536 #define AR_API_EVENT(event) _AR_EVENT(AR_API_CTX, event) macro
|