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