| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_util.c | 100 const char *error_str = vk_Result_to_str(error); local in function:__vk_errorf 111 fprintf(stderr, "%s:%d: %s (%s)\n", file, line, buffer, error_str); 113 fprintf(stderr, "%s:%d: %s\n", file, line, error_str);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_util.c | 97 const char *error_str = vk_Result_to_str(error); local in function:__vk_errorf 109 fprintf(stderr, "%s:%d: %s (%s)\n", file, line, buffer, error_str); 111 fprintf(stderr, "%s:%d: %s\n", file, line, error_str);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_util.c | 87 const char *error_str = vk_Result_to_str(error); local in function:__vk_errorv 93 error_str); 95 snprintf(report, sizeof(report), "%s:%d: %s", file, line, error_str);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_cs.c | 67 const char *error_str = local in function:brw_codegen_cs_prog 69 ralloc_strcat(&cp->program.sh.data->InfoLog, error_str); 70 _mesa_problem(NULL, "Failed to link compute shader: %s\n", error_str); 93 char *error_str; local in function:brw_codegen_cs_prog 95 &prog_data, nir, st_index, &error_str); 98 ralloc_strcat(&cp->program.sh.data->InfoLog, error_str); 99 _mesa_problem(NULL, "Failed to compile compute shader: %s\n", error_str);
|
| H A D | brw_gs.c | 93 char *error_str; local in function:brw_codegen_gs_prog 96 &prog_data, nir, &gp->program, st_index, &error_str); 98 ralloc_strcat(&gp->program.sh.data->InfoLog, error_str); 99 _mesa_problem(NULL, "Failed to compile geometry shader: %s\n", error_str);
|
| H A D | brw_tes.c | 76 char *error_str; local in function:brw_codegen_tes_prog 79 nir, &tep->program, st_index, &error_str); 82 ralloc_strcat(&tep->program.sh.data->InfoLog, error_str); 85 "%s\n", error_str);
|
| H A D | brw_tcs.c | 109 char *error_str; local in function:brw_codegen_tcs_prog 112 &error_str); 116 ralloc_strcat(&tep->program.sh.data->InfoLog, error_str); 120 "%s\n", error_str);
|
| H A D | brw_vs.c | 182 char *error_str; local in function:brw_codegen_vs_prog 184 nir, st_index, &error_str); 188 ralloc_strcat(&vp->program.sh.data->InfoLog, error_str); 191 _mesa_problem(NULL, "Failed to compile vertex shader: %s\n", error_str);
|
| H A D | brw_wm.c | 122 char *error_str = NULL; local in function:brw_codegen_wm_prog 127 &error_str); 132 ralloc_strcat(&fp->program.sh.data->InfoLog, error_str); 135 _mesa_problem(NULL, "Failed to compile fragment shader: %s\n", error_str);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_cs.c | 67 const char *error_str = local in function:brw_codegen_cs_prog 69 ralloc_strcat(&cp->program.sh.data->InfoLog, error_str); 70 _mesa_problem(NULL, "Failed to link compute shader: %s\n", error_str); 106 ralloc_strcat(&cp->program.sh.data->InfoLog, params.error_str); 107 _mesa_problem(NULL, "Failed to compile compute shader: %s\n", params.error_str);
|
| H A D | brw_gs.c | 131 char *error_str; local in function:brw_codegen_gs_prog 135 NULL, &error_str); 137 ralloc_strcat(&gp->program.sh.data->InfoLog, error_str); 138 _mesa_problem(NULL, "Failed to compile geometry shader: %s\n", error_str);
|
| H A D | brw_tes.c | 78 char *error_str; local in function:brw_codegen_tes_prog 81 nir, st_index, NULL, &error_str); 84 ralloc_strcat(&tep->program.sh.data->InfoLog, error_str); 87 "%s\n", error_str);
|
| H A D | brw_tcs.c | 111 char *error_str; local in function:brw_codegen_tcs_prog 114 NULL, &error_str); 118 ralloc_strcat(&tep->program.sh.data->InfoLog, error_str); 122 "%s\n", error_str);
|
| H A D | brw_vs.c | 201 ralloc_strcat(&vp->program.sh.data->InfoLog, params.error_str); 204 _mesa_problem(NULL, "Failed to compile vertex shader: %s\n", params.error_str);
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/util/ |
| H A D | vk_log.c | 292 const char *error_str = vk_Result_to_str(error); local in function:__vk_errorv 301 "%s (%s)", message, error_str); 306 "%s (%s)", message, error_str); 315 "%s", error_str); 320 "%s", error_str);
|
| /xsrc/external/mit/editres/dist/ |
| H A D | comm.c | 383 char * error_str = NULL, msg[BUFSIZ]; 428 error_str = DispatchEvent(event); 433 error_str = XtNewString(msg); 437 error_str = GetFailureMessage(stream); 440 error_str = ProtocolFailure(stream); 455 if (error_str == NULL) { 466 SetMessage(global_screen_data.info_label, error_str); 467 XtFree(error_str); 375 char * error_str = NULL, msg[BUFSIZ]; local in function:GetClientValue
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_util.c | 61 const char *error_str = vk_Result_to_str(error); local in function:__vk_startup_errorf 73 mesa_loge("%s:%d: %s (%s)\n", file, line, buffer, error_str); 75 mesa_loge("%s:%d: %s\n", file, line, error_str);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_vec4_tcs.cpp | 383 char **error_str) 466 if (error_str) 467 *error_str = ralloc_strdup(mem_ctx, v.fail_msg); 492 if (error_str) 493 *error_str = ralloc_strdup(mem_ctx, v.fail_msg); 376 brw_compile_tcs(const struct brw_compiler * compiler,void * log_data,void * mem_ctx,const struct brw_tcs_prog_key * key,struct brw_tcs_prog_data * prog_data,nir_shader * nir,int shader_time_index,char ** error_str) argument
|
| H A D | brw_compiler.h | 1238 char **error_str); 1253 char **error_str); 1269 char **error_str); 1284 char **error_str); 1335 char **error_str); 1349 char **error_str);
|
| H A D | brw_shader.cpp | 1235 char **error_str) 1257 if (error_str) 1258 *error_str = ralloc_strdup(mem_ctx, "DS outputs exceed maximum size"); 1326 if (error_str) 1327 *error_str = ralloc_strdup(mem_ctx, v.fail_msg); 1352 if (error_str) 1353 *error_str = ralloc_strdup(mem_ctx, v.fail_msg); 1226 brw_compile_tes(const struct brw_compiler * compiler,void * log_data,void * mem_ctx,const struct brw_tes_prog_key * key,const struct brw_vue_map * input_vue_map,struct brw_tes_prog_data * prog_data,nir_shader * nir,struct gl_program * prog,int shader_time_index,char ** error_str) argument
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_vec4_tcs.cpp | 366 char **error_str) 465 if (error_str) 466 *error_str = ralloc_strdup(mem_ctx, v.fail_msg); 493 if (error_str) 494 *error_str = ralloc_strdup(mem_ctx, v.fail_msg); 358 brw_compile_tcs(const struct brw_compiler * compiler,void * log_data,void * mem_ctx,const struct brw_tcs_prog_key * key,struct brw_tcs_prog_data * prog_data,nir_shader * nir,int shader_time_index,struct brw_compile_stats * stats,char ** error_str) argument
|
| H A D | brw_vec4_gs_visitor.cpp | 593 char **error_str) 844 if (error_str) 845 *error_str = ralloc_strdup(mem_ctx, v.fail_msg); 939 if (error_str) 940 *error_str = ralloc_strdup(mem_ctx, gs->fail_msg); 586 brw_compile_gs(const struct brw_compiler * compiler,void * log_data,void * mem_ctx,const struct brw_gs_prog_key * key,struct brw_gs_prog_data * prog_data,nir_shader * nir,int shader_time_index,struct brw_compile_stats * stats,char ** error_str) argument
|
| H A D | brw_compiler.h | 1522 char *error_str; member in struct:brw_compile_vs_params 1552 char **error_str); 1568 char **error_str); 1583 char **error_str); 1641 char *error_str; member in struct:brw_compile_fs_params 1675 char *error_str; member in struct:brw_compile_cs_params 1705 char **error_str);
|
| H A D | brw_shader.cpp | 1339 char **error_str) 1365 if (error_str) 1366 *error_str = ralloc_strdup(mem_ctx, "DS outputs exceed maximum size"); 1428 if (error_str) 1429 *error_str = ralloc_strdup(mem_ctx, v.fail_msg); 1456 if (error_str) 1457 *error_str = ralloc_strdup(mem_ctx, v.fail_msg); 1330 brw_compile_tes(const struct brw_compiler * compiler,void * log_data,void * mem_ctx,const struct brw_tes_prog_key * key,const struct brw_vue_map * input_vue_map,struct brw_tes_prog_data * prog_data,nir_shader * nir,int shader_time_index,struct brw_compile_stats * stats,char ** error_str) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_program.c | 588 char *error_str = NULL; local in function:iris_compile_vs 591 nir, -1, &error_str); 593 dbg_printf("Failed to compile vertex shader: %s\n", error_str); 781 char *error_str = NULL; local in function:iris_compile_tcs 784 -1, &error_str); 786 dbg_printf("Failed to compile control shader: %s\n", error_str); 880 char *error_str = NULL; local in function:iris_compile_tes 883 tes_prog_data, nir, NULL, -1, &error_str); 885 dbg_printf("Failed to compile evaluation shader: %s\n", error_str); 981 char *error_str local in function:iris_compile_gs 1075 char *error_str = NULL; local in function:iris_compile_fs 1335 char *error_str = NULL; local in function:iris_compile_cs [all...] |