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

  /external/deqp/external/vulkancts/framework/vulkan/
vkBinaryRegistry.cpp 399 if (!m_binaryIndex)
403 m_binaryIndex = BinaryIndexPtr(new BinaryIndexAccess(de::MovePtr<tcu::Resource>(m_archive.getResource(getIndexPath(m_srcPath).c_str()))));
412 const deUint32* indexPos = findBinaryIndex(m_binaryIndex.get(), id);
vkBinaryRegistry.hpp 189 mutable BinaryIndexPtr m_binaryIndex;

Completed in 42 milliseconds