Home
last modified time | relevance | path

Searched refs:ProgramIdentifier (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.hpp42 struct ProgramIdentifier struct
47 ProgramIdentifier (const std::string& testCasePath_, const std::string& programName_) in ProgramIdentifier() argument
54 inline bool operator< (const ProgramIdentifier& a, const ProgramIdentifier& b) in operator <()
62 ProgramNotFoundException (const ProgramIdentifier& id, const std::string& reason) in ProgramNotFoundException()
179 ProgramBinary* loadProgram (const ProgramIdentifier& id) const;
192 ProgramIdentifier id;
195 ProgramIdentifierIndex (const ProgramIdentifier& id_, in ProgramIdentifierIndex()
227 void addProgram (const ProgramIdentifier& id, const ProgramBinary& binary);
268 using BinaryRegistryDetail::ProgramIdentifier;
DvkBinaryRegistry.cpp168 std::vector<deUint32> getSearchPath (const ProgramIdentifier& id) in getSearchPath()
180 const deUint32* findBinaryIndex (BinaryIndexAccess* index, const ProgramIdentifier& id) in findBinaryIndex()
453 void BinaryRegistryWriter::addProgram (const ProgramIdentifier& id, const ProgramBinary& binary) in addProgram()
577 ProgramBinary* BinaryRegistryReader::loadProgram (const ProgramIdentifier& id) const in loadProgram()
/external/deqp/external/vulkancts/modules/vulkan/
DvktBuildPrograms.cpp195 vk::ProgramIdentifier id;
204 explicit Program (const vk::ProgramIdentifier& id_) in Program()
399 programs.pushBack(Program(vk::ProgramIdentifier(casePath, progIter.getName()))); in buildPrograms()
408 programs.pushBack(Program(vk::ProgramIdentifier(casePath, progIter.getName()))); in buildPrograms()
DvktTestPackage.cpp104 const vk::ProgramIdentifier progId (casePath, iter.getName()); in buildProgram()