Lines Matching refs:binary
32 // binary is interesting, until some limit is reached after which the binary is
36 // reduced binary for tests.
224 bool InterestingWhileOpcodeExists(const std::vector<uint32_t>& binary,
229 DumpShader(binary, ss.str().c_str());
233 BuildModule(kEnv, kMessageConsumer, binary.data(), binary.size());
254 bool InterestingWhileIMulReachable(const std::vector<uint32_t>& binary,
256 return InterestingWhileOpcodeExists(binary, spv::Op::OpIMul, count, false);
259 bool InterestingWhileSDivReachable(const std::vector<uint32_t>& binary,
261 return InterestingWhileOpcodeExists(binary, spv::Op::OpSDiv, count, false);
562 // |binary|.
564 const std::vector<uint32_t>& binary) {
566 BuildModule(kEnv, kMessageConsumer, binary.data(), binary.size());