Home
last modified time | relevance | path

Searched refs:GetDeviceQueue (Results 1 – 11 of 11) sorted by relevance

/external/vulkan-validation-layers/demos/smoke/
DShell.cpp247 vk::GetDeviceQueue(ctx_.dev, ctx_.game_queue_family, 0, &ctx_.game_queue); in create_context()
248 vk::GetDeviceQueue(ctx_.dev, ctx_.present_queue_family, 0, &ctx_.present_queue); in create_context()
/external/vulkan-validation-layers/include/vulkan/
Dvk_layer.h41 PFN_vkGetDeviceQueue GetDeviceQueue; member
/external/skia/src/gpu/vk/
DGrVkBackendContext.cpp139 ACQUIRE_VK_PROC(GetDeviceQueue, inst, VK_NULL_HANDLE); in Create()
DGrVkInterface.cpp70 ACQUIRE_PROC(GetDeviceQueue, VK_NULL_HANDLE, device); in GrVkInterface()
/external/vulkan-validation-layers/loader/
Dtable_ops.h53 table->GetDeviceQueue = (PFN_vkGetDeviceQueue)gpa(dev, "vkGetDeviceQueue"); in loader_init_device_dispatch_table()
305 return (void *)table->GetDeviceQueue; in loader_lookup_device_dispatch_table()
Dtrampoline.c965 disp->GetDeviceQueue(device, queueNodeIndex, queueIndex, pQueue);
/external/vulkan-validation-layers/layers/
Dswapchain.cpp2236 GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue *pQueue) { in GetDeviceQueue() function
2242 … my_data->device_dispatch_table->GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in GetDeviceQueue()
2466 {"vkGetDeviceQueue", reinterpret_cast<PFN_vkVoidFunction>(GetDeviceQueue)}, in intercept_core_device_command()
Dobject_tracker.cpp3271 VKAPI_ATTR void VKAPI_CALL GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queu… in GetDeviceQueue() function
3276 …get_dispatch_table(ot_device_table_map, device)->GetDeviceQueue(device, queueFamilyIndex, queueInd… in GetDeviceQueue()
3770 return (PFN_vkVoidFunction)GetDeviceQueue; in InterceptCoreDeviceCommand()
Dparameter_validation.cpp1784 VKAPI_ATTR void VKAPI_CALL GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queu… in GetDeviceQueue() function
1794 …get_dispatch_table(pc_device_table_map, device)->GetDeviceQueue(device, queueFamilyIndex, queueInd… in GetDeviceQueue()
5296 {"vkGetDeviceQueue", reinterpret_cast<PFN_vkVoidFunction>(GetDeviceQueue)}, in intercept_core_device_command()
Dcore_validation.cpp5355 VKAPI_ATTR void VKAPI_CALL GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queu… in GetDeviceQueue() function
5358 dev_data->dispatch_table.GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in GetDeviceQueue()
11939 {"vkGetDeviceQueue", reinterpret_cast<PFN_vkVoidFunction>(GetDeviceQueue)}, in intercept_core_device_command()
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp217 device_dispatch_table(device)->GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in vkGetDeviceQueue()