Lines Matching refs:binary_in
206 std::vector<uint32_t> binary_in;
209 ASSERT_TRUE(t.Assemble(original, &binary_in, kReduceAssembleOption));
217 std::move(binary_in), &binary_out, reducer_options, validator_options);
520 std::vector<uint32_t> binary_in;
524 t.Assemble(kShaderWithLoopsDivAndMul, &binary_in, kReduceAssembleOption));
532 std::move(binary_in), &binary_out, reducer_options, validator_options);
544 std::vector<uint32_t> binary_in;
548 t.Assemble(kShaderWithLoopsDivAndMul, &binary_in, kReduceAssembleOption));
556 std::move(binary_in), &binary_out, reducer_options, validator_options);
587 std::vector<uint32_t> binary_in;
590 ASSERT_TRUE(t.Assemble(kShaderWithMultipleFunctions, &binary_in,
593 auto original_instruction_count = GetFunctionInstructionCount(binary_in);
606 std::move(binary_in), &binary_out, reducer_options, validator_options);