/external/deqp/external/vulkancts/modules/vulkan/postmortem/ |
D | vktPostmortemUtil.cpp | 89 m_queue(getDeviceQueue(m_deviceDriver, *m_logicalDevice, m_queueFamilyIndex, 0)), in PostmortemTestInstance()
|
/external/deqp/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() 1040 const VkQueue queue = getDeviceQueue(vkd, *device, queueFamilyIndex, queueIndex); in createDeviceFeatures2Test() 1346 const VkQueue queue = getDeviceQueue(deviceDriver, *device, queueFamilyIndex, queueIndex); in createDeviceQueue2UnmatchedFlagsTest()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBase.cpp | 202 …queue.queueHandle = getDeviceQueue(*m_deviceDriver, *m_logicalDevice, queue.queueFamilyIndex, queu… in createDeviceSupportingQueues()
|
/external/deqp/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 | vkDeviceFunctionPointers.inl | 6 GetDeviceQueueFunc getDeviceQueue; variable
|
D | vkQueryUtil.hpp | 70 VkQueue getDeviceQueue (const DeviceInterface& vkd, VkDevice device, deUint32 que…
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | CommandProcessor.cpp | 1262 void QueueFamily::getDeviceQueue(VkDevice device, in getDeviceQueue() function in rx::vk::QueueFamily 1297 getDeviceQueue(device, makeProtected, queueIndex + kQueueIndexMedium, in initializeQueueMap() 1304 getDeviceQueue(device, makeProtected, queueIndex + kQueueIndexHigh, in initializeQueueMap() 1316 getDeviceQueue(device, makeProtected, queueIndex + kQueueIndexLow, in initializeQueueMap()
|
D | CommandProcessor.h | 225 void getDeviceQueue(VkDevice device, bool makeProtected, uint32_t queueIndex, VkQueue *queue);
|
/external/deqp/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 | 1113 getDeviceQueue(deviceInterface, *device, queueFamilyIdx, 0), in testSemaphores() 1114 getDeviceQueue(deviceInterface, *device, queueFamilyIdx, 1) in testSemaphores()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestCase.cpp | 424 return getDeviceQueue(m_deviceInterface, *m_device, m_universalQueueFamilyIndex, 0); in getUniversalQueue() 432 return getDeviceQueue(m_deviceInterface, *m_device, m_sparseQueueFamilyIndex, 0); in getSparseQueue()
|
/external/deqp/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()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawConcurrentTests.cpp | 163 vk.getDeviceQueue(*computeDevice, computeQueue.queueFamilyIndex, 0, &computeQueue.queue); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 354 const VkQueue queue = getDeviceQueue(vkd, device, queueFamilyNdx, 0u); in uploadImage() 456 const VkQueue queue = getDeviceQueue(vkd, device, queueFamilyNdx, 0u); in fillImageMemory() 535 const VkQueue queue = getDeviceQueue(vkd, device, queueFamilyNdx, 0u); in downloadImage() 642 const VkQueue queue = getDeviceQueue(vkd, device, queueFamilyNdx, 0u); in readImageMemory()
|
D | vktYCbCrViewTests.cpp | 255 const VkQueue queue = getDeviceQueue(vkd, device, queueFamilyNdx, 0u); in executeImageBarrier()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassFragmentDensityMapTests.cpp | 1204 const VkQueue queue = getDeviceQueue(vk, vkDevice, queueFamilyIndex, 0); in FragmentDensityMapTestInstance() 1770 const VkQueue queue = getDeviceQueue(vk, vkDevice, m_context.getUniversalQueueFamilyIndex(), 0); in iterate() 1800 const VkQueue queue = getDeviceQueue(vk, vkDevice, queueFamilyIndex, 0); in verifyImage()
|
/external/deqp/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()
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiFullScreenExclusiveTests.cpp | 197 , queue (getDeviceQueue(vkd, *device, queueFamilyIndex, 0)) in DeviceHelper()
|
D | vktWsiColorSpaceTests.cpp | 220 , queue (getDeviceQueue(vkd, *device, queueFamilyIndex, 0)) in DeviceHelper()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_shader_interlock/ |
D | vktFragmentShaderInterlockBasic.cpp | 455 …const VkQueue queue = getDeviceQueue(vk, device, m_context.getUniversalQueueFamilyIndex(),… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemUtils.cpp | 257 vk::getDeviceQueue(vk, device, queueFamilyIndex, 0); in getProtectedQueue()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
D | vktFragmentShadingRatePixelConsistency.cpp | 466 const VkQueue queue = getDeviceQueue(vk, device, m_context.getUniversalQueueFamilyIndex(), 0); in iterate()
|