Home
last modified time | relevance | path

Searched refs:BO_ALLOC_SMEM (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_perf.c29 return iris_bo_alloc(bufmgr, name, size, 1, IRIS_MEMZONE_OTHER, BO_ALLOC_SMEM); in iris_oa_bo_alloc()
Diris_bufmgr.h271 #define BO_ALLOC_SMEM (1<<2) macro
Diris_resource.c421 flags |= BO_ALLOC_SMEM | BO_ALLOC_COHERENT; in iris_resource_alloc_flags()
424 flags |= BO_ALLOC_SMEM; in iris_resource_alloc_flags()
441 flags |= BO_ALLOC_SMEM; in iris_resource_alloc_flags()
Diris_bufmgr.c626 unsigned flags = heap == IRIS_HEAP_SYSTEM_MEMORY ? BO_ALLOC_SMEM : 0; in iris_slab_alloc()
994 !(flags & BO_ALLOC_COHERENT || flags & BO_ALLOC_SMEM); in iris_bo_alloc()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst3253 - iris: Add a BO_ALLOC_SMEM flag for allocating from system memory