Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.hpp190 struct ProgramIdentifierIndex struct
195 ProgramIdentifierIndex (const ProgramIdentifier& id_, in ProgramIdentifierIndex() argument
255 typedef std::vector<ProgramIdentifierIndex> ProgIdIndexVector;
DvkBinaryRegistry.cpp373 …Index (std::vector<BinaryIndexNode>* dst, size_t numEntries, const ProgramIdentifierIndex* entries) in buildBinaryIndex()
465 m_binaryIndices.push_back(ProgramIdentifierIndex(id, index)); in addProgram()