Home | History | Annotate | Download | only in test

Lines Matching refs:binary

33   /// The following fields are used to check the SPIR-V binary representation
64 spv_binary binary;
67 &binary, &diagnostic);
77 // Check we do have the extended instruction's corresponding binary code in
78 // the generated SPIR-V binary.
85 EXPECT_NE(binary->code + binary->wordCount,
86 std::search(binary->code, binary->code + binary->wordCount,
90 << spvtest::WordVector(*binary).str();
94 error = spvBinaryToText(context, binary->code, binary->wordCount,