Searched refs:localWorkGroupSize (Results 1 – 1 of 1) sorted by relevance
74 …const tcu::UVec3 localWorkGroupSize = tcu::UVec3(de::min(g_localWorkGroupSizeBase.x(), computeGrid… in getLocalWorkGroupSize() local77 return localWorkGroupSize; in getLocalWorkGroupSize()83 const tcu::UVec3 localWorkGroupSize = getLocalWorkGroupSize(imageType, imageSize); in getNumWorkGroups() local85 return computeGridSize / localWorkGroupSize; in getNumWorkGroups()260 const tcu::UVec3 localWorkGroupSize = getLocalWorkGroupSize(m_imageType, m_imageSize); in initPrograms() local261 const std::string localSizeX = de::toString(localWorkGroupSize.x()); in initPrograms()262 const std::string localSizeY = de::toString(localWorkGroupSize.y()); in initPrograms()263 const std::string localSizeZ = de::toString(localWorkGroupSize.z()); in initPrograms()450 const tcu::UVec3 localWorkGroupSize = getLocalWorkGroupSize(m_imageType, m_imageSize); in generateReferenceImage() local456 const deInt32 groupBaseX = x / localWorkGroupSize.x() * localWorkGroupSize.x(); in generateReferenceImage()[all …]