Searched refs:rc_if_fail_helper (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.h86 int rc_if_fail_helper(struct radeon_compiler * c, const char * file, int line, const char * assertion);
101 (!(cond) && rc_if_fail_helper(c, __FILE__, __LINE__, #cond))
H A Dradeon_compiler.c99 int rc_if_fail_helper(struct radeon_compiler * c, const char * file, int line, const char * assertion) function

Completed in 30 milliseconds