Searched refs:globalSizeZ (Results 1 – 3 of 3) sorted by relevance
186 const deUint32 globalSizeZ = numWorkgroups[2] * localSize[2]; in checkCompute() local187 const deUint32 width = globalSizeX * globalSizeY * globalSizeZ; in checkCompute()226 const deUint32 globalSizeZ = numWorkgroups[2] * localSize[2]; in checkComputeRequireFull() local227 const deUint32 width = globalSizeX * globalSizeY * globalSizeZ; in checkComputeRequireFull()
2771 const deUint32 globalSizeZ = numWorkgroups[2] * localSize[2]; in checkCompute() local2773 return check(datas, globalSizeX * globalSizeY * globalSizeZ, ref); in checkCompute()
1253 const deUint32 globalSizeZ = numWorkgroups[2] * localSize[2]; in checkCompute() local1255 return check(datas, globalSizeX * globalSizeY * globalSizeZ, ref); in checkCompute()