Home
last modified time | relevance | path

Searched defs:DeviceData (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Ddriver.h52 struct DeviceData { struct
53 DeviceDispatchTable dispatch;
84 struct DeviceData { struct
85 DeviceData(const VkAllocationCallbacks& alloc, in DeviceData() function
94 api::DeviceData opaque_api_data; argument
96 const VkAllocationCallbacks allocator;
97 const DebugReportCallbackList& debug_report_callbacks;
99 std::bitset<ProcHook::EXTENSION_COUNT> hook_extensions;
101 VkDevice driver_device;
102 DeviceDriverTable driver;