Home
last modified time | relevance | path

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

/third_party/glslang/gtests/
DTestFixture.cpp139 std::pair<bool, std::vector<std::uint32_t> > ReadSpvBinaryFile(const std::string& path) in ReadSpvBinaryFile() function
DTestFixture.h91 std::pair<bool, std::vector<std::uint32_t> > ReadSpvBinaryFile(const std::string& path);
136 std::tie(fileReadOk, contents) = ReadSpvBinaryFile(path); in tryLoadSpvFile()