Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler.h85 int rc_if_fail_helper(struct radeon_compiler * c, const char * file, int line, const char * asserti…
100 (!(cond) && rc_if_fail_helper(c, __FILE__, __LINE__, #cond))
Dradeon_compiler.c101 int rc_if_fail_helper(struct radeon_compiler * c, const char * file, int line, const char * asserti… in rc_if_fail_helper() function