Home
last modified time | relevance | path

Searched refs:BO_ALLOC_COHERENT (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.h243 #define BO_ALLOC_COHERENT (1<<1) macro
Diris_bufmgr.c570 if ((flags & BO_ALLOC_COHERENT) && !bo->cache_coherent) { in bo_alloc_internal()
Diris_resource.c924 flags |= BO_ALLOC_COHERENT; in iris_resource_create_with_modifiers()