Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp375 deviceDriver.getDeviceQueue(device.get(), queueFamilyIndex, queueIndex, &queue); in createDeviceTest()
435 deviceDriver.getDeviceQueue(devices[deviceNdx], queueFamilyIndex, queueIndex, &queue); in createMultipleDevicesTest()
598 deviceDriver.getDeviceQueue(device.get(), queueFamilyIndex, queueIndex, &queue); in createDeviceWithVariousQueueCountsTest()
DvktApiBufferTests.cpp184 vk.getDeviceQueue(vkDevice, queueFamilyIndex, 0, &queue); in bufferCreateAndAllocTest()
/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);
DvkConcreteDeviceInterface.inl5 virtual void getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex,…
DvkVirtualDeviceInterface.inl5 virtual void getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex,…
DvkNullDriverImpl.inl370 VKAPI_ATTR void VKAPI_CALL getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 que… function
1199 VK_NULL_FUNC_ENTRY(vkGetDeviceQueue, getDeviceQueue),
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.cpp138 …deviceInterface.getDeviceQueue(*m_logicalDevice, queueFamilyIndex, selectedQueueFamilies[queueFami… in createDeviceSupportingQueues()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp222 m_deviceInterface.getDeviceQueue(*m_device, m_universalQueueFamilyIndex, 0, &queue); in getUniversalQueue()
DvktSynchronization.cpp1136 deviceInterface.getDeviceQueue(device.get(), queueFamilyIdx, 0, &queue[0]); in testSemaphores()
1137 deviceInterface.getDeviceQueue(device.get(), queueFamilyIdx, 1, &queue[1]); in testSemaphores()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp204 VkQueue getDeviceQueue (const DeviceInterface& vkd, VkDevice device, deUint32 queueFamilyIndex, deU… in getDeviceQueue() function
207 vkd.getDeviceQueue(device, queueFamilyIndex, queueIndex, &queue); in getDeviceQueue()
232 , queue (getDeviceQueue(vkd, *device, queueFamilyIndex, 0)) in DeviceHelper()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp6479 vkd.getDeviceQueue(device, queueFamilies[queueNdx], 0, &queue); in testCommand()