Home | History | Annotate | Download | only in functional

Lines Matching full:getdeclaration

129 			matOrder = path[pathNdx].getDeclaration()->layout.matrixOrder;
794 if (&block->variables[memberNdx] == path[1].getDeclaration())
809 const glu::VariableDeclaration* varDecl = (path[0].isInterfaceBlock()) ? (path[1].getDeclaration()) : (path[0].getDeclaration());
844 const bool isInputVariable = (path.front().isInterfaceBlock()) ? (path.front().getInterfaceBlock()->storage == glu::STORAGE_IN) : (path.front().getDeclaration()->storage == glu::STORAGE_IN);
845 getDeclaration()->storage == glu::STORAGE_OUT);
913 const glu::Storage storage = (path.front().isInterfaceBlock()) ? (path.front().getInterfaceBlock()->storage) : (path.front().getDeclaration()->storage);
1245 if (!path[1].getDeclaration()->varType.isArrayType())
1250 else if (path[1].getDeclaration()->varType.getElementType().isBasicType())
1255 else if (path[1].getDeclaration()->varType.getArraySize() == glu::VarType::UNSIZED_ARRAY)
1262 expected = path[1].getDeclaration()->varType.getArraySize();
1292 if (!path[1].getDeclaration()->varType.isArrayType())
1302 else if (path[1].getDeclaration()->varType.getElementType().isBasicType())
1314 const int minimumStride = getVarTypeSize(path[1].getDeclaration()->varType.getElementType());