Home
last modified time | relevance | path

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

123

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
DvktPostmortemUtil.cpp89 m_queue(getDeviceQueue(m_deviceDriver, *m_logicalDevice, m_queueFamilyIndex, 0)), in PostmortemTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp650 const VkQueue queue = getDeviceQueue(deviceDriver, *device, queueFamilyIndex, queueIndex); in createDeviceTest()
711 …const VkQueue queue = getDeviceQueue(deviceDriver, devices[deviceNdx], queueFamilyIndex, queueI… in createMultipleDevicesTest()
874 const VkQueue queue = getDeviceQueue(deviceDriver, *device, queueFamilyIndex, queueIndex); in createDeviceWithVariousQueueCountsTest()
950 const VkQueue queue = getDeviceQueue(deviceDriver, *device, queueFamilyIndex, 0); in createDeviceWithGlobalPriorityTest()
1106 const VkQueue queue = getDeviceQueue(deviceDriver, *device, ndx, 0); in createDeviceWithQueriedGlobalPriorityTest()
1189 const VkQueue queue = getDeviceQueue(vkd, *device, queueFamilyIndex, queueIndex); in createDeviceFeatures2Test()
1695 const VkQueue queue = getDeviceQueue(deviceDriver, *device, queueFamilyIndex, queueIndex); in createDeviceQueue2UnmatchedFlagsTest()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkQueryUtil.cpp484 VkQueue getDeviceQueue (const DeviceInterface& vkd, VkDevice device, deUint32 queueFamilyIndex, deU… in getDeviceQueue() function
488 vkd.getDeviceQueue(device, queueFamilyIndex, queueIndex, &queue); in getDeviceQueue()
DvkQueryUtil.hpp70 VkQueue getDeviceQueue (const DeviceInterface& vkd, VkDevice device, deUint32 que…
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.cpp202 …queue.queueHandle = getDeviceQueue(*m_deviceDriver, *m_logicalDevice, queue.queueFamilyIndex, queu… in createDeviceSupportingQueues()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp1299 void QueueFamily::getDeviceQueue(VkDevice device, in getDeviceQueue() function in rx::vk::QueueFamily
1334 getDeviceQueue(device, makeProtected, queueIndex + kQueueIndexMedium, in initializeQueueMap()
1341 getDeviceQueue(device, makeProtected, queueIndex + kQueueIndexHigh, in initializeQueueMap()
1353 getDeviceQueue(device, makeProtected, queueIndex + kQueueIndexLow, in initializeQueueMap()
DCommandProcessor.h243 void getDeviceQueue(VkDevice device, bool makeProtected, uint32_t queueIndex, VkQueue *queue);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicSemaphoreTests.cpp431 …vk.getDeviceQueue(*logicalDevice, queues[queueReqNdx].queueFamilyIndex, queueReqNdx, &queues[queue… in basicMultiQueueCase()
433 …vk.getDeviceQueue(*logicalDevice, queues[queueReqNdx].queueFamilyIndex, 0u, &queues[queueReqNdx].q… in basicMultiQueueCase()
DvktSynchronizationTimelineSemaphoreTests.cpp1405 getDeviceQueue(vk, device, in WaitBeforeSignalTestInstance()
1431 getDeviceQueue(vk, device, familyIdx, instanceIdx), in WaitBeforeSignalTestInstance()
1443 getDeviceQueue(vk, device, in WaitBeforeSignalTestInstance()
1822 getDeviceQueue(vk, device, in OneToNTestInstance()
1844 getDeviceQueue(vk, device, familyIdx, instanceIdx), in OneToNTestInstance()
1870 getDeviceQueue(vk, device, in OneToNTestInstance()
DvktSynchronizationSignalOrderTests.cpp616 …const VkQueue queueB = getDeviceQueue(vkB, *deviceB, m_context.getUniversalQueueFami… in iterate()
1308 m_queueA = getDeviceQueue(m_deviceInterface, *m_device, familyIdx, 0); in QueueSubmitSignalOrderTestInstance()
1323 VkQueue queue = getDeviceQueue(m_deviceInterface, *m_device, familyIdx, queueIdx); in QueueSubmitSignalOrderTestInstance()
DvktSynchronizationSmokeTests.cpp1115 getDeviceQueue(deviceInterface, *device, queueFamilyIdx, 0), in testSemaphores()
1116 getDeviceQueue(deviceInterface, *device, queueFamilyIdx, 1) in testSemaphores()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestCase.cpp426 return getDeviceQueue(m_deviceInterface, *m_device, m_universalQueueFamilyIndex, 0); in getUniversalQueue()
434 return getDeviceQueue(m_deviceInterface, *m_device, m_sparseQueueFamilyIndex, 0); in getSparseQueue()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp278 , m_queue (getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u)) in PushDescriptorBufferGraphicsTestInstance()
732 , m_queue (getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u)) in PushDescriptorBufferComputeTestInstance()
1087 , m_queue (getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u)) in PushDescriptorImageGraphicsTestInstance()
1934 , m_queue (getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u)) in PushDescriptorImageComputeTestInstance()
2725 , m_queue (getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u)) in PushDescriptorTexelBufferGraphicsTestInstance()
3203 , m_queue (getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u)) in PushDescriptorTexelBufferComputeTestInstance()
3584 , m_queue (getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u)) in PushDescriptorInputAttachmentGraphicsTestInstance()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceFunctionPointers.inl6 GetDeviceQueueFunc getDeviceQueue; variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawConcurrentTests.cpp163 vk.getDeviceQueue(*computeDevice, computeQueue.queueFamilyIndex, 0, &computeQueue.queue); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp356 const VkQueue queue = getDeviceQueue(vkd, device, queueFamilyNdx, 0u); in uploadImage()
458 const VkQueue queue = getDeviceQueue(vkd, device, queueFamilyNdx, 0u); in fillImageMemory()
537 const VkQueue queue = getDeviceQueue(vkd, device, queueFamilyNdx, 0u); in downloadImage()
644 const VkQueue queue = getDeviceQueue(vkd, device, queueFamilyNdx, 0u); in readImageMemory()
DvktYCbCrViewTests.cpp288 const VkQueue queue = getDeviceQueue(vkd, device, queueFamilyNdx, 0u); in executeImageBarrier()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassFragmentDensityMapTests.cpp1416 const VkQueue queue = getDeviceQueue(vk, vkDevice, queueFamilyIndex, 0); in FragmentDensityMapTestInstance()
2182 const VkQueue queue = getDeviceQueue(vk, vkDevice, m_context.getUniversalQueueFamilyIndex(), 0); in iterate()
2212 const VkQueue queue = getDeviceQueue(vk, vkDevice, queueFamilyIndex, 0); in verifyImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiFullScreenExclusiveTests.cpp199 , queue (getDeviceQueue(vkd, *device, queueFamilyIndex, 0)) in DeviceHelper()
DvktWsiColorSpaceTests.cpp221 , queue (getDeviceQueue(vkd, *device, queueFamilyIndex, 0)) in DeviceHelper()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingNullASTests.cpp238 queue = getDeviceQueue(*vkd, *device, queueFamilyIndex, 0u); in DeviceHelper()
DvktRayTracingPipelineLibraryTests.cpp226 queue = getDeviceQueue(*vkd, *device, queueFamilyIndex, 0u); in DeviceHelper()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shader_interlock/
DvktFragmentShaderInterlockBasic.cpp455 …const VkQueue queue = getDeviceQueue(vk, device, m_context.getUniversalQueueFamilyIndex(),… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.cpp257 vk::getDeviceQueue(vk, device, queueFamilyIndex, 0); in getProtectedQueue()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktFragmentShadingRatePixelConsistency.cpp488 const VkQueue queue = getDeviceQueue(vk, device, m_context.getUniversalQueueFamilyIndex(), 0); in iterate()

123