Searched defs:DeviceMemory (Results 1 – 2 of 2) sorted by relevance
190 TEST_F(ComplianceTest, DeviceMemory) { in TEST_F() argument
776 struct DeviceMemory { struct777 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