Searched refs:clc_error (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/clc/ |
| H A D | clc_helpers.h | 97 #define clc_error(logger, fmt, ...) clc_log(logger, error, fmt, ##__VA_ARGS__) macro
|
| H A D | clc.c | 124 clc_error(logger, "D3D12: failed to allocate a clc_libclc"); 149 clc_error(logger, "D3D12: spirv_to_nir failed on libclc blob");
|
| H A D | clc_helpers.cpp | 770 clc_error(logger, "%sCouldn't create Clang invocation.\n", log.c_str()); 775 clc_error(logger, "%sErrors occurred during Clang invocation.\n", 853 clc_error(logger, "%sError executing LLVM compilation action.\n", 889 clc_error(logger, "Invalid/unsupported SPIRV specified.\n"); 924 clc_error(logger, "%sTranslation from LLVM IR to SPIR-V failed.\n", 998 clc_error(logger, "(file=%s,line=%ld,column=%ld,index=%ld): %s\n",
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/clc/ |
| H A D | clc_compiler.c | 802 clc_error(logger, "no '%s' kernel found", entrypoint); 848 clc_error(logger, "spirv_to_nir() failed"); 861 clc_error(logger, "failed to allocate arg positions"); 1200 clc_error(logger, "NIR shader contains doubles, which we don't support yet");
|
Completed in 6 milliseconds