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