Home
last modified time | relevance | path

Searched refs:mGlobalAllocationMetadata (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/rsov/driver/
DrsovScript.cpp180 mGlobalAllocationMetadata(nullptr), in RSoVScript()
439 if (mGlobalAllocationMetadata == nullptr) { in MarshalTypeInfo()
440 mGlobalAllocationMetadata.reset( in MarshalTypeInfo()
444 (struct rsovTypeInfo *)mGlobalAllocationMetadata->getHostPtr(); in MarshalTypeInfo()
506 .pBufferInfo = mGlobalAllocationMetadata->getBufferInfo(), in InitDescriptorSet()
DrsovScript.h145 std::unique_ptr<RSoVBuffer> mGlobalAllocationMetadata; variable