Searched refs:ReadSpvBinaryFile (Results 1 – 2 of 2) sorted by relevance
139 std::pair<bool, std::vector<std::uint32_t> > ReadSpvBinaryFile(const std::string& path) in ReadSpvBinaryFile() function
91 std::pair<bool, std::vector<std::uint32_t> > ReadSpvBinaryFile(const std::string& path);136 std::tie(fileReadOk, contents) = ReadSpvBinaryFile(path); in tryLoadSpvFile()