Lines Matching full:vardecl
874 const glu::VariableDeclaration* varDecl = (path[0].isInterfaceBlock()) ? (path[1].getDeclaration()) : (path[0].getDeclaration());
889 else if (varDecl->storage == glu::STORAGE_UNIFORM)
892 return varDecl->layout.location;
894 else if (varDecl->storage == glu::STORAGE_IN ||
895 varDecl->storage == glu::STORAGE_OUT ||
896 varDecl->storage == glu::STORAGE_PATCH_IN ||
897 varDecl->storage == glu::STORAGE_PATCH_OUT)
900 return getIOSubVariableLocation(path, 1, varDecl->layout.location);