HomeSort by relevance Sort by last modified time
    Searched refs:BinaryRegistryWriter (Results 1 - 3 of 3) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkBinaryRegistry.cpp 415 // BinaryRegistryWriter
417 BinaryRegistryWriter::BinaryRegistryWriter (const std::string& dstPath)
424 BinaryRegistryWriter::~BinaryRegistryWriter (void)
432 void BinaryRegistryWriter::initFromPath (const std::string& srcPath)
453 void BinaryRegistryWriter::addProgram (const ProgramIdentifier& id, const ProgramBinary& binary)
468 deUint32* BinaryRegistryWriter::findBinary (const ProgramBinary& binary) const
473 deUint32 BinaryRegistryWriter::getNextSlot (void) const
483 void BinaryRegistryWriter::addBinary (deUint32 index, const ProgramBinary& binary
    [all...]
vkBinaryRegistry.hpp 221 class BinaryRegistryWriter
224 BinaryRegistryWriter (const std::string& dstPath);
225 ~BinaryRegistryWriter (void);
267 using BinaryRegistryDetail::BinaryRegistryWriter;
  /external/deqp/external/vulkancts/modules/vulkan/
vktBuildPrograms.cpp 493 vk::BinaryRegistryWriter registryWriter (dstPath);

Completed in 437 milliseconds