Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DGeneratedTestHarness.cpp352 static constexpr uint32_t kDeviceMemoryBeginIndex = 2; member in android::hardware::neuralnetworks::V1_3::vts::functional::ExecutionContextV1_3
385 kDeviceMemoryBeginIndex)}; in createRequest()
411 kDeviceMemoryBeginIndex)}; in createRequest()
440 hidl_vec<Request::MemoryPool> pools(kDeviceMemoryBeginIndex + mBuffers.size()); in createRequest()
453 pools[kDeviceMemoryBeginIndex + i].token(tokens[i]); in createRequest()
485 const uint32_t bufferIndex = outputLoc.poolIndex - kDeviceMemoryBeginIndex; in getOutputBuffers()
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/
H A DGeneratedTestHarness.cpp334 static constexpr uint32_t kDeviceMemoryBeginIndex = 2; member in aidl::android::hardware::neuralnetworks::vts::functional::ExecutionContext
373 kDeviceMemoryBeginIndex)}; in createRequest()
402 kDeviceMemoryBeginIndex)}; in createRequest()
444 pools.reserve(kDeviceMemoryBeginIndex + mBuffers.size()); in createRequest()
488 const uint32_t bufferIndex = outputLoc.poolIndex - kDeviceMemoryBeginIndex; in getOutputBuffers()