Searched refs:maxMappedNameLength (Results 1 – 1 of 1) sorted by relevance
443 size_t maxMappedNameLength = 1 + GetGlobalMaxTokenSize(compiler->getShaderSpec()); in ShGetVariableInfo() local444 ASSERT(CheckMappedNameMaxLength(handle, maxMappedNameLength)); in ShGetVariableInfo()445 strncpy(mappedName, varInfo->mappedName.c_str(), maxMappedNameLength); in ShGetVariableInfo()446 mappedName[maxMappedNameLength - 1] = 0; in ShGetVariableInfo()