Home
last modified time | relevance | path

Searched refs:_AR_BEGIN (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dcontext.h519 #define _AR_BEGIN(ctx, type, id) ArchRast::Dispatch(ctx, ArchRast::Start(ArchRast::type, id)) macro
524 #define _AR_BEGIN(ctx, type, id) (void)ctx; RDTSC_START(type) macro
527 #define _AR_BEGIN(ctx, type, id) (void)ctx macro
534 #define AR_API_BEGIN(type, id) _AR_BEGIN(AR_API_CTX, type, id)
539 #define AR_BEGIN(type, id) _AR_BEGIN(AR_WORKER_CTX, type, id)