Home
last modified time | relevance | path

Searched refs:globalSizeZ (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsSizeControlTests.cpp186 const deUint32 globalSizeZ = numWorkgroups[2] * localSize[2]; in checkCompute() local
187 const deUint32 width = globalSizeX * globalSizeY * globalSizeZ; in checkCompute()
226 const deUint32 globalSizeZ = numWorkgroups[2] * localSize[2]; in checkComputeRequireFull() local
227 const deUint32 width = globalSizeX * globalSizeY * globalSizeZ; in checkComputeRequireFull()
DvktSubgroupsTestsUtils.cpp2771 const deUint32 globalSizeZ = numWorkgroups[2] * localSize[2]; in checkCompute() local
2773 return check(datas, globalSizeX * globalSizeY * globalSizeZ, ref); in checkCompute()
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.cpp1253 const deUint32 globalSizeZ = numWorkgroups[2] * localSize[2]; in checkCompute() local
1255 return check(datas, globalSizeX * globalSizeY * globalSizeZ, ref); in checkCompute()