Home
last modified time | relevance | path

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

12345

/external/deqp/external/vulkancts/modules/vulkan/postmortem/
DvktPostmortemUtil.cpp89 , m_queue(getDeviceQueue(m_deviceDriver, *m_logicalDevice, m_queueFamilyIndex, 0)) in PostmortemTestInstance()
DvktPostmortemDeviceLossTests.cpp112 vk::VkQueue queue(getDeviceQueue(deviceDriver, *logicalDevice, queueFamilyIndex, 0)); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDebugUtilsTests.cpp87 const VkQueue queue = getDeviceQueue(vk, *device, queueFamilyIndex, 0); in testLongDebugLabelsTest()
DvktApiFillBufferTests.cpp255 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()
DvktApiDeviceInitializationTests.cpp686 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/
DvktGlobalPriorityQueueUtils.cpp213 vkd.getDeviceQueue(m_deviceHandle, m_queueFamilyIndexFrom, 0, &m_queueFrom); in SpecialDevice()
214 vkd.getDeviceQueue(m_deviceHandle, m_queueFamilyIndexTo, 0, &m_queueTo); in SpecialDevice()
DvktSynchronizationTimelineSemaphoreTests.cpp1478 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()
DvktSynchronizationSignalOrderTests.cpp556 … 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()
DvktSynchronizationBasicSemaphoreTests.cpp782 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/
DvktVideoDecodeTests.cpp807 const VkQueue queueDecode = getDeviceQueue(vkd, device, queueFamilyIndexDecode, 0u); in getDecodedImage()
808 const VkQueue queueTransfer = getDeviceQueue(vkd, device, queueFamilyIndexTransfer, 0u); in getDecodedImage()
1135getDeviceQueue(m_context.getDeviceInterface(), device, m_videoDevice.getQueueFamilyIndexDecode(), … in InterleavingDecodeTestInstance()
1136getDeviceQueue(m_context.getDeviceInterface(), device, m_videoDevice.getQueueFamilyIndexTransfer()… in InterleavingDecodeTestInstance()
1150getDeviceQueue(m_context.getDeviceInterface(), device, m_videoDevice.getQueueFamilyIndexDecode(), … in VideoDecodeTestInstance()
1151getDeviceQueue(m_context.getDeviceInterface(), device, m_videoDevice.getQueueFamilyIndexTransfer()… in VideoDecodeTestInstance()
DvktVideoTestUtils.cpp198 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/
DvktQueryMaintenance7Tests.cpp181 …const vk::VkQueue queue = getDeviceQueue(vk, vkDevice, m_context.getUniversalQueueFamilyInde… in iterate()
/external/deqp/external/vulkancts/framework/vulkan/
DvkQueryUtil.cpp612 VkQueue getDeviceQueue(const DeviceInterface &vkd, VkDevice device, uint32_t queueFamilyIndex, uint… in getDeviceQueue() function
616 vkd.getDeviceQueue(device, queueFamilyIndex, queueIndex, &queue); in getDeviceQueue()
DvkQueryUtil.hpp104 VkQueue getDeviceQueue(const DeviceInterface &vkd, VkDevice device, uint32_t queueFamilyIndex, uint…
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp796 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/
DvkDeviceFunctionPointers.inl8 GetDeviceQueueFunc getDeviceQueue; variable
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.cpp285getDeviceQueue(*m_deviceDriver, *m_logicalDevice, queue.queueFamilyIndex, queue.queueIndex); in createDeviceSupportingQueues()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDitheringTests.cpp376 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/
DvktImageTransfer.cpp156getDeviceQueue(m_context.getDeviceInterface(), device, m_context.getUniversalQueueFamilyIndex(), 0… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp311 , 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/
DvktRobustnessIndexAccessTests.cpp301 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/
DvktYCbCrUtil.cpp424 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/
DvktTextureTestUtil.cpp574 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/
DvktDrawConcurrentTests.cpp233 vk.getDeviceQueue(*computeDevice, computeQueue.queueFamilyIndex, 0, &computeQueue.queue); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/fragment_shader_interlock/
DvktFragmentShaderInterlockBasic.cpp407 …const VkQueue queue = getDeviceQueue(vk, device, m_context.getUniversalQueueFamilyInde… in iterate()

12345