Home
last modified time | relevance | path

Searched refs:should_tile (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_resource.c507 bool should_tile = true; in vc4_resource_create_with_modifiers() local
511 should_tile = false; in vc4_resource_create_with_modifiers()
515 should_tile = false; in vc4_resource_create_with_modifiers()
519 should_tile = false; in vc4_resource_create_with_modifiers()
524 should_tile = false; in vc4_resource_create_with_modifiers()
532 should_tile = false; in vc4_resource_create_with_modifiers()
539 should_tile = false; in vc4_resource_create_with_modifiers()
544 rsc->tiled = should_tile; in vc4_resource_create_with_modifiers()
545 } else if (should_tile && in vc4_resource_create_with_modifiers()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_resource.c768 bool should_tile = true; in v3d_resource_create_with_modifiers() local
776 should_tile = false; in v3d_resource_create_with_modifiers()
781 should_tile = false; in v3d_resource_create_with_modifiers()
786 should_tile = false; in v3d_resource_create_with_modifiers()
793 should_tile = false; in v3d_resource_create_with_modifiers()
799 should_tile = false; in v3d_resource_create_with_modifiers()
804 rsc->tiled = should_tile; in v3d_resource_create_with_modifiers()
805 } else if (should_tile && in v3d_resource_create_with_modifiers()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_resource.c184 bool should_tile = lima_debug & LIMA_DEBUG_NO_TILING ? false : true; in _lima_resource_create_with_modifiers() local
194 should_tile = false; in _lima_resource_create_with_modifiers()
197 should_tile = false; in _lima_resource_create_with_modifiers()
201 should_tile = false; in _lima_resource_create_with_modifiers()
206 should_tile = false; in _lima_resource_create_with_modifiers()
228 res->tiled = should_tile; in _lima_resource_create_with_modifiers()
236 pres->target, pres->bind, pres->usage, should_tile, templat->last_level); in _lima_resource_create_with_modifiers()

Completed in 6 milliseconds