Home
last modified time | relevance | path

Searched refs:SCREEN_DBG_ON (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
Dr300_screen.h98 static INLINE boolean SCREEN_DBG_ON(struct r300_screen * screen, unsigned flags) in SCREEN_DBG_ON() function
106 if (SCREEN_DBG_ON(screen, flags)) { in SCREEN_DBG()
Dr300_screen.c532 if (SCREEN_DBG_ON(r300screen, DBG_NO_ZMASK)) in r300_screen_create()
534 if (SCREEN_DBG_ON(r300screen, DBG_NO_HIZ)) in r300_screen_create()
Dr300_texture_desc.c304 if (SCREEN_DBG_ON(rscreen, DBG_NO_CBZB)) in r300_setup_cbzb_flags()
424 boolean dbg_no_tiling = SCREEN_DBG_ON(screen, DBG_NO_TILING); in r300_setup_tiling()
532 if (SCREEN_DBG_ON(rscreen, DBG_TEX)) in r300_texture_desc_init()
Dr300_context.h753 return SCREEN_DBG_ON(ctx->screen, flags); in CTX_DBG_ON()