/external/deqp/external/vulkancts/modules/vulkan/postmortem/ |
D | vktPostmortemUtil.cpp | 89 , m_queue(getDeviceQueue(m_deviceDriver, *m_logicalDevice, m_queueFamilyIndex, 0)) in PostmortemTestInstance()
|
D | vktPostmortemDeviceLossTests.cpp | 112 vk::VkQueue queue(getDeviceQueue(deviceDriver, *logicalDevice, queueFamilyIndex, 0)); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiDebugUtilsTests.cpp | 87 const VkQueue queue = getDeviceQueue(vk, *device, queueFamilyIndex, 0); in testLongDebugLabelsTest()
|
D | vktApiFillBufferTests.cpp | 255 const VkQueue queue = getDeviceQueue(vk, m_device, m_queueFamilyIndex, 0); in iterate() 478 const VkQueue queue = getDeviceQueue(vk, m_device, m_queueFamilyIndex, 0); in iterate() 609 const VkQueue queue = getDeviceQueue(vk, m_device, m_queueFamilyIndex, 0); in iterate()
|
D | vktApiDeviceInitializationTests.cpp | 686 const VkQueue queue = getDeviceQueue(deviceDriver, *device, queueFamilyIndex, queueIndex); in createDeviceTest() 773 …const VkQueue queue = getDeviceQueue(deviceDriver, devices[deviceNdx], queueFamilyIndex, queueInde… in createMultipleDevicesTest() 967 … const VkQueue queue = getDeviceQueue(deviceDriver, *device, queueFamilyIndex, queueIndex); in createDeviceWithVariousQueueCountsTest() 1108 … const VkQueue queue = getDeviceQueue(deviceDriver, *device, queueFamilyIndex, 0); in createDeviceWithGlobalPriorityTest() 1291 const VkQueue queue = getDeviceQueue(deviceDriver, *device, ndx, 0); in createDeviceWithQueriedGlobalPriorityTest() 1385 const VkQueue queue = getDeviceQueue(vkd, *device, queueFamilyIndex, queueIndex); in createDeviceFeatures2Test()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktGlobalPriorityQueueUtils.cpp | 213 vkd.getDeviceQueue(m_deviceHandle, m_queueFamilyIndexFrom, 0, &m_queueFrom); in SpecialDevice() 214 vkd.getDeviceQueue(m_deviceHandle, m_queueFamilyIndexTo, 0, &m_queueTo); in SpecialDevice()
|
D | vktSynchronizationTimelineSemaphoreTests.cpp | 1478 writeOp, m_hostTimelineValue, getDeviceQueue(vk, device, universalQueueFamilyIndex, 0), in WaitBeforeSignalTestInstance() 1512 getDeviceQueue(vk, device, familyIdx, instanceIdx), familyIdx, rng))); in WaitBeforeSignalTestInstance() 1523 …readOp, m_iterations.back()->timelineValue, getDeviceQueue(vk, device, universalQueueFamilyIndex, … in WaitBeforeSignalTestInstance() 1958 writeOp, m_hostTimelineValue, getDeviceQueue(vk, device, universalQueueFamilyIndex, 0), in OneToNTestInstance() 1996 … copyOpSupport, lastSubmitValue, getDeviceQueue(vk, device, familyIdx, instanceIdx), in OneToNTestInstance() 2044 … readOp, lastSubmitValue, getDeviceQueue(vk, device, universalQueueFamilyIndex, 0), in OneToNTestInstance()
|
D | vktSynchronizationSignalOrderTests.cpp | 556 … const VkQueue queueB = getDeviceQueue(vkB, *deviceB, m_context.getUniversalQueueFamilyIndex(), 0); in iterate() 1199 m_queueA = getDeviceQueue(m_deviceInterface, *m_device, familyIdx, 0); in QueueSubmitSignalOrderTestInstance() 1217 … VkQueue queue = getDeviceQueue(m_deviceInterface, *m_device, familyIdx, queueIdx); in QueueSubmitSignalOrderTestInstance()
|
D | vktSynchronizationBasicSemaphoreTests.cpp | 782 vk.getDeviceQueue(*logicalDevice, queues[queueReqNdx].queueFamilyIndex, queueReqNdx, in basicMultiQueueCase() 785 …vk.getDeviceQueue(*logicalDevice, queues[queueReqNdx].queueFamilyIndex, 0u, &queues[queueReqNdx].q… in basicMultiQueueCase()
|
/external/deqp/external/vulkancts/modules/vulkan/video/ |
D | vktVideoDecodeTests.cpp | 807 const VkQueue queueDecode = getDeviceQueue(vkd, device, queueFamilyIndexDecode, 0u); in getDecodedImage() 808 const VkQueue queueTransfer = getDeviceQueue(vkd, device, queueFamilyIndexTransfer, 0u); in getDecodedImage() 1135 …getDeviceQueue(m_context.getDeviceInterface(), device, m_videoDevice.getQueueFamilyIndexDecode(), … in InterleavingDecodeTestInstance() 1136 …getDeviceQueue(m_context.getDeviceInterface(), device, m_videoDevice.getQueueFamilyIndexTransfer()… in InterleavingDecodeTestInstance() 1150 …getDeviceQueue(m_context.getDeviceInterface(), device, m_videoDevice.getQueueFamilyIndexDecode(), … in VideoDecodeTestInstance() 1151 …getDeviceQueue(m_context.getDeviceInterface(), device, m_videoDevice.getQueueFamilyIndexTransfer()… in VideoDecodeTestInstance()
|
D | vktVideoTestUtils.cpp | 198 const VkQueue encodeQueue = getDeviceQueue(vkd, device, encodeQueueFamilyIndex, 0u); in transferImageOwnership() 199 const VkQueue transferQueue = getDeviceQueue(vkd, device, transferQueueFamilyIndex, 0u); in transferImageOwnership() 224 const VkQueue queueDecode = getDeviceQueue(vkd, device, queueFamilyIndexDecode, 0u); in getDecodedImage() 225 const VkQueue queueTransfer = getDeviceQueue(vkd, device, queueFamilyIndexTransfer, 0u); in getDecodedImage() 391 …const VkQueue encodeQueue = getDeviceQueue(videoDeviceDriver, videoDevice, encodeQueueFamilyInde… in validateEncodedContent() 392 …const VkQueue decodeQueue = getDeviceQueue(videoDeviceDriver, videoDevice, decodeQueueFamilyInde… in validateEncodedContent() 393 …const VkQueue transferQueue = getDeviceQueue(videoDeviceDriver, videoDevice, transferQueueFamilyIn… in validateEncodedContent()
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryMaintenance7Tests.cpp | 181 …const vk::VkQueue queue = getDeviceQueue(vk, vkDevice, m_context.getUniversalQueueFamilyInde… in iterate()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkQueryUtil.cpp | 612 VkQueue getDeviceQueue(const DeviceInterface &vkd, VkDevice device, uint32_t queueFamilyIndex, uint… in getDeviceQueue() function 616 vkd.getDeviceQueue(device, queueFamilyIndex, queueIndex, &queue); in getDeviceQueue()
|
D | vkQueryUtil.hpp | 104 VkQueue getDeviceQueue(const DeviceInterface &vkd, VkDevice device, uint32_t queueFamilyIndex, uint…
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestCase.cpp | 796 return getDeviceQueue(*m_deviceInterface, *m_device, m_universalQueueFamilyIndex, 0); in getUniversalQueue() 804 return getDeviceQueue(*m_deviceInterface, *m_device, m_sparseQueueFamilyIndex, 0); in getSparseQueue() 812 return getDeviceQueue(*m_deviceInterface, *m_device, m_computeQueueFamilyIndex, 0); in getComputeQueue() 820 return getDeviceQueue(*m_deviceInterface, *m_device, m_transferQueueFamilyIndex, 0); in getTransferQueue()
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
D | vkDeviceFunctionPointers.inl | 8 GetDeviceQueueFunc getDeviceQueue; variable
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBase.cpp | 285 … getDeviceQueue(*m_deviceDriver, *m_logicalDevice, queue.queueFamilyIndex, queue.queueIndex); in createDeviceSupportingQueues()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassDitheringTests.cpp | 376 const VkQueue queue = getDeviceQueue(vk, vkDevice, queueFamilyIndex, 0); in iterate() 491 const VkQueue queue = getDeviceQueue(vk, vkDevice, queueFamilyIndex, 0); in render() 689 const VkQueue queue = getDeviceQueue(vk, vkDevice, queueFamilyIndex, 0); in createDrawResources()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTransfer.cpp | 156 …getDeviceQueue(m_context.getDeviceInterface(), device, m_context.getUniversalQueueFamilyIndex(), 0… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelinePushDescriptorTests.cpp | 311 , m_queue(getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u)) in PushDescriptorBufferGraphicsTestInstance() 784 , m_queue(getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u)) in PushDescriptorBufferComputeTestInstance() 1150 , m_queue(getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u)) in PushDescriptorImageGraphicsTestInstance() 2001 , m_queue(getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u)) in PushDescriptorImageComputeTestInstance() 2813 , m_queue(getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u)) in PushDescriptorTexelBufferGraphicsTestInstance() 3309 , m_queue(getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u)) in PushDescriptorTexelBufferComputeTestInstance() 3703 , m_queue(getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u)) in PushDescriptorInputAttachmentGraphicsTestInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessIndexAccessTests.cpp | 301 vk.getDeviceQueue(*m_device, queueFamilyIndex, 0, &queue); in iterate() 566 …getDeviceInterface().getDeviceQueue(getDevice(), m_context.getUniversalQueueFamilyIndex(), 0, &que… in getQueue()
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 424 const VkQueue queue = getDeviceQueue(vkd, device, queueFamilyNdx, 0u); in uploadImage() 498 const VkQueue queue = getDeviceQueue(vkd, device, queueFamilyNdx, 0u); in fillImageMemory() 559 const VkQueue queue = getDeviceQueue(vkd, device, queueFamilyNdx, 0u); in downloadImage() 634 const VkQueue queue = getDeviceQueue(vkd, device, queueFamilyNdx, 0u); in readImageMemory()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureTestUtil.cpp | 574 const VkQueue queue = getDeviceQueue(vkd, m_device, queueFamilyIndex, 0); in updateTextureData() 1154 …const VkQueue queue = getDeviceQueue(vkd, vkDevice, queueFamilyIndex, 0… in clearImage() 1408 const VkQueue queue = getDeviceQueue(vkd, vkDevice, queueFamilyIndex, 0); in renderQuad()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawConcurrentTests.cpp | 233 vk.getDeviceQueue(*computeDevice, computeQueue.queueFamilyIndex, 0, &computeQueue.queue); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_shader_interlock/ |
D | vktFragmentShaderInterlockBasic.cpp | 407 …const VkQueue queue = getDeviceQueue(vk, device, m_context.getUniversalQueueFamilyInde… in iterate()
|