HomeSort by relevance Sort by last modified time
    Searched refs:getDeviceQueue2 (Results 1 - 9 of 9) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkDeviceFunctionPointers.inl 133 GetDeviceQueue2Func getDeviceQueue2;
vkQueryUtil.cpp 439 VkQueue getDeviceQueue2 (const DeviceInterface& vkd, VkDevice device, const VkDeviceQueueInfo2* queueInfo)
443 vkd.getDeviceQueue2(device, queueInfo, &queue);
vkQueryUtil.hpp 66 VkQueue getDeviceQueue2 (const DeviceInterface& vkd, VkDevice device, const VkDeviceQueueInfo2 *queueInfo);
vkInitDeviceFunctionPointers.inl 151 m_vk.getDeviceQueue2 = (GetDeviceQueue2Func) GET_PROC_ADDR("vkGetDeviceQueue2");
vkDeviceDriverImpl.inl 650 void DeviceDriver::getDeviceQueue2 (VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) const
652 m_vk.getDeviceQueue2(device, pQueueInfo, pQueue);
    [all...]
vkConcreteDeviceInterface.inl 133 virtual void getDeviceQueue2 (VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) const;
vkVirtualDeviceInterface.inl 133 virtual void getDeviceQueue2 (VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) const = 0;
vkNullDriverImpl.inl     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemUtils.cpp 262 vk::getDeviceQueue2(vk, device, &queueInfo);

Completed in 224 milliseconds