Home
last modified time | relevance | path

Searched refs:pathIter (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/opengl/
DgluVarTypeUtil.hpp316 Iterator pathIter = begin; in isValidTypePath() local
319 while (pathIter != end) in isValidTypePath()
321 if (pathIter->type == VarTypeComponent::STRUCT_MEMBER) in isValidTypePath()
323 …if (!curType->isStructType() || !de::inBounds(pathIter->index, 0, curType->getStructPtr()->getNumM… in isValidTypePath()
326 curType = &curType->getStructPtr()->getMember(pathIter->index).getType(); in isValidTypePath()
328 else if (pathIter->type == VarTypeComponent::ARRAY_ELEMENT) in isValidTypePath()
330 … || (curType->getArraySize() != VarType::UNSIZED_ARRAY && !de::inBounds(pathIter->index, 0, curTyp… in isValidTypePath()
338 ++pathIter; in isValidTypePath()
341 if (pathIter != end) in isValidTypePath()
343 …DE_ASSERT(pathIter->type == VarTypeComponent::MATRIX_COLUMN || pathIter->type == VarTypeComponent:… in isValidTypePath()
[all …]