Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dcontext.h520 … #define _AR_END(ctx, type, count) ArchRast::Dispatch(ctx, ArchRast::End(ArchRast::type, count)) macro
525 #define _AR_END(ctx, type, id) RDTSC_STOP(type, id, 0) macro
528 #define _AR_END(ctx, type, id) macro
535 #define AR_API_END(type, count) _AR_END(AR_API_CTX, type, count)
540 #define AR_END(type, count) _AR_END(AR_WORKER_CTX, type, count)