Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/gtests/
DTestFixture.cpp141 std::pair<bool, std::vector<std::uint32_t> > ReadSpvBinaryFile(const std::string& path) in ReadSpvBinaryFile() function
DTestFixture.h90 std::pair<bool, std::vector<std::uint32_t> > ReadSpvBinaryFile(const std::string& path);
135 std::tie(fileReadOk, contents) = ReadSpvBinaryFile(path); in tryLoadSpvFile()