Searched refs:GetDeviceQueue (Results 1 - 10 of 10) sorted by relevance

/external/vulkan-validation-layers/include/vulkan/
H A Dvk_layer.h48 PFN_vkGetDeviceQueue GetDeviceQueue; member in struct:VkLayerDispatchTable_
/external/vulkan-validation-layers/demos/smoke/
H A DShell.cpp274 vk::GetDeviceQueue(ctx_.dev, ctx_.game_queue_family, 0, &ctx_.game_queue);
275 vk::GetDeviceQueue(ctx_.dev, ctx_.present_queue_family, 0, &ctx_.present_queue);
/external/skia/src/gpu/vk/
H A DGrVkInterface.cpp35 GET_PROC(GetDeviceQueue);
/external/vulkan-validation-layers/loader/
H A Dtable_ops.h60 table->GetDeviceQueue = (PFN_vkGetDeviceQueue)gpa(dev, "vkGetDeviceQueue");
290 if (!strcmp(name, "GetDeviceQueue"))
291 return (void *)table->GetDeviceQueue;
H A Dtrampoline.c873 disp->GetDeviceQueue(device, queueNodeIndex, queueIndex, pQueue);
/external/vulkan-validation-layers/layers/
H A Ddevice_limits.cpp552 dev_data->device_dispatch_table->GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue);
H A Dswapchain.cpp93 pDisp->GetDeviceQueue = (PFN_vkGetDeviceQueue)gpa(device, "vkGetDeviceQueue");
1912 my_data->device_dispatch_table->GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue);
H A Dobject_tracker.h723 get_dispatch_table(object_tracker_device_table_map, device)->GetDeviceQueue(device, queueNodeIndex, queueIndex, pQueue);
H A Dparameter_validation.cpp1808 get_dispatch_table(pc_device_table_map, device)->GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue);
H A Dcore_validation.cpp5615 dev_data->device_dispatch_table->GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue);

Completed in 117 milliseconds