Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp-deps/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()
/aosp_15_r20/external/angle/third_party/glslang/src/gtests/
H A DTestFixture.cpp139 std::pair<bool, std::vector<std::uint32_t> > ReadSpvBinaryFile(const std::string& path) in ReadSpvBinaryFile() function
H A DTestFixture.h92 std::pair<bool, std::vector<std::uint32_t> > ReadSpvBinaryFile(const std::string& path);
137 std::tie(fileReadOk, contents) = ReadSpvBinaryFile(path); in tryLoadSpvFile()