OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArchRast
(Results
1 - 9
of
9
) sorted by null
/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/
gen_ar_event.cpp
37
using namespace
ArchRast
;
gen_ar_eventhandler.hpp
37
namespace
ArchRast
gen_ar_event.hpp
38
namespace
ArchRast
gen_ar_eventhandlerfile.hpp
41
namespace
ArchRast
101
SWR_INVALID("
ArchRast
: Could not open event file!");
/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
archrast.h
23
* @file
archrast
.h
25
* @brief Definitions for
archrast
.
34
namespace
ArchRast
eventmanager.h
23
* @file
archrast
.h
37
namespace
ArchRast
archrast.cpp
23
* @file
archrast
.cpp
25
* @brief Implementation for
archrast
.
31
#include "
archrast
/
archrast
.h"
32
#include "
archrast
/eventmanager.h"
35
namespace
ArchRast
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
context.h
45
#include "
archrast
/
archrast
.h"
518
//
ArchRast
thread contexts.
525
//
ArchRast
instrumentation framework
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)
[
all
...]
api.cpp
141
// Setup
ArchRast
thread contexts which includes +1 for API thread.
143
pContext->pArContext[pContext->NumWorkerThreads] =
ArchRast
::CreateThreadContext(
ArchRast
::AR_THREAD::API);
162
// Initialize worker thread context for
ArchRast
.
163
pContext->pArContext[i] =
ArchRast
::CreateThreadContext(
ArchRast
::AR_THREAD::WORKER);
418
ArchRast
::DestroyThreadContext(pContext->pArContext[i]);
[
all
...]
Completed in 677 milliseconds