Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dcontext.h530 #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)
Dapi.cpp143 …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/
Dgen_ar_event.cpp37 using namespace ArchRast;
Dgen_ar_eventhandler.hpp37 namespace ArchRast namespace
Dgen_ar_event.hpp38 namespace ArchRast namespace
Dgen_ar_eventhandlerfile.hpp41 namespace ArchRast namespace
/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
Darchrast.h34 namespace ArchRast
Deventmanager.h37 namespace ArchRast
Darchrast.cpp35 namespace ArchRast namespace