Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/
Dgen_ar_event.cpp38 using namespace ArchRast;
Dgen_ar_eventhandler.hpp38 namespace ArchRast namespace
Dgen_ar_eventhandlerfile.hpp43 namespace ArchRast namespace
Dgen_ar_event.hpp47 namespace ArchRast namespace
/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
Darchrast.h34 namespace ArchRast
Deventmanager.h37 namespace ArchRast
Darchrast.cpp39 namespace ArchRast namespace
140 ArchRast::Instanced, in Handle()
160 ArchRast::IndexedInstanced, in Handle()
Devents_private.proto24 # ArchRast is to not pollute the Rasty code with lots of calculations, etc. that
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dcontext.h596 #define _AR_EVENT(ctx, event) ArchRast::Dispatch(ctx, ArchRast::event)
597 #define _AR_FLUSH(ctx, id) ArchRast::FlushDraw(ctx, id)
Dapi.cpp170 ArchRast::CreateThreadContext(ArchRast::AR_THREAD::API); in SwrCreateContext()
199 pContext->pArContext[i] = ArchRast::CreateThreadContext(ArchRast::AR_THREAD::WORKER); in SwrCreateContext()
453 ArchRast::DestroyThreadContext(pContext->pArContext[i]); in SwrDestroyContext()