Home
last modified time | relevance | path

Searched refs:build_error (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/tgsi/
Dcompiler.cpp51 throw build_error(); in read_header()
75 throw build_error(); in read_header()
89 throw build_error(); in read_body()
103 throw build_error();
/external/mesa3d/src/gallium/state_trackers/clover/llvm/codegen/
Dnative.cpp101 fail(r_log, build_error(), "Unable to find symbol table."); in get_symbol_offsets()
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()
/external/mesa3d/src/gallium/state_trackers/clover/core/
Derror.hpp74 class build_error : public error { class
76 build_error(const std::string &what = "") : in build_error() function in clover::build_error
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
Dinvocation.cpp84 throw build_error(); in diagnostic_handler()
195 throw build_error(); in compile()
263 throw build_error();
/external/mesa3d/src/gallium/state_trackers/clover/api/
Dprogram.cpp236 } catch (build_error &e) {
293 } catch (build_error &e) { in clLinkProgram()