Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/clover/core/
Dcompiler.hpp31 class build_error { class
33 build_error(const compat::string &log) : log(log) { in build_error() function in clover::build_error
36 virtual ~build_error() { in ~build_error()
Dprogram.cpp56 } catch (build_error &e) { in build()
/external/mesa3d/src/gallium/state_trackers/clover/tgsi/
Dcompiler.cpp49 throw build_error("invalid kernel start address"); in read_header()
71 throw build_error("invalid kernel argument"); in read_header()
83 throw build_error("translate failed"); in read_body()
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
Dinvocation.cpp81 throw build_error(log);
132 throw build_error(log); in compile()