Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferMemoryAliasing.cpp348 const deUint32 yWorkGroupCount = std::min(numInvocationsLeft, maxComputeWorkGroupCount.y()); in iterate() local
349 …numInvocationsLeft = numInvocationsLeft / yWorkGroupCount + ((numInvocationsLeft % yWorkGroupCount in iterate()
356 deviceInterface.cmdDispatch(*commandBuffer, xWorkGroupCount, yWorkGroupCount, zWorkGroupCount); in iterate()
DvktSparseResourcesShaderIntrinsicsStorage.cpp485 …const deUint32 yWorkGroupCount = gridSize.y() / workGroupSize.y() + (gridSize.y() % workGroupSize… in recordCommands() local
490 maxWorkGroupCount.y() < yWorkGroupCount || in recordCommands()
496 deviceInterface.cmdDispatch(commandBuffer, xWorkGroupCount, yWorkGroupCount, zWorkGroupCount); in recordCommands()
DvktSparseResourcesImageMemoryAliasing.cpp581 …const deUint32 yWorkGroupCount = gridSize.y() / yWorkGroupSize + (gridSize.y() % yWorkGroupSize … in iterate() local
585 maxWorkGroupCount.y() < yWorkGroupCount || in iterate()
589 deviceInterface.cmdDispatch(*commandBuffer, xWorkGroupCount, yWorkGroupCount, zWorkGroupCount); in iterate()
DvktSparseResourcesImageSparseResidency.cpp523 …const deUint32 yWorkGroupCount = gridSize.y() / workGroupSize.y() + (gridSize.y() % workGroupSize.… in iterate() local
529 maxComputeWorkGroupCount.y() < yWorkGroupCount || in iterate()
535 deviceInterface.cmdDispatch(*commandBuffer, xWorkGroupCount, yWorkGroupCount, zWorkGroupCount); in iterate()