Home
last modified time | relevance | path

Searched refs:xWorkGroupCount (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferMemoryAliasing.cpp347 const deUint32 xWorkGroupCount = std::min(numInvocationsLeft, maxComputeWorkGroupCount.x()); in iterate() local
348 …numInvocationsLeft = numInvocationsLeft / xWorkGroupCount + ((numInvocationsLeft % xWorkGroupCount in iterate()
357 deviceInterface.cmdDispatch(*commandBuffer, xWorkGroupCount, yWorkGroupCount, zWorkGroupCount); in iterate()
DvktSparseResourcesShaderIntrinsicsStorage.cpp516 …const deUint32 xWorkGroupCount = gridSize.x() / workGroupSize.x() + (gridSize.x() % workGroupSize… in recordCommands() local
521 if (maxWorkGroupCount.x() < xWorkGroupCount || in recordCommands()
528 deviceInterface.cmdDispatch(commandBuffer, xWorkGroupCount, yWorkGroupCount, zWorkGroupCount); in recordCommands()
DvktSparseResourcesImageMemoryAliasing.cpp665 …const deUint32 xWorkGroupCount = gridSize.x() / xWorkGroupSize + (gridSize.x() % xWorkGroupSize … in iterate() local
669 if (maxWorkGroupCount.x() < xWorkGroupCount || in iterate()
676 deviceInterface.cmdDispatch(*commandBuffer, xWorkGroupCount, yWorkGroupCount, zWorkGroupCount); in iterate()
DvktSparseResourcesImageSparseResidency.cpp659 …const deUint32 xWorkGroupCount = shaderExtent.width / workGroupSize.x() + (shaderExtent.width % … in iterate() local
665 if (maxComputeWorkGroupCount.x() < xWorkGroupCount || in iterate()
672 deviceInterface.cmdDispatch(*commandBuffer, xWorkGroupCount, yWorkGroupCount, zWorkGroupCount); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrStorageImageWriteTests.cpp278 …const deUint32 xWorkGroupCount = shaderExtent.width / workGroupSize.x() + (shaderExtent.width % wo… in testStorageImageWrite() local
284 if (maxComputeWorkGroupCount.x() < xWorkGroupCount || in testStorageImageWrite()
291 vkd.cmdDispatch(*commandBuffer, xWorkGroupCount, yWorkGroupCount, zWorkGroupCount); in testStorageImageWrite()