Home
last modified time | relevance | path

Searched refs:BO_ALLOC_NO_SUBALLOC (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.h273 #define BO_ALLOC_NO_SUBALLOC (1<<4) macro
Diris_screen.c805 IRIS_MEMZONE_OTHER, BO_ALLOC_NO_SUBALLOC); in iris_screen_create()
Diris_batch.c381 IRIS_MEMZONE_OTHER, BO_ALLOC_NO_SUBALLOC); in create_batch()
Diris_bufmgr.c733 if (flags & BO_ALLOC_NO_SUBALLOC) in alloc_bo_from_slabs()
998 flags |= BO_ALLOC_NO_SUBALLOC; in iris_bo_alloc()
Diris_resource.c445 flags |= BO_ALLOC_NO_SUBALLOC; in iris_resource_alloc_flags()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst2356 - iris: Introduce a BO_ALLOC_NO_SUBALLOC flag and set it in a few places