Searched defs:fail_if (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_blitter.c | 83 #define fail_if(cond) \ macro [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/ |
| H A D | intel_dump_gpu.c | 82 fail_if(int cond, const char *format, ...) function in typeref:typename:void [all...] |
| H A D | error2aub.c | 42 fail_if(int cond, const char *format, ...) function in typeref:typename:void [all...] |
| H A D | aub_write.c | 60 fail_if(int cond, const char *format, ...) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_blitter.c | 156 #define fail_if(cond) \ macro [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | error2aub.c | 41 #define fail_if(cond, ...) _fail_if(cond, NULL, __VA_ARGS__) macro
|
| H A D | intel_dump_gpu.c | 95 #define fail_if(cond, ...) _fail_if(cond, "intel_dump_gpu", __VA_ARGS__) macro [all...] |
| H A D | aub_write.c | 59 #define fail_if(cond, ...) _fail_if(cond, NULL, __VA_ARGS__) macro
|
Completed in 16 milliseconds