/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBase.cpp | 76 …const deUint32 queueFamilyIndex = findMatchingQueueFamilyIndex(queueFamilyProperties, queueRequi… in createDeviceSupportingQueues() local 78 if (queueFamilyIndex == NO_MATCH_FOUND) in createDeviceSupportingQueues() 83 selectedQueueFamilies[queueFamilyIndex].queueCount += queueRequirement.queueCount; in createDeviceSupportingQueues() 86 queuePriorities[queueFamilyIndex].push_back(1.0f); in createDeviceSupportingQueues() 100 queueInfo.queueFamilyIndex = queueFamilyIter->first; in createDeviceSupportingQueues() 128 …const deUint32 queueFamilyIndex = findMatchingQueueFamilyIndex(queueFamilyProperties, queueRequi… in createDeviceSupportingQueues() local 130 if (queueFamilyIndex == NO_MATCH_FOUND) in createDeviceSupportingQueues() 138 …eviceInterface.getDeviceQueue(*m_logicalDevice, queueFamilyIndex, selectedQueueFamilies[queueFamil… in createDeviceSupportingQueues() 142 queue.queueFamilyIndex = queueFamilyIndex; in createDeviceSupportingQueues()
|
D | vktSparseResourcesBufferSparseBinding.cpp | 148 …const deUint32 queueFamilyIndices[] = { sparseQueue.queueFamilyIndex, computeQueue.queueFamilyInde… in iterate() 150 if (sparseQueue.queueFamilyIndex != computeQueue.queueFamilyIndex) in iterate() 238 …l> commandPool(makeCommandPool(deviceInterface, *m_logicalDevice, computeQueue.queueFamilyIndex)); in iterate()
|
D | vktSparseResourcesBufferMemoryAliasing.cpp | 205 …const deUint32 queueFamilyIndices[] = { sparseQueue.queueFamilyIndex, computeQueue.queueFamilyInde… in iterate() 207 if (sparseQueue.queueFamilyIndex != computeQueue.queueFamilyIndex) in iterate() 298 …> commandPool(makeCommandPool(deviceInterface, *m_logicalDevice, computeQueue.queueFamilyIndex)); in iterate()
|
D | vktSparseResourcesBufferSparseResidency.cpp | 188 …const deUint32 queueFamilyIndices[] = { sparseQueue.queueFamilyIndex, computeQueue.queueFamilyInde… in iterate() 190 if (sparseQueue.queueFamilyIndex != computeQueue.queueFamilyIndex) in iterate() 296 …> commandPool(makeCommandPool(deviceInterface, *m_logicalDevice, computeQueue.queueFamilyIndex)); in iterate()
|
D | vktSparseResourcesImageSparseBinding.cpp | 191 …const deUint32 queueFamilyIndices[] = { sparseQueue.queueFamilyIndex, computeQueue.queueFamilyInde… in iterate() 193 if (sparseQueue.queueFamilyIndex != computeQueue.queueFamilyIndex) in iterate() 282 …> commandPool(makeCommandPool(deviceInterface, *m_logicalDevice, computeQueue.queueFamilyIndex)); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.hpp | 119 const deUint32 queueFamilyIndex, 129 const deUint32 queueFamilyIndex, 140 const deUint32 queueFamilyIndex, 156 …ice, const DeviceInterface& vk, const VkQueue queue, const deUint32 queueFamilyIndex, Allocator& m… 243 const deUint32 queueFamilyIndex, 255 const deUint32 queueFamilyIndex, 268 const deUint32 queueFamilyIndex, 310 …ice, const DeviceInterface& vk, const VkQueue queue, const deUint32 queueFamilyIndex, Allocator& m… 331 …ice, const DeviceInterface& vk, const VkQueue queue, const deUint32 queueFamilyIndex, Allocator& m… in setup() argument 333 …executor.setupUniformData(vkDevice, vk, queue, queueFamilyIndex, memAlloc, m_bindingLocation, m_de… in setup() [all …]
|
D | vktShaderExecutor.cpp | 621 const deUint32 queueFamilyIndex = ctx.getUniversalQueueFamilyIndex(); in addAttribute() local 633 &queueFamilyIndex // const deUint32* pQueueFamilyIndices; in addAttribute() 700 const deUint32 queueFamilyIndex = ctx.getUniversalQueueFamilyIndex(); in execute() local 787 &queueFamilyIndex, // const deUint32* pQueueFamilyIndices; in execute() 958 addUniforms(vkDevice, vk, queue, queueFamilyIndex, memAlloc); in execute() 1200 queueFamilyIndex, // deUint32 queueFamilyIndex; in execute() 1316 &queueFamilyIndex, // const deUint32* pQueueFamilyIndices; in execute() 1326 queueFamilyIndex // deUint32 queueFamilyIndex; in execute() 1847 const deUint32 queueFamilyIndex = ctx.getUniversalQueueFamilyIndex(); in initBuffers() local 1859 &queueFamilyIndex // const deUint32* pQueueFamilyIndices; in initBuffers() [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkInstanceDriverImpl.inl | 75 …lDeviceSurfaceSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, VkSurfaceKHR… argument 77 …return m_vk.getPhysicalDeviceSurfaceSupportKHR(physicalDevice, queueFamilyIndex, surface, pSupport… 135 …ibPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::XlibDisp… argument 137 …return m_vk.getPhysicalDeviceXlibPresentationSupportKHR(physicalDevice, queueFamilyIndex, dpy, vis… 145 …cbPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::XcbConne… argument 147 …return m_vk.getPhysicalDeviceXcbPresentationSupportKHR(physicalDevice, queueFamilyIndex, connectio… 155 …ndPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::WaylandD… argument 157 …return m_vk.getPhysicalDeviceWaylandPresentationSupportKHR(physicalDevice, queueFamilyIndex, displ… 165 …irPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::MirConne… argument 167 …return m_vk.getPhysicalDeviceMirPresentationSupportKHR(physicalDevice, queueFamilyIndex, connectio… [all …]
|
D | vkConcreteInstanceInterface.inl | 18 …viceSurfaceSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, VkSurfaceKHR… 30 …bPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::XlibDisp… 32 …bPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::XcbConne… 34 …ndPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::WaylandD… 36 …rPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::MirConne… 39 …viceWin32PresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex) const;
|
D | vkVirtualInstanceInterface.inl | 18 …viceSurfaceSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, VkSurfaceKHR… 30 …bPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::XlibDisp… 32 …bPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::XcbConne… 34 …ndPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::WaylandD… 36 …rPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::MirConne… 39 …Win32PresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex) const = 0;
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCommandBuffersTests.cpp | 501 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createPoolNullParamsTest() local 508 queueFamilyIndex, // queueFamilyIndex; in createPoolNullParamsTest() 520 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createPoolNonNullAllocatorTest() local 528 queueFamilyIndex, // queueFamilyIndex; in createPoolNonNullAllocatorTest() 540 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createPoolTransientBitTest() local 547 queueFamilyIndex, // queueFamilyIndex; in createPoolTransientBitTest() 559 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createPoolResetBitTest() local 566 queueFamilyIndex, // queueFamilyIndex; in createPoolResetBitTest() 578 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in resetPoolReleaseResourcesBitTest() local 585 queueFamilyIndex, // queueFamilyIndex; in resetPoolReleaseResourcesBitTest() [all …]
|
D | vktApiSmokeTests.cpp | 335 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in renderTriangleTest() local 357 &queueFamilyIndex, // pQueueFamilyIndices in renderTriangleTest() 374 &queueFamilyIndex, // pQueueFamilyIndices in renderTriangleTest() 396 &queueFamilyIndex, // pQueueFamilyIndices in renderTriangleTest() 710 queueFamilyIndex, // queueFamilyIndex in renderTriangleTest() 753 queueFamilyIndex, // srcQueueFamilyIndex in renderTriangleTest() 754 queueFamilyIndex, // dstQueueFamilyIndex in renderTriangleTest() 805 queueFamilyIndex, // srcQueueFamilyIndex in renderTriangleTest() 806 queueFamilyIndex, // dstQueueFamilyIndex in renderTriangleTest() 848 queueFamilyIndex, // srcQueueFamilyIndex in renderTriangleTest() [all …]
|
D | vktApiDeviceInitializationTests.cpp | 344 const deUint32 queueFamilyIndex = 0; in createDeviceTest() local 353 queueFamilyIndex, //queueFamilyIndex; in createDeviceTest() 375 deviceDriver.getDeviceQueue(device.get(), queueFamilyIndex, queueIndex, &queue); in createDeviceTest() 390 const deUint32 queueFamilyIndex = 0; in createMultipleDevicesTest() local 399 queueFamilyIndex, //queueFamilyIndex; in createMultipleDevicesTest() 435 deviceDriver.getDeviceQueue(devices[deviceNdx], queueFamilyIndex, queueIndex, &queue); in createMultipleDevicesTest() 590 const deUint32 queueFamilyIndex = deviceCreateInfo.pQueueCreateInfos->queueFamilyIndex; in createDeviceWithVariousQueueCountsTest() local 598 deviceDriver.getDeviceQueue(device.get(), queueFamilyIndex, queueIndex, &queue); in createDeviceWithVariousQueueCountsTest()
|
D | vktApiCopiesAndBlittingTests.cpp | 138 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in CopiesAndBlittingTestInstance() local 147 queueFamilyIndex, // deUint32 queueFamilyIndex; in CopiesAndBlittingTestInstance() 226 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in uploadImage() local 246 &queueFamilyIndex, // const deUint32* pQueueFamilyIndices; in uploadImage() 449 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in readImage() local 465 &queueFamilyIndex, // const deUint32* pQueueFamilyIndices; in readImage() 605 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in CopyImageToImage() local 643 &queueFamilyIndex, // const deUint32* pQueueFamilyIndices; in CopyImageToImage() 670 &queueFamilyIndex, // const deUint32* pQueueFamilyIndices; in CopyImageToImage() 841 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in CopyBufferToBuffer() local [all …]
|
D | vktApiBufferTests.cpp | 102 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in bufferCreateAndAllocTest() local 116 &queueFamilyIndex, in bufferCreateAndAllocTest() 184 vk.getDeviceQueue(vkDevice, queueFamilyIndex, 0, &queue); in bufferCreateAndAllocTest()
|
/external/vulkan-validation-layers/loader/ |
D | wsi.h | 46 uint32_t queueFamilyIndex, 72 VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex); 82 VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, 91 VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, 103 VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, 114 VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, Display *dpy,
|
D | wsi.c | 232 uint32_t queueFamilyIndex, in vkGetPhysicalDeviceSurfaceSupportKHR() argument 240 unwrapped_phys_dev, queueFamilyIndex, surface, pSupported); in vkGetPhysicalDeviceSurfaceSupportKHR() 250 uint32_t queueFamilyIndex, in terminator_GetPhysicalDeviceSurfaceSupportKHR() argument 265 phys_dev->phys_dev, queueFamilyIndex, surface, pSupported); in terminator_GetPhysicalDeviceSurfaceSupportKHR() 519 uint32_t queueFamilyIndex) { in vkGetPhysicalDeviceWin32PresentationSupportKHR() argument 525 unwrapped_phys_dev, queueFamilyIndex); in vkGetPhysicalDeviceWin32PresentationSupportKHR() 535 VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex) { in terminator_GetPhysicalDeviceWin32PresentationSupportKHR() argument 545 queueFamilyIndex); in terminator_GetPhysicalDeviceWin32PresentationSupportKHR() 606 uint32_t queueFamilyIndex, in vkGetPhysicalDeviceMirPresentationSupportKHR() argument 613 unwrapped_phys_dev, queueFamilyIndex, connection); in vkGetPhysicalDeviceMirPresentationSupportKHR() [all …]
|
/external/vulkan-validation-layers/layers/ |
D | swapchain.cpp | 493 … uint32_t queueFamilyIndex, in vkGetPhysicalDeviceMirPresentationSupportKHR() argument 508 …if (pPhysicalDevice->gotQueueFamilyPropertyCount && (queueFamilyIndex >= pPhysicalDevice->numOfQue… in vkGetPhysicalDeviceMirPresentationSupportKHR() 511 … "VkPhysicalDevice", queueFamilyIndex, pPhysicalDevice->numOfQueueFamilies); in vkGetPhysicalDeviceMirPresentationSupportKHR() 517 …stance_dispatch_table->GetPhysicalDeviceMirPresentationSupportKHR(physicalDevice, queueFamilyIndex, in vkGetPhysicalDeviceMirPresentationSupportKHR() 579 … uint32_t queueFamilyIndex, in vkGetPhysicalDeviceWaylandPresentationSupportKHR() argument 594 …if (pPhysicalDevice->gotQueueFamilyPropertyCount && (queueFamilyIndex >= pPhysicalDevice->numOfQue… in vkGetPhysicalDeviceWaylandPresentationSupportKHR() 597 … "VkPhysicalDevice", queueFamilyIndex, pPhysicalDevice->numOfQueueFamilies); in vkGetPhysicalDeviceWaylandPresentationSupportKHR() 603 …ce_dispatch_table->GetPhysicalDeviceWaylandPresentationSupportKHR(physicalDevice, queueFamilyIndex, in vkGetPhysicalDeviceWaylandPresentationSupportKHR() 665 …icalDeviceWin32PresentationSupportKHR(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex) { in vkGetPhysicalDeviceWin32PresentationSupportKHR() argument 679 …if (pPhysicalDevice->gotQueueFamilyPropertyCount && (queueFamilyIndex >= pPhysicalDevice->numOfQue… in vkGetPhysicalDeviceWin32PresentationSupportKHR() [all …]
|
D | device_limits.cpp | 406 uint32_t requestedIndex = pCreateInfo->pQueueCreateInfos[i].queueFamilyIndex; in vkCreateDevice() 533 vkGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue *pQueue) { in vkGetDeviceQueue() argument 538 if (queueFamilyIndex >= in vkGetDeviceQueue() 542 … "DL", "Invalid queueFamilyIndex %u requested in vkGetDeviceQueue().", queueFamilyIndex); in vkGetDeviceQueue() 543 } else if (queueIndex >= phy_dev_data->queueFamilyProperties[queueFamilyIndex]->queueCount) { in vkGetDeviceQueue() 548 … queueFamilyIndex, phy_dev_data->queueFamilyProperties[queueFamilyIndex]->queueCount, queueIndex); in vkGetDeviceQueue() 552 dev_data->device_dispatch_table->GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in vkGetDeviceQueue()
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSwapchainTests.cpp | 114 const deUint32 queueFamilyIndex, in createDeviceWithWsi() argument 124 queueFamilyIndex, in createDeviceWithWsi() 204 VkQueue getDeviceQueue (const DeviceInterface& vkd, VkDevice device, deUint32 queueFamilyIndex, deU… in getDeviceQueue() argument 207 vkd.getDeviceQueue(device, queueFamilyIndex, queueIndex, &queue); in getDeviceQueue() 214 const deUint32 queueFamilyIndex; member 225 , queueFamilyIndex (chooseQueueFamilyIndex(vki, physicalDevice, surface)) in DeviceHelper() 229 queueFamilyIndex, in DeviceHelper() 232 , queue (getDeviceQueue(vkd, *device, queueFamilyIndex, 0)) in DeviceHelper() 568 curParams.pQueueFamilyIndices = &devHelper.queueFamilyIndex; in createSwapchainTest() 626 curParams.pQueueFamilyIndices = &devHelper.queueFamilyIndex; in createSwapchainSimulateOOMTest() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelinePushConstantTests.cpp | 482 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in PushConstantGraphicsTestInstance() local 505 &queueFamilyIndex, // const deUint32* pQueueFamilyIndices; in PushConstantGraphicsTestInstance() 646 &queueFamilyIndex // const deUint32* pQueueFamilyIndices; in PushConstantGraphicsTestInstance() 935 &queueFamilyIndex // const deUint32* pQueueFamilyIndices; in PushConstantGraphicsTestInstance() 955 queueFamilyIndex // deUint32 queueFamilyIndex; in PushConstantGraphicsTestInstance() 1157 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in verifyImage() local 1159 …:TextureLevel> result = readColorAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, *… in verifyImage() 1266 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in PushConstantComputeTestInstance() local 1294 &queueFamilyIndex // const deUint32* pQueueFamilyIndices; in PushConstantComputeTestInstance() 1369 queueFamilyIndex // deUint32 queueFamilyIndex; in PushConstantComputeTestInstance()
|
D | vktPipelineImageSamplingInstance.cpp | 358 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in ImageSamplingInstance() local 433 &queueFamilyIndex, // const deUint32* pQueueFamilyIndices; in ImageSamplingInstance() 442 uploadTestTexture(vk, vkDevice, queue, queueFamilyIndex, memAlloc, *m_texture, *m_image); in ImageSamplingInstance() 511 &queueFamilyIndex, // const deUint32* pQueueFamilyIndices; in ImageSamplingInstance() 837 &queueFamilyIndex // const deUint32* pQueueFamilyIndices; in ImageSamplingInstance() 859 queueFamilyIndex // deUint32 queueFamilyIndex; in ImageSamplingInstance() 1005 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in verifyImage() local 1007 …extureLevel> result = readColorAttachment(vk, vkDevice, queue, queueFamilyIndex, memAlloc, *m… in verifyImage()
|
D | vktPipelineDepthTests.cpp | 232 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in DepthTestInstance() local 256 &queueFamilyIndex, // const deUint32* pQueueFamilyIndices; in DepthTestInstance() 288 &queueFamilyIndex, // const deUint32* pQueueFamilyIndices; in DepthTestInstance() 678 &queueFamilyIndex // const deUint32* pQueueFamilyIndices; in DepthTestInstance() 704 queueFamilyIndex // deUint32 queueFamilyIndex; in DepthTestInstance() 873 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in verifyImage() local 875 …:TextureLevel> result = readColorAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, *… in verifyImage()
|
D | vktPipelineStencilTests.cpp | 321 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in StencilTestInstance() local 342 &queueFamilyIndex, // const deUint32* pQueueFamilyIndices; in StencilTestInstance() 375 &queueFamilyIndex, // const deUint32* pQueueFamilyIndices; in StencilTestInstance() 756 &queueFamilyIndex // const deUint32* pQueueFamilyIndices; in StencilTestInstance() 792 queueFamilyIndex, // deUint32 queueFamilyIndex; in StencilTestInstance() 994 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in verifyImage() local 996 …::TextureLevel> result (readColorAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, *… in verifyImage()
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeBasicComputeShaderTests.cpp | 192 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 230 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate() 363 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 401 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate() 536 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 574 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate() 701 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 785 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate() 911 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 995 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate() [all …]
|