Searched refs:g_localWorkGroupSizeBase (Results 1 – 1 of 1) sorted by relevance
62 static const tcu::UVec3 g_localWorkGroupSizeBase = tcu::UVec3(8, 8, 2); variable74 …const tcu::UVec3 localWorkGroupSize = tcu::UVec3(de::min(g_localWorkGroupSizeBase.x(), computeGrid… in getLocalWorkGroupSize()75 de::min(g_localWorkGroupSizeBase.y(), computeGridSize.y()), in getLocalWorkGroupSize()76 de::min(g_localWorkGroupSizeBase.z(), computeGridSize.z())); in getLocalWorkGroupSize()