Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/sparse_resources/
H A 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()
H A DvktSparseResourcesShaderIntrinsicsStorage.cpp497 …const deUint32 yWorkGroupCount = gridSize.y() / workGroupSize.y() + (gridSize.y() % workGroupSize… in recordCommands() local
502 maxWorkGroupCount.y() < yWorkGroupCount || in recordCommands()
508 deviceInterface.cmdDispatch(commandBuffer, xWorkGroupCount, yWorkGroupCount, zWorkGroupCount); in recordCommands()
H A DvktSparseResourcesImageMemoryAliasing.cpp651 …const deUint32 yWorkGroupCount = gridSize.y() / yWorkGroupSize + (gridSize.y() % yWorkGroupSize … in iterate() local
655 maxWorkGroupCount.y() < yWorkGroupCount || in iterate()
661 deviceInterface.cmdDispatch(*commandBuffer, xWorkGroupCount, yWorkGroupCount, zWorkGroupCount); in iterate()
H A DvktSparseResourcesImageSparseResidency.cpp639 …const deUint32 yWorkGroupCount = shaderExtent.height / workGroupSize.y() + (shaderExtent.height % … in iterate() local
645 maxComputeWorkGroupCount.y() < yWorkGroupCount || in iterate()
651 deviceInterface.cmdDispatch(*commandBuffer, xWorkGroupCount, yWorkGroupCount, zWorkGroupCount); in iterate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/ycbcr/
H A 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()