Searched refs:ArchRast (Results 1 – 9 of 9) 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)) 531 … #define _AR_END(ctx, type, count) ArchRast::Dispatch(ctx, ArchRast::End(ArchRast::type, count)) 532 #define _AR_EVENT(ctx, event) ArchRast::Dispatch(ctx, ArchRast::event) 533 #define _AR_FLUSH(ctx, id) ArchRast::FlushDraw(ctx, id)
|
D | api.cpp | 143 …pContext->pArContext[pContext->NumWorkerThreads] = ArchRast::CreateThreadContext(ArchRast::AR_THRE… in SwrCreateContext() 163 pContext->pArContext[i] = ArchRast::CreateThreadContext(ArchRast::AR_THREAD::WORKER); in SwrCreateContext() 418 ArchRast::DestroyThreadContext(pContext->pArContext[i]); in SwrDestroyContext()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/ |
D | gen_ar_event.cpp | 37 using namespace ArchRast;
|
D | gen_ar_eventhandler.hpp | 37 namespace ArchRast namespace
|
D | gen_ar_event.hpp | 38 namespace ArchRast namespace
|
D | gen_ar_eventhandlerfile.hpp | 41 namespace ArchRast namespace
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/ |
D | archrast.h | 34 namespace ArchRast
|
D | eventmanager.h | 37 namespace ArchRast
|
D | archrast.cpp | 35 namespace ArchRast namespace
|