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.h300 #define BO_ALLOC_NO_SUBALLOC (1<<4) macro
Diris_screen.c829 IRIS_MEMZONE_OTHER, BO_ALLOC_NO_SUBALLOC); in iris_screen_create()
Diris_batch.c491 IRIS_MEMZONE_OTHER, BO_ALLOC_NO_SUBALLOC); in create_batch()
Diris_bufmgr.c783 if (flags & BO_ALLOC_NO_SUBALLOC) in alloc_bo_from_slabs()
1070 flags |= BO_ALLOC_NO_SUBALLOC; in iris_bo_alloc()
Diris_resource.c481 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