Lines Matching refs:nameLengthWithoutArrayIndex
134 size_t nameLengthWithoutArrayIndex; in GetVariableLocation() local
135 unsigned int arrayIndex = ParseArrayIndex(name, &nameLengthWithoutArrayIndex); in GetVariableLocation()
154 angle::BeginsWith(variable.name, name, nameLengthWithoutArrayIndex)) in GetVariableLocation()
167 size_t nameLengthWithoutArrayIndex; in GetVariableLocation() local
168 unsigned int arrayIndex = ParseArrayIndex(name, &nameLengthWithoutArrayIndex); in GetVariableLocation()
202 nameLengthWithoutArrayIndex + 3u == variable.name.length() && in GetVariableLocation()
203 angle::BeginsWith(variable.name, name, nameLengthWithoutArrayIndex)) in GetVariableLocation()
205 ASSERT(name.substr(0u, nameLengthWithoutArrayIndex) + "[0]" == variable.name); in GetVariableLocation()
985 size_t nameLengthWithoutArrayIndex; in bindLocation() local
986 unsigned int arrayIndex = ParseArrayIndex(name, &nameLengthWithoutArrayIndex); in bindLocation()
989 std::string baseName = name.substr(0u, nameLengthWithoutArrayIndex); in bindLocation()
1023 size_t nameLengthWithoutArrayIndex; in getBinding() local
1024 unsigned int arrayIndex = ParseArrayIndex(name, &nameLengthWithoutArrayIndex); in getBinding()
1027 std::string baseName = name.substr(0u, nameLengthWithoutArrayIndex); in getBinding()
4709 size_t nameLengthWithoutArrayIndex; in linkOutputVariables() local
4710 unsigned int arrayIndex = ParseArrayIndex(binding.first, &nameLengthWithoutArrayIndex); in linkOutputVariables()
4724 nameLengthWithoutArrayIndex) || in linkOutputVariables()