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

  /external/mesa3d/src/gallium/drivers/r300/
r300_screen.h 107 static inline boolean SCREEN_DBG_ON(struct r300_screen * screen, unsigned flags)
115 if (SCREEN_DBG_ON(screen, flags)) {
r300_texture_desc.c 300 if (SCREEN_DBG_ON(rscreen, DBG_NO_CBZB))
439 if (SCREEN_DBG_ON(screen, DBG_NO_CMASK)) {
473 boolean dbg_no_tiling = SCREEN_DBG_ON(screen, DBG_NO_TILING);
629 if (SCREEN_DBG_ON(rscreen, DBG_TEX))
r300_screen.c 728 if (SCREEN_DBG_ON(r300screen, DBG_NO_ZMASK))
730 if (SCREEN_DBG_ON(r300screen, DBG_NO_HIZ))
r300_context.h 780 return SCREEN_DBG_ON(ctx->screen, flags);
r300_texture.c     [all...]

Completed in 243 milliseconds