Searched refs:BO_ALLOC_LMEM (Results 1 – 3 of 3) sorted by relevance
301 #define BO_ALLOC_LMEM (1<<5) macro
663 heap == IRIS_HEAP_DEVICE_LOCAL ? BO_ALLOC_LMEM : 0; in iris_slab_alloc()768 return flags & BO_ALLOC_LMEM ? IRIS_HEAP_DEVICE_LOCAL : in flags_to_heap()771 assert(!(flags & BO_ALLOC_LMEM)); in flags_to_heap()
476 flags |= BO_ALLOC_LMEM; in iris_resource_alloc_flags()