Searched defs:DeviceData (Results 1 – 1 of 1) sorted by relevance
54 struct DeviceData { struct55 DeviceDispatchTable dispatch;84 struct DeviceData { struct85 DeviceData(const VkAllocationCallbacks& alloc, in DeviceData() function92 api::DeviceData opaque_api_data; argument94 const VkAllocationCallbacks allocator;95 const DebugReportCallbackList& debug_report_callbacks;97 std::bitset<ProcHook::EXTENSION_COUNT> hook_extensions;99 VkDevice driver_device;100 DeviceDriverTable driver;[all …]