Home
last modified time | relevance | path

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

12

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp390 const VkQueue queue = getDeviceQueue(deviceDriver, *device, queueFamilyIndex, queueIndex); in createDeviceTest()
448 …const VkQueue queue = getDeviceQueue(deviceDriver, devices[deviceNdx], queueFamilyIndex, queueI… in createMultipleDevicesTest()
609 const VkQueue queue = getDeviceQueue(deviceDriver, *device, queueFamilyIndex, queueIndex); in createDeviceWithVariousQueueCountsTest()
687 const VkQueue queue = getDeviceQueue(vkd, *device, queueFamilyIndex, queueIndex); in createDeviceFeatures2Test()
DvktApiBufferTests.cpp424 const VkQueue queue = getDeviceQueue(vk, vkDevice, queueFamilyIndex, 0); in bufferCreateAndAllocTest()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp309 const VkQueue queue = getDeviceQueue(vkd, device, queueFamilyNdx, 0u); in uploadImage()
440 const VkQueue queue = getDeviceQueue(vkd, device, queueFamilyNdx, 0u); in fillImageMemory()
547 const VkQueue queue = getDeviceQueue(vkd, device, queueFamilyNdx, 0u); in downloadImage()
685 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/framework/vulkan/
DvkQueryUtil.cpp321 VkQueue getDeviceQueue (const DeviceInterface& vkd, VkDevice device, deUint32 queueFamilyIndex, deU… in getDeviceQueue() function
325 vkd.getDeviceQueue(device, queueFamilyIndex, queueIndex, &queue); in getDeviceQueue()
DvkDeviceFunctionPointers.inl5 GetDeviceQueueFunc getDeviceQueue; variable
DvkQueryUtil.hpp56 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);
DvkVirtualDeviceInterface.inl5 virtual void getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex…
DvkConcreteDeviceInterface.inl5 virtual void getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex…
DvkNullDriver.cpp876 VKAPI_ATTR void VKAPI_CALL getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 que… in getDeviceQueue() function
/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.cpp147 …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.cpp311 vkd.getDeviceQueue(device, familyIndex, 0u, &queue); in getQueue()
DvktSynchronizationWin32KeyedMutexTests.cpp1551 const vk::VkQueue queue (getDeviceQueue(m_vkd, *m_device, queueFamily, 0u)); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.cpp167 …queue.queueHandle = getDeviceQueue(*m_deviceDriver, *m_logicalDevice, queue.queueFamilyIndex, queu… in createDeviceSupportingQueues()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp308 return getDeviceQueue(m_deviceInterface, *m_device, m_universalQueueFamilyIndex, 0); in getUniversalQueue()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp350 …const VkQueue queue (getDeviceQueue(vkDeviceInterface, device, m_context.getUniversalQueue… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp938 , m_queue (getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u)) in SharedPresentableImageTestInstance()
DvktWsiDisplayTimingTests.cpp944 , m_queue (getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u)) in DisplayTimingTestInstance()
DvktWsiIncrementalPresentTests.cpp1065 , m_queue (getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u)) in IncrementalPresentTestInstance()
DvktWsiSwapchainTests.cpp238 , queue (getDeviceQueue(vkd, *device, queueFamilyIndex, 0)) in DeviceHelper()

12