Searched refs:RSoVContext (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/rsov/driver/ |
D | rsovContext.cpp | 27 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()
|
D | rsovContext.h | 28 class RSoVContext { 30 static RSoVContext* create(); 31 ~RSoVContext(); 41 RSoVContext(); 45 static RSoVContext* mContext;
|
D | rsovCore.h | 27 class RSoVContext; variable 34 android::renderscript::rsov::RSoVContext* mRSoV;
|
D | rsovAllocation.h | 35 class RSoVContext; variable 39 RSoVBuffer(RSoVContext *context, size_t bufferSize); 49 RSoVContext *mRSoV; 59 RSoVAllocation(RSoVContext *context, const Type *type, size_t bufferSize);
|
D | rsovScript.h | 43 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;
|
D | rsovCore.cpp | 317 std::unique_ptr<rsov::RSoVContext> rsov(rsov::RSoVContext::create()); in rsdHalInit()
|
D | rsovAllocation.cpp | 219 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()
|
D | rsovScript.cpp | 173 RSoVScript::RSoVScript(RSoVContext *context, std::vector<uint32_t> &&spvWords, in RSoVScript() 659 using android::renderscript::rsov::RSoVContext;
|