Searched refs:clc_error (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/compiler/clc/ |
H A D | clc.c | 124 clc_error(logger, "D3D12: failed to allocate a clc_libclc"); in clc_libclc_new() 149 clc_error(logger, "D3D12: spirv_to_nir failed on libclc blob"); in clc_libclc_new()
|
H A D | clc_helpers.cpp | 85 clc_error(logger, "%s", log.c_str()); in llvm_log_handler() 802 clc_error(logger, "Couldn't create Clang invocation.\n"); in clc_compile_to_llvm_module() 807 clc_error(logger, "%sErrors occurred during Clang invocation.\n", in clc_compile_to_llvm_module() 927 clc_error(logger, "%sError executing LLVM compilation action.\n", in clc_compile_to_llvm_module() 963 clc_error(logger, "Invalid/unsupported SPIRV specified.\n"); in llvm_mod_to_spirv() 998 clc_error(logger, "%sTranslation from LLVM IR to SPIR-V failed.\n", in llvm_mod_to_spirv() 1093 clc_error(logger, "%s", message.str().c_str()); in operator ()()
|
H A D | clc_helpers.h | 100 #define clc_error(logger, fmt, ...) clc_log(logger, error, fmt, ##__VA_ARGS__) macro
|
/third_party/mesa3d/src/microsoft/clc/ |
H A D | clc_compiler.c | 753 clc_error(logger, "no '%s' kernel found", entrypoint); in clc_spirv_to_dxil() 799 clc_error(logger, "spirv_to_nir() failed"); in clc_spirv_to_dxil() 812 clc_error(logger, "failed to allocate arg positions"); in clc_spirv_to_dxil() 1154 clc_error(logger, "NIR shader contains doubles, which we don't support yet"); in clc_spirv_to_dxil()
|
Completed in 5 milliseconds