Searched refs:NOUVEAU_RESOURCE_FLAG_LINEAR (Results 1 – 4 of 4) sorted by relevance
46 if (unlikely(mt->base.base.flags & NOUVEAU_RESOURCE_FLAG_LINEAR)) in nvc0_mt_choose_storage_type()273 pt->flags |= NOUVEAU_RESOURCE_FLAG_LINEAR; in nvc0_miptree_create()281 pt->flags |= NOUVEAU_RESOURCE_FLAG_LINEAR; in nvc0_miptree_create()
63 #define NOUVEAU_RESOURCE_FLAG_LINEAR (PIPE_RESOURCE_FLAG_DRV_PRIV << 0) macro
813 templ.flags = NOUVEAU_RESOURCE_FLAG_LINEAR; in nouveau_video_buffer_create()
73 if (unlikely(mt->base.base.flags & NOUVEAU_RESOURCE_FLAG_LINEAR)) in nv50_mt_choose_storage_type()355 pt->flags |= NOUVEAU_RESOURCE_FLAG_LINEAR; in nv50_miptree_create()