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

  /external/mesa3d/src/gallium/drivers/r300/
r300_screen.h 88 #define DBG_NO_TILING (1 << 17)
r300_debug.c 46 { "notiling", DBG_NO_TILING, "Disable tiling" },
r300_texture_desc.c 424 boolean dbg_no_tiling = SCREEN_DBG_ON(screen, DBG_NO_TILING); local
434 if (!is_zb && (tex->b.b.height0 == 1 || dbg_no_tiling)) {
451 if (dbg_no_tiling) {

Completed in 74 milliseconds