Lines Matching defs:DeviceData
54 struct DeviceData { struct
55 DeviceDispatchTable dispatch;
84 struct DeviceData { struct
85 DeviceData(const VkAllocationCallbacks& alloc, in DeviceData() function
92 api::DeviceData opaque_api_data; argument
94 const VkAllocationCallbacks allocator;
95 const DebugReportCallbackList& debug_report_callbacks;
97 std::bitset<ProcHook::EXTENSION_COUNT> hook_extensions;
99 VkDevice driver_device;
100 DeviceDriverTable driver;
101 uint32_t driver_version;