Searched refs:getDeviceQueue2 (Results 1 – 9 of 9) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkQueryUtil.cpp | 439 VkQueue getDeviceQueue2 (const DeviceInterface& vkd, VkDevice device, const VkDeviceQueueInfo2* que… in getDeviceQueue2() function 443 vkd.getDeviceQueue2(device, queueInfo, &queue); in getDeviceQueue2()
|
D | vkDeviceFunctionPointers.inl | 133 GetDeviceQueue2Func getDeviceQueue2; variable
|
D | vkQueryUtil.hpp | 66 VkQueue getDeviceQueue2 (const DeviceInterface& vkd, VkDevice device, const VkDev…
|
D | vkInitDeviceFunctionPointers.inl | 151 m_vk.getDeviceQueue2 = (GetDeviceQueue2Func) GET_PROC_ADDR("vkGetDeviceQueue2");
|
D | vkDeviceDriverImpl.inl | 650 void DeviceDriver::getDeviceQueue2 (VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue*… function in DeviceDriver 652 m_vk.getDeviceQueue2(device, pQueueInfo, pQueue);
|
D | vkConcreteDeviceInterface.inl | 133 virtual void getDeviceQueue2 (VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueu…
|
D | vkVirtualDeviceInterface.inl | 133 virtual void getDeviceQueue2 (VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueu…
|
D | vkNullDriverImpl.inl | 1143 VKAPI_ATTR void VKAPI_CALL getDeviceQueue2 (VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, … function 1993 VK_NULL_FUNC_ENTRY(vkGetDeviceQueue2, getDeviceQueue2),
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemUtils.cpp | 262 vk::getDeviceQueue2(vk, device, &queueInfo); in getProtectedQueue()
|