Home
last modified time | relevance | path

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

/external/libdrm/nouveau/
Dnouveau.h124 #define NOUVEAU_BO_NOSNOOP 0x20000000 macro
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_miptree.c310 bo_flags = mt->base.domain | NOUVEAU_BO_NOSNOOP; in nvc0_miptree_create()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_miptree.c288 bo_flags = NOUVEAU_BO_VRAM | NOUVEAU_BO_NOSNOOP; in nv50_miptree_create()