Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Ddriver.h55 struct DeviceData { struct
56 DeviceDispatchTable dispatch;
85 struct DeviceData { struct
86 DeviceData(const VkAllocationCallbacks& alloc, in DeviceData() function
93 api::DeviceData opaque_api_data; argument
95 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 …]