Searched refs:ErrorMsg (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.h49 char * ErrorMsg; member in struct:radeon_compiler
H A Dradeon_compiler.c51 free(c->ErrorMsg);
72 if (!c->ErrorMsg) {
82 c->ErrorMsg = strdup(buf);
84 c->ErrorMsg = malloc(written + 1);
87 vsnprintf(c->ErrorMsg, written + 1, fmt, ap);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.h49 char * ErrorMsg; member in struct:radeon_compiler
H A Dradeon_compiler.c51 free(c->ErrorMsg);
72 if (!c->ErrorMsg) {
82 c->ErrorMsg = strdup(buf);
84 c->ErrorMsg = malloc(written + 1);
87 vsnprintf(c->ErrorMsg, written + 1, fmt, ap);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_vs.c262 " instead.\n", compiler.Base.ErrorMsg);
H A Dr300_fs.c504 " instead.\n", compiler.Base.ErrorMsg);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_vs.c262 " instead.\n", compiler.Base.ErrorMsg);
H A Dr300_fs.c504 " instead.\n", compiler.Base.ErrorMsg);

Completed in 8 milliseconds