Searched refs:xWorkGroupCount (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferMemoryAliasing.cpp | 347 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()
|
D | vktSparseResourcesShaderIntrinsicsStorage.cpp | 516 …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()
|
D | vktSparseResourcesImageMemoryAliasing.cpp | 665 …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()
|
D | vktSparseResourcesImageSparseResidency.cpp | 659 …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/ |
D | vktYCbCrStorageImageWriteTests.cpp | 278 …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()
|