HomeSort by relevance Sort by last modified time
    Searched full:text_or_error (Results 1 - 3 of 3) sorted by null

  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
spirv_tools_wrapper.h 34 // to *text_or_error if successful. Otherwise, writes the error message to
35 // *text_or_error.
38 std::string* text_or_error);
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/src/
spirv_tools_wrapper.cc 43 std::string* text_or_error) {
50 binary, text_or_error, SPV_BINARY_TO_TEXT_OPTION_INDENT |
53 *text_or_error = oss.str();
compiler.cc 269 std::string text_or_error; local
270 if (!SpirvToolsDisassemble(target_env_, spirv, &text_or_error)) {
273 << text_or_error << "\n"; local
277 compilation_output_data = ConvertStringToVector(text_or_error);
278 compilation_output_data_size_in_bytes = text_or_error.size();

Completed in 694 milliseconds