Home
last modified time | relevance | path

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

12

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp425 const VkQueue queue = getDeviceQueue(deviceDriver, *device, queueFamilyIndex, queueIndex); in createDeviceTest()
484 …const VkQueue queue = getDeviceQueue(deviceDriver, devices[deviceNdx], queueFamilyIndex, queueI… in createMultipleDevicesTest()
645 const VkQueue queue = getDeviceQueue(deviceDriver, *device, queueFamilyIndex, queueIndex); in createDeviceWithVariousQueueCountsTest()
713 const VkQueue queue = getDeviceQueue(vkd, *device, queueFamilyIndex, queueIndex); in createDeviceFeatures2Test()
1018 const VkQueue queue = getDeviceQueue(deviceDriver, *device, queueFamilyIndex, queueIndex); in createDeviceQueue2UnmatchedFlagsTest()
DvktApiBufferTests.cpp449 const VkQueue queue = getDeviceQueue(vk, vkDevice, queueFamilyIndex, 0); in bufferCreateAndAllocTest()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicSemaphoreTests.cpp246 …vk.getDeviceQueue(*logicalDevice, queues[queueReqNdx].queueFamilyIndex, queueReqNdx, &queues[queue… in basicMultiQueueCase()
248 …vk.getDeviceQueue(*logicalDevice, queues[queueReqNdx].queueFamilyIndex, 0u, &queues[queueReqNdx].q… in basicMultiQueueCase()
DvktSynchronizationOperationMultiQueueTests.cpp143 …m_deviceDriver->getDeviceQueue(*m_logicalDevice, it->first, queueNdx, &it->second.queue[queueNdx]); in MultiQueues()
DvktSynchronizationSmokeTests.cpp1092 getDeviceQueue(deviceInterface, *device, queueFamilyIdx, 0), in testSemaphores()
1093 getDeviceQueue(deviceInterface, *device, queueFamilyIdx, 1) in testSemaphores()
DvktSynchronizationInternallySynchronizedObjectsTests.cpp267 …vk.getDeviceQueue(queues.getDevice(), queues.getQueueFamilyIndex(queueFamilyIndex), queueReqNdx, &… in createQueues()
/external/deqp/external/vulkancts/framework/vulkan/
DvkQueryUtil.cpp435 VkQueue getDeviceQueue (const DeviceInterface& vkd, VkDevice device, deUint32 queueFamilyIndex, deU… in getDeviceQueue() function
439 vkd.getDeviceQueue(device, queueFamilyIndex, queueIndex, &queue); in getDeviceQueue()
DvkDeviceFunctionPointers.inl6 GetDeviceQueueFunc getDeviceQueue; variable
DvkQueryUtil.hpp66 VkQueue getDeviceQueue (const DeviceInterface& vkd, VkDevice device, deUint32 que…
DvkInitDeviceFunctionPointers.inl6 m_vk.getDeviceQueue = (GetDeviceQueueFunc) GET_PROC_ADDR("vkGetDeviceQueue");
DvkDeviceDriverImpl.inl15 void DeviceDriver::getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex,… function in DeviceDriver
17 m_vk.getDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue);
DvkConcreteDeviceInterface.inl6 virtual void getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIn…
DvkVirtualDeviceInterface.inl6 virtual void getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIn…
DvkNullDriver.cpp1040 VKAPI_ATTR void VKAPI_CALL getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 que… in getDeviceQueue() function
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.cpp201 …queue.queueHandle = getDeviceQueue(*m_deviceDriver, *m_logicalDevice, queue.queueFamilyIndex, queu… in createDeviceSupportingQueues()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp267 , m_queue (getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u)) in PushDescriptorBufferGraphicsTestInstance()
719 , m_queue (getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u)) in PushDescriptorBufferComputeTestInstance()
1070 , m_queue (getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u)) in PushDescriptorImageGraphicsTestInstance()
1914 , m_queue (getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u)) in PushDescriptorImageComputeTestInstance()
2680 , m_queue (getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u)) in PushDescriptorTexelBufferGraphicsTestInstance()
3156 , m_queue (getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u)) in PushDescriptorTexelBufferComputeTestInstance()
3529 , m_queue (getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u)) in PushDescriptorInputAttachmentGraphicsTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp556 return getDeviceQueue(m_deviceInterface, *m_device, m_universalQueueFamilyIndex, 0); in getUniversalQueue()
564 return getDeviceQueue(m_deviceInterface, *m_device, m_sparseQueueFamilyIndex, 0); in getSparseQueue()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp326 const VkQueue queue = getDeviceQueue(vkd, device, queueFamilyNdx, 0u); in uploadImage()
430 const VkQueue queue = getDeviceQueue(vkd, device, queueFamilyNdx, 0u); in fillImageMemory()
509 const VkQueue queue = getDeviceQueue(vkd, device, queueFamilyNdx, 0u); in downloadImage()
620 const VkQueue queue = getDeviceQueue(vkd, device, queueFamilyNdx, 0u); in readImageMemory()
DvktYCbCrViewTests.cpp344 const VkQueue queue = getDeviceQueue(vkd, device, queueFamilyNdx, 0u); in executeImageBarrier()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.cpp268 vk::getDeviceQueue(vk, device, queueFamilyIndex, 0); in getProtectedQueue()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiColorSpaceTests.cpp249 , queue (getDeviceQueue(vkd, *device, queueFamilyIndex, 0)) in DeviceHelper()
DvktWsiSharedPresentableImageTests.cpp752 , m_queue (getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u)) in SharedPresentableImageTestInstance()
DvktWsiDisplayTimingTests.cpp705 , m_queue (getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u)) in DisplayTimingTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessVertexAccessTests.cpp676 vk.getDeviceQueue(*m_device, queueFamilyIndex, 0, &m_queue); in VertexAccessInstance()
DvktRobustnessBufferAccessTests.cpp942 vk.getDeviceQueue(*m_device, queueFamilyIndex, 0, &m_queue); in BufferAccessInstance()

12