Searched refs:r_log (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/clover/llvm/ |
D | invocation.cpp | 89 create_context(std::string &r_log) { in create_context() argument 92 compat::set_diagnostic_handler(*ctx, diagnostic_handler, &r_log); in create_context() 99 std::string &r_log) { in create_compiler_instance() argument 134 *new raw_string_ostream(r_log), in create_compiler_instance() 147 const std::string &opts, std::string &r_log) { in compile() argument 206 std::string &r_log) { 210 auto ctx = create_context(r_log); 212 r_log); 214 r_log); 256 const std::vector<module> &modules, std::string &r_log) { [all …]
|
D | invocation.hpp | 37 std::string &r_log); 43 std::string &r_log);
|
D | codegen.hpp | 54 std::string &r_log); 59 std::string &r_log);
|
D | util.hpp | 38 fail(std::string &r_log, E &&e, const std::string &s) { in fail() argument 39 r_log += s; in fail()
|
/external/mesa3d/src/gallium/state_trackers/clover/tgsi/ |
D | compiler.cpp | 36 read_header(const std::string &header, module &m, std::string &r_log) { in read_header() argument 50 r_log = "invalid kernel start address"; in read_header() 74 r_log = "invalid kernel argument"; in read_header() 84 read_body(const char *source, module &m, std::string &r_log) { in read_body() argument 88 r_log = "translate failed"; in read_body() 99 clover::tgsi::compile_program(const std::string &source, std::string &r_log) { 102 r_log = "invalid source"; 109 read_header({ source.begin(), source.begin() + body_pos }, m, r_log); 110 read_body(body, m, r_log);
|
D | invocation.hpp | 31 std::string &r_log);
|
/external/mesa3d/src/gallium/state_trackers/clover/llvm/codegen/ |
D | native.cpp | 97 get_symbol_offsets(const std::vector<char> &code, std::string &r_log) { in get_symbol_offsets() argument 101 fail(r_log, build_error(), "Unable to find symbol table."); in get_symbol_offsets() 109 std::string &r_log) { in emit_code() argument 113 fail(r_log, build_error(), err); in emit_code() 121 fail(r_log, build_error(), in emit_code() 136 fail(r_log, build_error(), "TargetMachine can't emit this file"); in emit_code() 148 std::string &r_log) { 150 TargetMachine::CGFT_ObjectFile, r_log); 151 return build_module_common(mod, code, get_symbol_offsets(code, r_log), c);
|
D | bitcode.cpp | 99 std::string &r_log) { 104 fail(r_log, error(CL_INVALID_PROGRAM), s); in __anonc487c5780202()
|