Home
last modified time | relevance | path

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

12

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp421 const VkQueue queue = getDeviceQueue(deviceDriver, *device, queueFamilyIndex, queueIndex); in createDeviceTest()
479 …const VkQueue queue = getDeviceQueue(deviceDriver, devices[deviceNdx], queueFamilyIndex, queueI… in createMultipleDevicesTest()
640 const VkQueue queue = getDeviceQueue(deviceDriver, *device, queueFamilyIndex, queueIndex); in createDeviceWithVariousQueueCountsTest()
723 const VkQueue queue = getDeviceQueue(vkd, *device, queueFamilyIndex, queueIndex); in createDeviceFeatures2Test()
DvktApiBufferTests.cpp431 const VkQueue queue = getDeviceQueue(vk, vkDevice, queueFamilyIndex, 0); in bufferCreateAndAllocTest()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicSemaphoreTests.cpp193 …vk.getDeviceQueue(*logicalDevice, queues[queueReqNdx].queueFamilyIndex, queueReqNdx, &queues[queue… in basicMultiQueueCase()
195 …vk.getDeviceQueue(*logicalDevice, queues[queueReqNdx].queueFamilyIndex, 0u, &queues[queueReqNdx].q… in basicMultiQueueCase()
DvktSynchronizationOperationMultiQueueTests.cpp141 …m_deviceDriver->getDeviceQueue(*m_logicalDevice, it->first, queueNdx, &it->second.queue[queueNdx]); in MultiQueues()
DvktSynchronizationSmokeTests.cpp1116 getDeviceQueue(deviceInterface, *device, queueFamilyIdx, 0), in testSemaphores()
1117 getDeviceQueue(deviceInterface, *device, queueFamilyIdx, 1) in testSemaphores()
DvktSynchronizationInternallySynchronizedObjectsTests.cpp264 …vk.getDeviceQueue(queues.getDevice(), queues.getQueueFamilyIndex(queueFamilyIndex), queueReqNdx, &… in createQueues()
DvktSynchronizationCrossInstanceSharingTests.cpp488 vkd.getDeviceQueue(device, familyIndex, 0u, &queue); in getQueue()
/external/deqp/external/vulkancts/framework/vulkan/
DvkQueryUtil.cpp430 VkQueue getDeviceQueue (const DeviceInterface& vkd, VkDevice device, deUint32 queueFamilyIndex, deU… in getDeviceQueue() function
434 vkd.getDeviceQueue(device, queueFamilyIndex, queueIndex, &queue); in getDeviceQueue()
DvkDeviceFunctionPointers.inl5 GetDeviceQueueFunc getDeviceQueue; variable
DvkQueryUtil.hpp65 VkQueue getDeviceQueue (const DeviceInterface& vkd, VkDevice device, deUint32 que…
DvkInitDeviceFunctionPointers.inl5 m_vk.getDeviceQueue = (GetDeviceQueueFunc) GET_PROC_ADDR("vkGetDeviceQueue");
DvkDeviceDriverImpl.inl10 void DeviceDriver::getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex,… function in DeviceDriver
12 m_vk.getDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue);
DvkConcreteDeviceInterface.inl5 virtual void getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueInde…
DvkNullDriver.cpp1034 VKAPI_ATTR void VKAPI_CALL getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 que… in getDeviceQueue() function
DvkVirtualDeviceInterface.inl5 virtual void getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueInde…
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.cpp199 …queue.queueHandle = getDeviceQueue(*m_deviceDriver, *m_logicalDevice, queue.queueFamilyIndex, queu… in createDeviceSupportingQueues()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp407 return getDeviceQueue(m_deviceInterface, *m_device, m_universalQueueFamilyIndex, 0); in getUniversalQueue()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp325 const VkQueue queue = getDeviceQueue(vkd, device, queueFamilyNdx, 0u); in uploadImage()
456 const VkQueue queue = getDeviceQueue(vkd, device, queueFamilyNdx, 0u); in fillImageMemory()
563 const VkQueue queue = getDeviceQueue(vkd, device, queueFamilyNdx, 0u); in downloadImage()
701 const VkQueue queue = getDeviceQueue(vkd, device, queueFamilyNdx, 0u); in readImageMemory()
DvktYCbCrViewTests.cpp325 const VkQueue queue = getDeviceQueue(vkd, device, queueFamilyNdx, 0u); in executeImageBarrier()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp340 …const VkQueue queue (getDeviceQueue(vkDeviceInterface, device, m_context.getUniversalQueue… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.cpp264 vk::getDeviceQueue(vk, device, queueFamilyIndex, 0); in getProtectedQueue()
/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()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp941 , m_queue (getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u)) in SharedPresentableImageTestInstance()
DvktWsiDisplayTimingTests.cpp945 , m_queue (getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u)) in DisplayTimingTestInstance()

12