Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferMemoryAliasing.cpp349 const deUint32 yWorkGroupCount = std::min(numInvocationsLeft, maxComputeWorkGroupCount.y()); in iterate() local
350 …numInvocationsLeft = numInvocationsLeft / yWorkGroupCount + ((numInvocationsLeft % yWorkGroupCount in iterate()
357 deviceInterface.cmdDispatch(*commandBuffer, xWorkGroupCount, yWorkGroupCount, zWorkGroupCount); in iterate()
DvktSparseResourcesShaderIntrinsicsStorage.cpp517 …const deUint32 yWorkGroupCount = gridSize.y() / workGroupSize.y() + (gridSize.y() % workGroupSize… in recordCommands() local
522 maxWorkGroupCount.y() < yWorkGroupCount || in recordCommands()
528 deviceInterface.cmdDispatch(commandBuffer, xWorkGroupCount, yWorkGroupCount, zWorkGroupCount); in recordCommands()
DvktSparseResourcesImageMemoryAliasing.cpp666 …const deUint32 yWorkGroupCount = gridSize.y() / yWorkGroupSize + (gridSize.y() % yWorkGroupSize … in iterate() local
670 maxWorkGroupCount.y() < yWorkGroupCount || in iterate()
676 deviceInterface.cmdDispatch(*commandBuffer, xWorkGroupCount, yWorkGroupCount, zWorkGroupCount); in iterate()
DvktSparseResourcesImageSparseResidency.cpp660 …const deUint32 yWorkGroupCount = shaderExtent.height / workGroupSize.y() + (shaderExtent.height % … in iterate() local
666 maxComputeWorkGroupCount.y() < yWorkGroupCount || in iterate()
672 deviceInterface.cmdDispatch(*commandBuffer, xWorkGroupCount, yWorkGroupCount, zWorkGroupCount); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrStorageImageWriteTests.cpp279 …const deUint32 yWorkGroupCount = shaderExtent.height / workGroupSize.y() + (shaderExtent.height % … in testStorageImageWrite() local
285 maxComputeWorkGroupCount.y() < yWorkGroupCount || in testStorageImageWrite()
291 vkd.cmdDispatch(*commandBuffer, xWorkGroupCount, yWorkGroupCount, zWorkGroupCount); in testStorageImageWrite()