OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProgramIdentifier
(Results
1 - 4
of
4
) sorted by null
/external/deqp/external/vulkancts/framework/vulkan/
vkBinaryRegistry.hpp
42
struct
ProgramIdentifier
47
ProgramIdentifier
(const std::string& testCasePath_, const std::string& programName_)
54
inline bool operator< (const
ProgramIdentifier
& a, const
ProgramIdentifier
& b)
62
ProgramNotFoundException (const
ProgramIdentifier
& id, const std::string& reason)
76
// To locate binary that corresponds given
ProgramIdentifier
, a program binary
181
ProgramBinary* loadProgram (const
ProgramIdentifier
& id) const;
198
void storeProgram (const
ProgramIdentifier
& id, const ProgramBinary& binary);
204
ProgramIdentifier
id;
207
BinaryIndex (const
ProgramIdentifier
& id_
[
all
...]
vkBinaryRegistry.cpp
89
std::vector<deUint32> getSearchPath (const
ProgramIdentifier
& id)
101
const deUint32* findBinaryIndex (BinaryIndexAccess* index, const
ProgramIdentifier
& id)
318
void BinaryRegistryWriter::storeProgram (const
ProgramIdentifier
& id, const ProgramBinary& binary)
397
ProgramBinary* BinaryRegistryReader::loadProgram (const
ProgramIdentifier
& id) const
/external/deqp/external/vulkancts/modules/vulkan/
vktBuildPrograms.cpp
135
vk::
ProgramIdentifier
id;
140
BuiltProgram (const vk::
ProgramIdentifier
& id_,
172
return BuiltProgramSp(new BuiltProgram(vk::
ProgramIdentifier
(casePath, progIter.getName()),
vktTestPackage.cpp
93
const vk::
ProgramIdentifier
progId (casePath, iter.getName());
Completed in 708 milliseconds