Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.hpp238 struct BinarySlot struct in vk::BinaryRegistryDetail::BinaryRegistryWriter
243 BinarySlot (ProgramBinary* binary_, size_t referenceCount_) in BinarySlot() function
248 BinarySlot (void) in BinarySlot() function
254 typedef std::vector<BinarySlot> BinaryVector;
DvkBinaryRegistry.cpp523 const BinarySlot& slot = m_binaries[binaryNdx]; in writeToPath()