Home
last modified time | relevance | path

Searched refs:RSoVContext (Results 1 – 8 of 8) sorted by relevance

/frameworks/rs/rsov/driver/
DrsovContext.cpp27 RSoVContext* RSoVContext::mContext = nullptr;
28 std::once_flag RSoVContext::mInitFlag;
30 bool RSoVContext::Initialize(char const* const name) { in Initialize()
149 bool RSoVContext::MemoryTypeFromProperties(uint32_t typeBits, in MemoryTypeFromProperties()
166 RSoVContext::RSoVContext() {} in RSoVContext() function in android::renderscript::rsov::RSoVContext
168 RSoVContext::~RSoVContext() {} in ~RSoVContext()
170 RSoVContext* RSoVContext::create() { in create()
172 std::unique_ptr<RSoVContext> context(new RSoVContext()); in create()
DrsovContext.h28 class RSoVContext {
30 static RSoVContext* create();
31 ~RSoVContext();
41 RSoVContext();
45 static RSoVContext* mContext;
DrsovCore.h27 class RSoVContext; variable
34 android::renderscript::rsov::RSoVContext* mRSoV;
DrsovAllocation.h35 class RSoVContext; variable
39 RSoVBuffer(RSoVContext *context, size_t bufferSize);
49 RSoVContext *mRSoV;
59 RSoVAllocation(RSoVContext *context, const Type *type, size_t bufferSize);
DrsovScript.h43 class RSoVContext; variable
48 RSoVScript(RSoVContext *context, std::vector<uint32_t> &&spvWords,
51 RSoVScript(RSoVContext *context, const std::vector<uint32_t> &spvWords,
127 RSoVContext *mRSoV;
DrsovCore.cpp317 std::unique_ptr<rsov::RSoVContext> rsov(rsov::RSoVContext::create()); in rsdHalInit()
DrsovAllocation.cpp219 RSoVAllocation::RSoVAllocation(RSoVContext *context, const Type *type, in RSoVAllocation()
227 RSoVBuffer::RSoVBuffer(RSoVContext *context, size_t size) in RSoVBuffer()
301 RSoVContext *rsov = hal->mRSoV; in rsovAllocationInit()
DrsovScript.cpp173 RSoVScript::RSoVScript(RSoVContext *context, std::vector<uint32_t> &&spvWords, in RSoVScript()
659 using android::renderscript::rsov::RSoVContext;