HomeSort by relevance Sort by last modified time
    Searched defs:getDeviceQueue (Results 1 - 5 of 5) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkNullDriver.cpp 806 VKAPI_ATTR void VKAPI_CALL getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex, VkQueue* pQueue)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSharedPresentableImageTests.cpp 225 vk::VkQueue getDeviceQueue (const vk::DeviceInterface& vkd, vk::VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex)
228 vkd.getDeviceQueue(device, queueFamilyIndex, queueIndex, &queue);
968 , m_queue (getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u))
    [all...]
vktWsiDisplayTimingTests.cpp 88 VkQueue getDeviceQueue (const DeviceInterface& vkd, VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex)
92 vkd.getDeviceQueue(device, queueFamilyIndex, queueIndex, &queue);
989 , m_queue (getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u))
    [all...]
vktWsiIncrementalPresentTests.cpp 216 vk::VkQueue getDeviceQueue (const vk::DeviceInterface& vkd, vk::VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex)
219 vkd.getDeviceQueue(device, queueFamilyIndex, queueIndex, &queue);
1067 , m_queue (getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u))
    [all...]
vktWsiSwapchainTests.cpp 217 VkQueue getDeviceQueue (const DeviceInterface& vkd, VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex)
220 vkd.getDeviceQueue(device, queueFamilyIndex, queueIndex, &queue);
245 , queue (getDeviceQueue(vkd, *device, queueFamilyIndex, 0))
    [all...]

Completed in 224 milliseconds