/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiDeviceInitializationTests.cpp | 392 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()
|
D | vktApiBufferTests.cpp | 319 vk.getDeviceQueue(vkDevice, queueFamilyIndex, 0, &queue); in bufferCreateAndAllocTest()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationBasicSemaphoreTests.cpp | 217 …vk.getDeviceQueue(*logicalDevice, queues[queueReqNdx].queueFamilyIndex, queueReqNdx, &queues[queue… in basicMultiQueueCase() 219 …vk.getDeviceQueue(*logicalDevice, queues[queueReqNdx].queueFamilyIndex, 0u, &queues[queueReqNdx].q… in basicMultiQueueCase()
|
D | vktSynchronizationOperationMultiQueueTests.cpp | 146 …m_deviceDriver->getDeviceQueue(*m_logicalDevice, it->first, queueNdx, &it->second.queue[queueNdx]); in MultiQueues()
|
D | vktSynchronizationSmokeTests.cpp | 1144 deviceInterface.getDeviceQueue(device.get(), queueFamilyIdx, 0, &queue[0]); in testSemaphores() 1145 deviceInterface.getDeviceQueue(device.get(), queueFamilyIdx, 1, &queue[1]); in testSemaphores()
|
D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 264 …vk.getDeviceQueue(queues.getDevice(), queues.getQueueFamilyIndex(queueFamilyIndex), queueReqNdx, &… in createQueues()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBase.cpp | 168 …m_deviceDriver->getDeviceQueue(*m_logicalDevice, queue.queueFamilyIndex, queue.queueIndex, &queueH… in createDeviceSupportingQueues()
|
/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 | vkNullDriver.cpp | 806 VKAPI_ATTR void VKAPI_CALL getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 que… in getDeviceQueue() function
|
D | vkConcreteDeviceInterface.inl | 5 virtual void getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueInd…
|
D | vkVirtualDeviceInterface.inl | 5 virtual void getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueInd…
|
D | vkNullDriverImpl.inl | 1456 VK_NULL_FUNC_ENTRY(vkGetDeviceQueue, getDeviceQueue),
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSharedPresentableImageTests.cpp | 225 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()
|
D | vktWsiIncrementalPresentTests.cpp | 216 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()
|
D | vktWsiDisplayTimingTests.cpp | 88 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()
|
D | vktWsiSwapchainTests.cpp | 217 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/ |
D | vktTestCase.cpp | 254 m_deviceInterface.getDeviceQueue(*m_device, m_universalQueueFamilyIndex, 0, &queue); in getUniversalQueue()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.cpp | 621 m_deviceInterface.getDeviceQueue(*m_device, m_queueFamilyIndex, 0, &m_queue); in SparseContext()
|