Home
last modified time | relevance | path

Searched refs:getDeviceQueue (Results 1 – 20 of 20) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp392 deviceDriver.getDeviceQueue(device.get(), queueFamilyIndex, queueIndex, &queue); in createDeviceTest()
452 deviceDriver.getDeviceQueue(devices[deviceNdx], queueFamilyIndex, queueIndex, &queue); in createMultipleDevicesTest()
615 deviceDriver.getDeviceQueue(device.get(), queueFamilyIndex, queueIndex, &queue); in createDeviceWithVariousQueueCountsTest()
693 vkd.getDeviceQueue(device.get(), queueFamilyIndex, queueIndex, &queue); in createDeviceFeatures2Test()
DvktApiBufferTests.cpp319 vk.getDeviceQueue(vkDevice, queueFamilyIndex, 0, &queue); in bufferCreateAndAllocTest()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicSemaphoreTests.cpp217 …vk.getDeviceQueue(*logicalDevice, queues[queueReqNdx].queueFamilyIndex, queueReqNdx, &queues[queue… in basicMultiQueueCase()
219 …vk.getDeviceQueue(*logicalDevice, queues[queueReqNdx].queueFamilyIndex, 0u, &queues[queueReqNdx].q… in basicMultiQueueCase()
DvktSynchronizationOperationMultiQueueTests.cpp146 …m_deviceDriver->getDeviceQueue(*m_logicalDevice, it->first, queueNdx, &it->second.queue[queueNdx]); in MultiQueues()
DvktSynchronizationSmokeTests.cpp1144 deviceInterface.getDeviceQueue(device.get(), queueFamilyIdx, 0, &queue[0]); in testSemaphores()
1145 deviceInterface.getDeviceQueue(device.get(), queueFamilyIdx, 1, &queue[1]); in testSemaphores()
DvktSynchronizationInternallySynchronizedObjectsTests.cpp264 …vk.getDeviceQueue(queues.getDevice(), queues.getQueueFamilyIndex(queueFamilyIndex), queueReqNdx, &… in createQueues()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.cpp168 …m_deviceDriver->getDeviceQueue(*m_logicalDevice, queue.queueFamilyIndex, queue.queueIndex, &queueH… in createDeviceSupportingQueues()
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceFunctionPointers.inl5 GetDeviceQueueFunc getDeviceQueue; variable
DvkInitDeviceFunctionPointers.inl5 m_vk.getDeviceQueue = (GetDeviceQueueFunc) GET_PROC_ADDR("vkGetDeviceQueue");
DvkDeviceDriverImpl.inl10 void DeviceDriver::getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex,… function in DeviceDriver
12 m_vk.getDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue);
DvkNullDriver.cpp806 VKAPI_ATTR void VKAPI_CALL getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 que… in getDeviceQueue() function
DvkConcreteDeviceInterface.inl5 virtual void getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueInd…
DvkVirtualDeviceInterface.inl5 virtual void getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueInd…
DvkNullDriverImpl.inl1456 VK_NULL_FUNC_ENTRY(vkGetDeviceQueue, getDeviceQueue),
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp225 vk::VkQueue getDeviceQueue (const vk::DeviceInterface& vkd, vk::VkDevice device, deUint32 queueFami… in getDeviceQueue() function
228 vkd.getDeviceQueue(device, queueFamilyIndex, queueIndex, &queue); in getDeviceQueue()
968 , m_queue (getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u)) in SharedPresentableImageTestInstance()
DvktWsiIncrementalPresentTests.cpp216 vk::VkQueue getDeviceQueue (const vk::DeviceInterface& vkd, vk::VkDevice device, deUint32 queueFami… in getDeviceQueue() function
219 vkd.getDeviceQueue(device, queueFamilyIndex, queueIndex, &queue); in getDeviceQueue()
1067 , m_queue (getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u)) in IncrementalPresentTestInstance()
DvktWsiDisplayTimingTests.cpp88 VkQueue getDeviceQueue (const DeviceInterface& vkd, VkDevice device, deUint32 queueFamilyIndex, deU… in getDeviceQueue() function
92 vkd.getDeviceQueue(device, queueFamilyIndex, queueIndex, &queue); in getDeviceQueue()
989 , m_queue (getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u)) in DisplayTimingTestInstance()
DvktWsiSwapchainTests.cpp217 VkQueue getDeviceQueue (const DeviceInterface& vkd, VkDevice device, deUint32 queueFamilyIndex, deU… in getDeviceQueue() function
220 vkd.getDeviceQueue(device, queueFamilyIndex, queueIndex, &queue); in getDeviceQueue()
245 , queue (getDeviceQueue(vkd, *device, queueFamilyIndex, 0)) in DeviceHelper()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp254 m_deviceInterface.getDeviceQueue(*m_device, m_universalQueueFamilyIndex, 0, &queue); in getUniversalQueue()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp621 m_deviceInterface.getDeviceQueue(*m_device, m_queueFamilyIndex, 0, &m_queue); in SparseContext()