Searched refs:_AR_BEGIN (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | context.h | 530 #define _AR_BEGIN(ctx, type, id) ArchRast::Dispatch(ctx, ArchRast::Start(ArchRast::type, id)) macro 536 #define _AR_BEGIN(ctx, type, id) (void)ctx; RDTSC_START(type) macro 539 #define _AR_BEGIN(ctx, type, id) (void)ctx macro 547 #define AR_API_BEGIN(type, id) _AR_BEGIN(AR_API_CTX, type, id) 552 #define AR_BEGIN(type, id) _AR_BEGIN(AR_WORKER_CTX, type, id)
|