Home
last modified time | relevance | path

Searched refs:globalSizeZ (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsSizeControlTests.cpp214 const deUint32 globalSizeZ = numWorkgroups[2] * localSize[2]; in checkCompute() local
215 const deUint32 width = globalSizeX * globalSizeY * globalSizeZ; in checkCompute()
257 const deUint32 globalSizeZ = numWorkgroups[2] * localSize[2]; in checkComputeRequireFull() local
258 const deUint32 width = globalSizeX * globalSizeY * globalSizeZ; in checkComputeRequireFull()
H A DvktSubgroupsTestsUtils.cpp2884 const deUint32 globalSizeZ = numWorkgroups[2] * localSize[2]; in checkComputeOrMesh() local
2886 return check(datas, globalSizeX * globalSizeY * globalSizeZ, ref); in checkComputeOrMesh()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsSizeControlTests.cpp213 const deUint32 globalSizeZ = numWorkgroups[2] * localSize[2]; in checkCompute() local
214 const deUint32 width = globalSizeX * globalSizeY * globalSizeZ; in checkCompute()
257 const deUint32 globalSizeZ = numWorkgroups[2] * localSize[2]; in checkComputeRequireFull() local
258 const deUint32 width = globalSizeX * globalSizeY * globalSizeZ; in checkComputeRequireFull()
H A DvktSubgroupsTestsUtils.cpp2872 const deUint32 globalSizeZ = numWorkgroups[2] * localSize[2]; in checkComputeOrMesh() local
2874 return check(datas, globalSizeX * globalSizeY * globalSizeZ, ref); in checkComputeOrMesh()
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.cpp1263 const deUint32 globalSizeZ = numWorkgroups[2] * localSize[2]; in checkCompute() local
1265 return check(datas, globalSizeX * globalSizeY * globalSizeZ, ref); in checkCompute()

Completed in 22 milliseconds