Searched defs:DeviceData (Results 1 – 1 of 1) sorted by relevance
55 struct DeviceData { struct56 DeviceDispatchTable dispatch;85 struct DeviceData { struct86 DeviceData(const VkAllocationCallbacks& alloc, in DeviceData() argument93 api::DeviceData opaque_api_data; argument95 const VkAllocationCallbacks allocator;96 const DebugReportCallbackList& debug_report_callbacks;98 std::bitset<ProcHook::EXTENSION_COUNT> hook_extensions;100 VkDevice driver_device;101 DeviceDriverTable driver;[all …]