/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/ |
D | vktPostmortemUtil.cpp | 89 m_queue(getDeviceQueue(m_deviceDriver, *m_logicalDevice, m_queueFamilyIndex, 0)), in PostmortemTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiDeviceInitializationTests.cpp | 650 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/ |
D | vkQueryUtil.cpp | 484 VkQueue getDeviceQueue (const DeviceInterface& vkd, VkDevice device, deUint32 queueFamilyIndex, deU… in getDeviceQueue() function 488 vkd.getDeviceQueue(device, queueFamilyIndex, queueIndex, &queue); in getDeviceQueue()
|
D | vkQueryUtil.hpp | 70 VkQueue getDeviceQueue (const DeviceInterface& vkd, VkDevice device, deUint32 que…
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBase.cpp | 202 …queue.queueHandle = getDeviceQueue(*m_deviceDriver, *m_logicalDevice, queue.queueFamilyIndex, queu… in createDeviceSupportingQueues()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | CommandProcessor.cpp | 1299 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()
|
D | CommandProcessor.h | 243 void getDeviceQueue(VkDevice device, bool makeProtected, uint32_t queueIndex, VkQueue *queue);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationBasicSemaphoreTests.cpp | 431 …vk.getDeviceQueue(*logicalDevice, queues[queueReqNdx].queueFamilyIndex, queueReqNdx, &queues[queue… in basicMultiQueueCase() 433 …vk.getDeviceQueue(*logicalDevice, queues[queueReqNdx].queueFamilyIndex, 0u, &queues[queueReqNdx].q… in basicMultiQueueCase()
|
D | vktSynchronizationTimelineSemaphoreTests.cpp | 1405 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()
|
D | vktSynchronizationSignalOrderTests.cpp | 616 …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()
|
D | vktSynchronizationSmokeTests.cpp | 1115 getDeviceQueue(deviceInterface, *device, queueFamilyIdx, 0), in testSemaphores() 1116 getDeviceQueue(deviceInterface, *device, queueFamilyIdx, 1) in testSemaphores()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktTestCase.cpp | 426 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/ |
D | vktPipelinePushDescriptorTests.cpp | 278 , 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/ |
D | vkDeviceFunctionPointers.inl | 6 GetDeviceQueueFunc getDeviceQueue; variable
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawConcurrentTests.cpp | 163 vk.getDeviceQueue(*computeDevice, computeQueue.queueFamilyIndex, 0, &computeQueue.queue); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 356 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()
|
D | vktYCbCrViewTests.cpp | 288 const VkQueue queue = getDeviceQueue(vkd, device, queueFamilyNdx, 0u); in executeImageBarrier()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassFragmentDensityMapTests.cpp | 1416 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/ |
D | vktWsiFullScreenExclusiveTests.cpp | 199 , queue (getDeviceQueue(vkd, *device, queueFamilyIndex, 0)) in DeviceHelper()
|
D | vktWsiColorSpaceTests.cpp | 221 , queue (getDeviceQueue(vkd, *device, queueFamilyIndex, 0)) in DeviceHelper()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingNullASTests.cpp | 238 queue = getDeviceQueue(*vkd, *device, queueFamilyIndex, 0u); in DeviceHelper()
|
D | vktRayTracingPipelineLibraryTests.cpp | 226 queue = getDeviceQueue(*vkd, *device, queueFamilyIndex, 0u); in DeviceHelper()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shader_interlock/ |
D | vktFragmentShaderInterlockBasic.cpp | 455 …const VkQueue queue = getDeviceQueue(vk, device, m_context.getUniversalQueueFamilyIndex(),… in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemUtils.cpp | 257 vk::getDeviceQueue(vk, device, queueFamilyIndex, 0); in getProtectedQueue()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
D | vktFragmentShadingRatePixelConsistency.cpp | 488 const VkQueue queue = getDeviceQueue(vk, device, m_context.getUniversalQueueFamilyIndex(), 0); in iterate()
|