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

  /external/deqp/external/vulkancts/framework/vulkan/
vkBinaryRegistry.hpp 171 typedef LazyResource<BinaryIndexNode> BinaryIndexAccess;
182 typedef de::MovePtr<BinaryIndexAccess> BinaryIndexPtr;
vkBinaryRegistry.cpp 180 const deUint32* findBinaryIndex (BinaryIndexAccess* index, const ProgramIdentifier& id)
583 m_binaryIndex = BinaryIndexPtr(new BinaryIndexAccess(de::MovePtr<tcu::Resource>(m_archive.getResource(getIndexPath(m_srcPath).c_str()))));

Completed in 52 milliseconds