Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.hpp171 typedef LazyResource<BinaryIndexNode> BinaryIndexAccess; typedef
182 typedef de::MovePtr<BinaryIndexAccess> BinaryIndexPtr;
DvkBinaryRegistry.cpp180 const deUint32* findBinaryIndex (BinaryIndexAccess* index, const ProgramIdentifier& id) in findBinaryIndex()
583 …m_binaryIndex = BinaryIndexPtr(new BinaryIndexAccess(de::MovePtr<tcu::Resource>(m_archive.getResou… in loadProgram()