Searched defs:dbg_no_tiling (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_texture_desc.c424 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) {
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_texture_desc.c424 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 336 milliseconds