Lines Matching refs:binary
36 // Assembles the given text and returns true if and only if the resulting binary
37 // is bit-wise equal to the given binary.
41 // Assembles the given text and turns the given IR into binary, then returns
51 // Turns |ir_2| into a binary, then returns true if and only if the resulting
52 // binary is bit-wise equal to |binary_1|.
60 // Returns the disassembly of the given binary as a string.
62 std::string ToString(spv_target_env env, const std::vector<uint32_t>& binary);
76 // Dumps |binary| to file |filename|. Useful for interactive debugging.
77 void DumpShader(const std::vector<uint32_t>& binary, const char* filename);
79 // Dumps |transformations| to file |filename| in binary format. Useful for