Home | History | Annotate | Download | only in functional

Lines Matching refs:varDecl

876 	const glu::VariableDeclaration* varDecl = (path[0].isInterfaceBlock()) ? (path[1].getDeclaration()) : (path[0].getDeclaration());
891 else if (varDecl->storage == glu::STORAGE_UNIFORM)
894 return varDecl->layout.location;
896 else if (varDecl->storage == glu::STORAGE_IN ||
897 varDecl->storage == glu::STORAGE_OUT ||
898 varDecl->storage == glu::STORAGE_PATCH_IN ||
899 varDecl->storage == glu::STORAGE_PATCH_OUT)
902 return getIOSubVariableLocation(path, 1, varDecl->layout.location);