HomeSort by relevance Sort by last modified time
    Searched refs:user_error (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/state_trackers/nine/
nine_debug.h 105 * if (user_error(required condition)) { assertion failed }
108 #define user_error(x) \ macro
112 #define user_error(x) (!(x) ? TRUE : FALSE) macro
125 if (user_error(x)) { \
vertexdeclaration9.c 341 (void)user_error(!"Position doesn't match any known combination");
372 if (user_error(texcount <= 8)) { texcount = 8; }
nine_pipe.h 513 if (user_error(texcount <= 8))
swapchain9.c     [all...]
  /external/ltp/tools/pounder21/src/mem_alloc_test/
mem_alloc.c 77 void user_error(char *msg) function
296 user_error("start_addr from parent is not initialized");
301 user_error("end_addr from parent is not initialized");

Completed in 126 milliseconds