Home
last modified time | relevance | path

Searched refs:queueFamilyNdx (Results 1 – 11 of 11) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.hpp88 deUint32 queueFamilyNdx,
97 deUint32 queueFamilyNdx,
106 deUint32 queueFamilyNdx,
115 deUint32 queueFamilyNdx,
DvktYCbCrUtil.cpp302 deUint32 queueFamilyNdx, in uploadImage() argument
309 const VkQueue queue = getDeviceQueue(vkd, device, queueFamilyNdx, 0u); in uploadImage()
310 …mandPool> cmdPool (createCommandPool(vkd, device, (VkCommandPoolCreateFlags)0, queueFamilyNdx)); in uploadImage()
433 deUint32 queueFamilyNdx, in fillImageMemory() argument
440 const VkQueue queue = getDeviceQueue(vkd, device, queueFamilyNdx, 0u); in fillImageMemory()
441 …mandPool> cmdPool (createCommandPool(vkd, device, (VkCommandPoolCreateFlags)0, queueFamilyNdx)); in fillImageMemory()
540 deUint32 queueFamilyNdx, in downloadImage() argument
547 const VkQueue queue = getDeviceQueue(vkd, device, queueFamilyNdx, 0u); in downloadImage()
548 …mandPool> cmdPool (createCommandPool(vkd, device, (VkCommandPoolCreateFlags)0, queueFamilyNdx)); in downloadImage()
678 deUint32 queueFamilyNdx, in readImageMemory() argument
[all …]
DvktYCbCrViewTests.cpp320 deUint32 queueFamilyNdx, in executeImageBarrier() argument
325 const VkQueue queue = getDeviceQueue(vkd, device, queueFamilyNdx, 0u); in executeImageBarrier()
326 …mmandPool> cmdPool (createCommandPool(vkd, device, (VkCommandPoolCreateFlags)0, queueFamilyNdx)); in executeImageBarrier()
DvktYCbCrCopyTests.cpp796 const deUint32 queueFamilyNdx (context.getUniversalQueueFamilyIndex()); in imageCopyTest() local
798 …Pool> cmdPool (createCommandPool(vkd, device, (vk::VkCommandPoolCreateFlags)0, queueFamilyNdx)); in imageCopyTest()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp546 …for (deUint32 queueFamilyNdx = 0; queueFamilyNdx < (deUint32)queueFamilyProperties.size(); queueFa… in getGlobalMaxQueueCount() local
548 maxQueueCount = de::max(maxQueueCount, queueFamilyProperties[queueFamilyNdx].queueCount); in getGlobalMaxQueueCount()
566 …for (deUint32 queueFamilyNdx = 0; queueFamilyNdx < (deUint32)queueFamilyProperties.size(); queueFa… in createDeviceWithVariousQueueCountsTest() local
568 const deUint32 maxQueueCount = queueFamilyProperties[queueFamilyNdx].queueCount; in createDeviceWithVariousQueueCountsTest()
577 queueFamilyNdx, in createDeviceWithVariousQueueCountsTest()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp395 for (deUint32 queueFamilyNdx = 0; queueFamilyNdx < numQueueFamilies; ++queueFamilyNdx) in querySurfaceSupportTest() local
397 …orted = getPhysicalDeviceSurfaceSupport(instHelper.vki, physicalDevice, queueFamilyNdx, *surface); in querySurfaceSupportTest()
399 log << TestLog::Message << "Device " << deviceNdx << ", queue family " << queueFamilyNdx << ": " in querySurfaceSupportTest()
415 for (deUint32 queueFamilyNdx = 0; queueFamilyNdx < numQueueFamilies; ++queueFamilyNdx) in isSupportedByAnyQueue() local
417 if (getPhysicalDeviceSurfaceSupport(vki, physicalDevice, queueFamilyNdx, surface) != VK_FALSE) in isSupportedByAnyQueue()
DvktWsiSharedPresentableImageTests.cpp118 for (deUint32 queueFamilyNdx = 0; queueFamilyNdx < numTotalFamilyIndices; ++queueFamilyNdx) in getSupportedQueueFamilyIndices() local
120 …if (vk::wsi::getPhysicalDeviceSurfaceSupport(vki, physicalDevice, queueFamilyNdx, surface) != VK_F… in getSupportedQueueFamilyIndices()
121 supportedFamilyIndices.push_back(queueFamilyNdx); in getSupportedQueueFamilyIndices()
DvktWsiDisplayTimingTests.cpp111 for (deUint32 queueFamilyNdx = 0; queueFamilyNdx < numTotalFamilyIndices; ++queueFamilyNdx) in getSupportedQueueFamilyIndices() local
113 …if (vk::wsi::getPhysicalDeviceSurfaceSupport(vki, physicalDevice, queueFamilyNdx, surface) == VK_T… in getSupportedQueueFamilyIndices()
114 supportedFamilyIndices.push_back(queueFamilyNdx); in getSupportedQueueFamilyIndices()
DvktWsiIncrementalPresentTests.cpp114 for (deUint32 queueFamilyNdx = 0; queueFamilyNdx < numTotalFamilyIndices; ++queueFamilyNdx) in getSupportedQueueFamilyIndices() local
116 …if (vk::wsi::getPhysicalDeviceSurfaceSupport(vki, physicalDevice, queueFamilyNdx, surface) != VK_F… in getSupportedQueueFamilyIndices()
117 supportedFamilyIndices.push_back(queueFamilyNdx); in getSupportedQueueFamilyIndices()
DvktWsiSwapchainTests.cpp181 for (deUint32 queueFamilyNdx = 0; queueFamilyNdx < numTotalFamilyIndices; ++queueFamilyNdx) in getSupportedQueueFamilyIndices() local
183 if (getPhysicalDeviceSurfaceSupport(vki, physicalDevice, queueFamilyNdx, surface) != VK_FALSE) in getSupportedQueueFamilyIndices()
184 supportedFamilyIndices.push_back(queueFamilyNdx); in getSupportedQueueFamilyIndices()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp402 …iceInterface& deviceInterface, const VkDevice device, const deUint32 queueFamilyNdx, vk::Move<VkCo… in createCommandBuffer() argument
408 commandPool = createCommandPool(deviceInterface, device, 0u, queueFamilyNdx); in createCommandBuffer()
607 const deUint32 queueFamilyNdx = testContext.queueFamilyIndex; in generateWork() local
697 bufferParameters.queueFamilyIndex = &queueFamilyNdx; in generateWork()
708 bufferParameters.queueFamilyIndex = &queueFamilyNdx; in generateWork()
727 imageParameters.queueFamilyNdxList = &queueFamilyNdx; in generateWork()
931 renderInfo.queueFamilyNdxList = &queueFamilyNdx; in generateWork()