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.hpp 95 struct BinaryIndexNode
171 typedef LazyResource<BinaryIndexNode> BinaryIndexAccess;
vkBinaryRegistry.cpp 109 const BinaryIndexNode& curNode = (*index)[nodeNdx];
247 deUint32 addAndCountNodes (BinaryIndexNode* index, deUint32 baseOffset, const SparseIndexNode* group)
276 void buildFinalIndex (std::vector<BinaryIndexNode>* dst, const SparseIndexNode* root)
354 std::vector<BinaryIndexNode> index;
381 indexOut.write((const char*)&index[0], index.size()*sizeof(BinaryIndexNode));

Completed in 165 milliseconds