Searched defs:DeviceData (Results 1 – 1 of 1) sorted by relevance
54 struct DeviceData { struct55 DeviceDispatchTable dispatch;86 struct DeviceData { struct87 DeviceData(const VkAllocationCallbacks& alloc, in DeviceData() function96 api::DeviceData opaque_api_data; argument98 const VkAllocationCallbacks allocator;99 const DebugReportCallbackList& debug_report_callbacks;101 std::bitset<ProcHook::EXTENSION_COUNT> hook_extensions;103 VkDevice driver_device;104 DeviceDriverTable driver;[all …]