Lines Matching full:front
524 const VariablePathComponent& firstComponent = path.front();
575 const VariablePathComponent& firstComponent = path.front();
654 const VariablePathComponent& firstComponent = path.front();
688 const VariablePathComponent& firstComponent = path.front();
851 const glu::InterfaceBlock* block = path.front().getInterfaceBlock();
876 if (path.front().isInterfaceBlock() && path.front().getInterfaceBlock()->storage == glu::STORAGE_UNIFORM)
881 else if (path.front().isInterfaceBlock() && (path.front().getInterfaceBlock()->storage == glu::STORAGE_IN ||
882 path.front().getInterfaceBlock()->storage == glu::STORAGE_OUT ||
883 path.front().getInterfaceBlock()->storage == glu::STORAGE_PATCH_IN ||
884 path.front().getInterfaceBlock()->storage == glu::STORAGE_PATCH_OUT))
912 const bool isUniformBlockVariable = path.front().isInterfaceBlock() && path.front().getInterfaceBlock()->storage == glu::STORAGE_UNIFORM;
915 const glu::Storage storage = (path.front().isInterfaceBlock()) ? (path.front().getInterfaceBlock()->storage) : (path.front().getDeclaration()->storage);
1101 const bool isBufferBackedBlockStorage = path.front().isInterfaceBlock() && isBufferBackedInterfaceBlockStorage(path.front().getInterfaceBlock()->storage);
1334 DE_ASSERT(path.front().isInterfaceBlock() && path.front().getInterfaceBlock()->storage == glu::STORAGE_BUFFER);
1383 DE_ASSERT(path.front().isInterfaceBlock() && path.front().getInterfaceBlock()->storage == glu::STORAGE_BUFFER);
1656 const glu::Storage storage = (path.front().isInterfaceBlock()) ? (path.front().getInterfaceBlock()->storage) : (path.front().getDeclaration()->storage);