Lines Matching defs:DeviceData
54 struct DeviceData { struct
55 DeviceDispatchTable dispatch;
86 struct DeviceData { struct
87 DeviceData(const VkAllocationCallbacks& alloc, in DeviceData() function
96 api::DeviceData opaque_api_data; argument
98 const VkAllocationCallbacks allocator;
99 const DebugReportCallbackList& debug_report_callbacks;
101 std::bitset<ProcHook::EXTENSION_COUNT> hook_extensions;
103 VkDevice driver_device;
104 DeviceDriverTable driver;
105 uint32_t driver_version;