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

/external/skia/src/gpu/vk/
H A DGrVkBackendContext.cpp139 ACQUIRE_VK_PROC(GetDeviceQueue, inst, VK_NULL_HANDLE);
H A DGrVkInterface.cpp70 ACQUIRE_PROC(GetDeviceQueue, VK_NULL_HANDLE, device);
/external/skqp/src/gpu/vk/
H A DGrVkBackendContext.cpp139 ACQUIRE_VK_PROC(GetDeviceQueue, inst, VK_NULL_HANDLE);
H A DGrVkInterface.cpp70 ACQUIRE_PROC(GetDeviceQueue, VK_NULL_HANDLE, device);
/external/vulkan-validation-layers/demos/smoke/
H A DShell.cpp212 vk::GetDeviceQueue(ctx_.dev, ctx_.game_queue_family, 0, &ctx_.game_queue);
213 vk::GetDeviceQueue(ctx_.dev, ctx_.present_queue_family, 0, &ctx_.present_queue);
/external/skia/tools/sk_app/
H A DVulkanWindowContext.cpp73 GET_DEV_PROC(GetDeviceQueue);
/external/skqp/tools/sk_app/
H A DVulkanWindowContext.cpp73 GET_DEV_PROC(GetDeviceQueue);
/external/skqp/tests/
H A DVkHardwareBufferTest.cpp486 DECLARE_VK_PROC(GetDeviceQueue);
595 ACQUIRE_INST_VK_PROC(GetDeviceQueue);
/external/vulkan-validation-layers/layers/
H A Dobject_tracker_utils.cpp425 VKAPI_ATTR void VKAPI_CALL GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue *pQueue) { function in namespace:object_tracker
430 get_dispatch_table(ot_device_table_map, device)->GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue);
H A Dcore_validation.cpp3260 VKAPI_ATTR void VKAPI_CALL GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue *pQueue) { function in namespace:core_validation
3262 dev_data->dispatch_table.GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue);
11875 {"vkGetDeviceQueue", (void *)GetDeviceQueue},
/external/vulkan-validation-layers/loader/
H A Dtrampoline.c872 disp->GetDeviceQueue(device, queueNodeIndex, queueIndex, pQueue);
/external/vulkan-validation-layers/tests/layers/
H A Dwrap_objects.cpp219 device_dispatch_table(device)->GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue);
1181 if (!strcmp(name, "GetDeviceQueue"))

Completed in 219 milliseconds