Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.cpp348 m_binaryIndices.push_back(BinaryIndex(id, index)); in storeProgram()
359 for (size_t progNdx = 0; progNdx < m_binaryIndices.size(); progNdx++) in writeIndex()
361 const std::vector<deUint32> searchPath = getSearchPath(m_binaryIndices[progNdx].id); in writeIndex()
362 …addToSparseIndex(sparseIndex.get(), &searchPath[0], searchPath.size(), m_binaryIndices[progNdx].in… in writeIndex()
DvkBinaryRegistry.hpp222 BinaryIndexVector m_binaryIndices; //!< ProgramIdentifier -> slot in m_compactedBinaries member in vk::BinaryRegistryDetail::BinaryRegistryWriter