Home | History | Annotate | Download | only in libshaderc_util

Lines Matching refs:binary

28 // binary to *binary, and clears *errors. Otherwise, writes the error message
31 spv_binary* binary, std::string* errors);
33 // Disassembles the given binary. Returns true and writes the disassembled text
37 const std::vector<uint32_t>& binary,
47 // Optimizes the given binary. Passes are registered in the exact order as shown
49 // optimized binary back to *binary if successful. Otherwise, writes errors to
50 // *errors and the content of binary may be in an invalid state.
53 std::vector<uint32_t>* binary, std::string* errors);