OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BinaryIndexAccess
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/framework/vulkan/
vkBinaryRegistry.hpp
171
typedef LazyResource<BinaryIndexNode>
BinaryIndexAccess
;
184
typedef de::MovePtr<
BinaryIndexAccess
> BinaryIndexPtr;
vkBinaryRegistry.cpp
101
const deUint32* findBinaryIndex (
BinaryIndexAccess
* index, const ProgramIdentifier& id)
403
m_binaryIndex = BinaryIndexPtr(new
BinaryIndexAccess
(de::MovePtr<tcu::Resource>(m_archive.getResource(getIndexPath(m_srcPath).c_str()))));
Completed in 39 milliseconds