Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h70 struct DeviceDispatchTable { struct
72 PFN_vkGetDeviceProcAddr GetDeviceProcAddr;
73 PFN_vkDestroyDevice DestroyDevice;
74 PFN_vkGetDeviceQueue GetDeviceQueue;
75 PFN_vkQueueSubmit QueueSubmit;
76 PFN_vkQueueWaitIdle QueueWaitIdle;
77 PFN_vkDeviceWaitIdle DeviceWaitIdle;
78 PFN_vkAllocateMemory AllocateMemory;
79 PFN_vkFreeMemory FreeMemory;
80 PFN_vkMapMemory MapMemory;
[all …]