HomeSort by relevance Sort by last modified time
    Searched defs:SVGA_DEBUG (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/svga/
svga_debug.h 50 extern int SVGA_DEBUG;
53 #define SVGA_DEBUG 0
61 if (SVGA_DEBUG & flag)
svga_screen.c 40 #include "svga_debug.h"
49 int SVGA_DEBUG = 0;
941 SVGA_DEBUG = debug_get_flags_option("SVGA_DEBUG", svga_debug_flags, 0 );
    [all...]

Completed in 1084 milliseconds