Searched defs:rc_error (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.c64 void rc_error(struct radeon_compiler * c, const char * fmt, ...) function
101 rc_error(c, "ICE at %s:%i: assertion failed: %s\n", file, line, assertion);
499 rc_error(c, "Too many constants. Max: %i, Got: %i\n",
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.c64 void rc_error(struct radeon_compiler * c, const char * fmt, ...) function
101 rc_error(c, "ICE at %s:%i: assertion failed: %s\n", file, line, assertion);
499 rc_error(c, "Too many constants. Max: %i, Got: %i\n",

Completed in 200 milliseconds