Searched refs:zWorkGroupCount (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferMemoryAliasing.cpp | 351 const deUint32 zWorkGroupCount = std::min(numInvocationsLeft, maxComputeWorkGroupCount.z()); in iterate() local 352 …numInvocationsLeft = numInvocationsLeft / zWorkGroupCount + ((numInvocationsLeft % zWorkGroupCount… in iterate() 357 deviceInterface.cmdDispatch(*commandBuffer, xWorkGroupCount, yWorkGroupCount, zWorkGroupCount); in iterate()
|
D | vktSparseResourcesShaderIntrinsicsStorage.cpp | 518 …const deUint32 zWorkGroupCount = gridSize.z() / workGroupSize.z() + (gridSize.z() % workGroupSize… in recordCommands() local 523 maxWorkGroupCount.z() < zWorkGroupCount) in recordCommands() 528 deviceInterface.cmdDispatch(commandBuffer, xWorkGroupCount, yWorkGroupCount, zWorkGroupCount); in recordCommands()
|
D | vktSparseResourcesImageMemoryAliasing.cpp | 667 …const deUint32 zWorkGroupCount = gridSize.z() / zWorkGroupSize + (gridSize.z() % zWorkGroupSize … in iterate() local 671 maxWorkGroupCount.z() < zWorkGroupCount) in iterate() 676 deviceInterface.cmdDispatch(*commandBuffer, xWorkGroupCount, yWorkGroupCount, zWorkGroupCount); in iterate()
|
D | vktSparseResourcesImageSparseResidency.cpp | 661 …const deUint32 zWorkGroupCount = shaderExtent.depth / workGroupSize.z() + (shaderExtent.depth % … in iterate() local 667 maxComputeWorkGroupCount.z() < zWorkGroupCount) in iterate() 672 deviceInterface.cmdDispatch(*commandBuffer, xWorkGroupCount, yWorkGroupCount, zWorkGroupCount); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrStorageImageWriteTests.cpp | 280 …const deUint32 zWorkGroupCount = shaderExtent.depth / workGroupSize.z() + (shaderExtent.depth % wo… in testStorageImageWrite() local 286 maxComputeWorkGroupCount.z() < zWorkGroupCount) in testStorageImageWrite() 291 vkd.cmdDispatch(*commandBuffer, xWorkGroupCount, yWorkGroupCount, zWorkGroupCount); in testStorageImageWrite()
|