Searched refs:BinaryIndexNode (Results 1 – 2 of 2) sorted by relevance
188 const BinaryIndexNode& curNode = (*index)[nodeNdx]; in findBinaryIndex()326 deUint32 addAndCountNodes (BinaryIndexNode* index, deUint32 baseOffset, const SparseIndexNode* grou… in addAndCountNodes()355 void buildFinalIndex (std::vector<BinaryIndexNode>* dst, const SparseIndexNode* root) in buildFinalIndex()373 void buildBinaryIndex (std::vector<BinaryIndexNode>* dst, size_t numEntries, const ProgramIdentifie… in buildBinaryIndex()544 std::vector<BinaryIndexNode> index; in writeToPath()560 indexOut.write((const char*)&index[0], index.size()*sizeof(BinaryIndexNode)); in writeToPath()
95 struct BinaryIndexNode struct171 typedef LazyResource<BinaryIndexNode> BinaryIndexAccess;