Home | History | Annotate | Download | only in functional

Lines Matching refs:curType

1056 			const VarType		curType		= glu::getVarType(var.getType(), accessPath.begin(), pathComp);
1057 const StructType* structPtr = curType.getStructPtr();
1097 const VarType curType = glu::getVarType(var.getType(), accessPath.begin(), pathComp);
1098 const StructType* structPtr = curType.getStructPtr();
1129 const VarType curType = accessPath.getType();
1131 if (curType.isArrayType())
1133 const int arraySize = curType.getArraySize() == VarType::UNSIZED_ARRAY ? block.getLastUnsizedArraySize(instanceNdx) : curType.getArraySize();
1138 else if (curType.isStructType())
1140 const int numMembers = curType.getStructPtr()->getNumMembers();
1147 DE_ASSERT(curType.isBasicType());
1156 const glu::DataType basicType = curType.getBasicType();
1213 const VarType curType = accessPath.getType();
1215 if (curType.isArrayType())
1217 const int arraySize = curType.getArraySize() == VarType::UNSIZED_ARRAY ? block.getLastUnsizedArraySize(instanceNdx) : curType.getArraySize();
1222 else if (curType.isStructType())
1224 const int numMembers = curType.getStructPtr()->getNumMembers();
1231 DE_ASSERT(curType.isBasicType());
1240 const glu::DataType basicType = curType.getBasicType();
1572 const VarType curType = accessPath.getType();
1574 if (curType.isArrayType())
1576 const int arraySize = curType.getArraySize() == VarType::UNSIZED_ARRAY ? block.getLastUnsizedArraySize(instanceNdx) : curType.getArraySize();
1581 else if (curType.isStructType())
1583 const int numMembers = curType.getStructPtr()->getNumMembers();
1590 DE_ASSERT(curType.isBasicType());