/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiDeviceInitializationTests.cpp | 375 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()
|
D | vktApiBufferTests.cpp | 184 vk.getDeviceQueue(vkDevice, queueFamilyIndex, 0, &queue); in bufferCreateAndAllocTest()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceFunctionPointers.inl | 5 GetDeviceQueueFunc getDeviceQueue; variable
|
D | vkInitDeviceFunctionPointers.inl | 5 m_vk.getDeviceQueue = (GetDeviceQueueFunc) GET_PROC_ADDR("vkGetDeviceQueue");
|
D | vkDeviceDriverImpl.inl | 10 void DeviceDriver::getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex,… function in DeviceDriver 12 m_vk.getDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue);
|
D | vkConcreteDeviceInterface.inl | 5 virtual void getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex,…
|
D | vkVirtualDeviceInterface.inl | 5 virtual void getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex,…
|
D | vkNullDriverImpl.inl | 370 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/ |
D | vktSparseResourcesBase.cpp | 138 …deviceInterface.getDeviceQueue(*m_logicalDevice, queueFamilyIndex, selectedQueueFamilies[queueFami… in createDeviceSupportingQueues()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestCase.cpp | 222 m_deviceInterface.getDeviceQueue(*m_device, m_universalQueueFamilyIndex, 0, &queue); in getUniversalQueue()
|
D | vktSynchronization.cpp | 1136 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/ |
D | vktWsiSwapchainTests.cpp | 204 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/ |
D | vktMemoryPipelineBarrierTests.cpp | 6479 vkd.getDeviceQueue(device, queueFamilies[queueNdx], 0, &queue); in testCommand()
|