Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Ddriver.h54 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;
[all …]