Home
last modified time | relevance | path

Searched defs:DeviceMemory (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/test/
DTestCompliance.cpp190 TEST_F(ComplianceTest, DeviceMemory) { in TEST_F() argument
/frameworks/native/vulkan/nulldrv/
Dnull_driver.cpp776 struct DeviceMemory { struct
777 typedef VkDeviceMemory HandleType;
778 VkDeviceSize size;
779 alignas(16) uint8_t data[0];
781 DEFINE_OBJECT_HANDLE_CONVERSION(DeviceMemory) in DEFINE_OBJECT_HANDLE_CONVERSION() argument