Searched defs:GetDeviceQueue (Results 1 - 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
H A D | driver_gen.h | 84 PFN_vkGetDeviceQueue GetDeviceQueue; member in struct:vulkan::driver::DeviceDriverTable
|
H A D | driver.cpp | 1215 void GetDeviceQueue(VkDevice device, function in namespace:vulkan::driver 1221 data.driver.GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue);
|
H A D | api_gen.h | 68 PFN_vkGetDeviceQueue GetDeviceQueue; member in struct:vulkan::api::DeviceDispatchTable
|
H A D | api_gen.cpp | 198 INIT_PROC(true, dev, GetDeviceQueue); 362 VKAPI_ATTR void GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue); 755 { "vkGetDeviceQueue", reinterpret_cast<PFN_vkVoidFunction>(GetDeviceQueue) }, 831 VKAPI_ATTR void GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) { function in namespace:vulkan::api::__anon1925 832 GetData(device).dispatch.GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); 1584 vulkan::api::GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue);
|
/frameworks/native/vulkan/nulldrv/ |
H A D | null_driver.cpp | 698 void GetDeviceQueue(VkDevice device, uint32_t, uint32_t, VkQueue* queue) { function in namespace:null_driver
|
Completed in 26 milliseconds