HomeSort by relevance Sort by last modified time
    Searched refs:BinaryIndexNode (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkBinaryRegistry.cpp 188 const BinaryIndexNode& curNode = (*index)[nodeNdx];
326 deUint32 addAndCountNodes (BinaryIndexNode* index, deUint32 baseOffset, const SparseIndexNode* group)
355 void buildFinalIndex (std::vector<BinaryIndexNode>* dst, const SparseIndexNode* root)
373 void buildBinaryIndex (std::vector<BinaryIndexNode>* dst, size_t numEntries, const ProgramIdentifierIndex* entries)
544 std::vector<BinaryIndexNode> index;
560 indexOut.write((const char*)&index[0], index.size()*sizeof(BinaryIndexNode));
vkBinaryRegistry.hpp 95 struct BinaryIndexNode
171 typedef LazyResource<BinaryIndexNode> BinaryIndexAccess;

Completed in 130 milliseconds