Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkBinaryRegistry.hpp199 struct ProgramIdentifierIndex struct
204 ProgramIdentifierIndex(const ProgramIdentifier &id_, uint32_t index_) : id(id_), index(index_) in ProgramIdentifierIndex() argument
260 typedef std::vector<ProgramIdentifierIndex> ProgIdIndexVector;
H A DvkBinaryRegistry.cpp366 …yIndex(std::vector<BinaryIndexNode> *dst, size_t numEntries, const ProgramIdentifierIndex *entries) in buildBinaryIndex()
454 m_binaryIndices.push_back(ProgramIdentifierIndex(id, index)); in addProgram()