Home
last modified time | relevance | path

Searched refs:DmaBuf (Results 1 – 7 of 7) sorted by relevance

/external/armnn/src/backends/cl/
DClBackend.hpp170 else if (source == MemorySource::DmaBuf) in MapAllocatedMemory()
264 case armnn::MemorySource::DmaBuf: in map()
284 case armnn::MemorySource::DmaBuf: in unmap()
DClImportTensorHandle.hpp106 if (source == MemorySource::DmaBuf) in Import()
/external/armnn/src/backends/reference/test/
DRefTensorHandleTests.cpp239 CHECK(!handle.Import(static_cast<void *>(testPtr), MemorySource::DmaBuf));
289 CHECK(!handle.CanBeImported(static_cast<void *>(testPtr), MemorySource::DmaBuf));
/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/vulkano_gralloc/sys/
Dunix.rs49 RUTABAGA_MEM_HANDLE_TYPE_DMABUF => ExternalMemoryHandleType::DmaBuf, in import_memory()
/external/autotest/client/site_tests/graphics_Chrome/
Dcontrol.ozone_gl_unittests20 and uses it to create a DmaBuf NativePixmap and allocate a GLImageEGL.
/external/armnn/include/armnn/
DTypes.hpp245 DmaBuf = 2, enumerator
/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/
Dvulkano_gralloc.rs411 ExternalMemoryHandleType::DmaBuf, in allocate_memory()