Home
last modified time | relevance | path

Searched refs:storeProgram (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.hpp198 void storeProgram (const ProgramIdentifier& id, const ProgramBinary& binary);
DvkBinaryRegistry.cpp318 void BinaryRegistryWriter::storeProgram (const ProgramIdentifier& id, const ProgramBinary& binary) in storeProgram() function in vk::BinaryRegistryDetail::BinaryRegistryWriter
/external/deqp/external/vulkancts/modules/vulkan/
DvktBuildPrograms.cpp228 writer->storeProgram(program.id, *program.binary); in buildPrograms()