Home | History | Annotate | Download | only in test

Lines Matching refs:binary

44   TextToBinaryTestBase() : diagnostic(nullptr), text(), binary(nullptr) {
68 &binary, &diagnostic);
72 code_copy = SpirvVector(binary->code, binary->code + binary->wordCount);
88 txt.size(), &binary, &diagnostic))
94 // Encodes SPIR-V text into binary and then decodes the binary using
105 txt.size(), &binary, &diagnostic);
111 if (!binary) return "";
114 error = spvBinaryToText(context.context, binary->code, binary->wordCount,
128 // Encodes SPIR-V text into binary. This is expected to succeed.
129 // The given words are then appended to the binary, and the result
173 // Destroys the binary, if it exists.
175 spvBinaryDestroy(binary);
176 binary = nullptr;
189 spv_binary binary;