Searched refs:_AR_END (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | context.h | 531 … #define _AR_END(ctx, type, count) ArchRast::Dispatch(ctx, ArchRast::End(ArchRast::type, count)) macro 537 #define _AR_END(ctx, type, id) RDTSC_STOP(type, id, 0) macro 540 #define _AR_END(ctx, type, id) macro 548 #define AR_API_END(type, count) _AR_END(AR_API_CTX, type, count) 553 #define AR_END(type, count) _AR_END(AR_WORKER_CTX, type, count)
|