Home
last modified time | relevance | path

Searched refs:BinaryIndexNode (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.cpp188 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()
DvkBinaryRegistry.hpp95 struct BinaryIndexNode struct
171 typedef LazyResource<BinaryIndexNode> BinaryIndexAccess;