Searched refs:NOUVEAU_MIN_BUFFER_MAP_ALIGN (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
H A Dnouveau_winsys.h16 #define NOUVEAU_MIN_BUFFER_MAP_ALIGN 64 macro
17 #define NOUVEAU_MIN_BUFFER_MAP_ALIGN_MASK (NOUVEAU_MIN_BUFFER_MAP_ALIGN - 1)
H A Dnouveau_buffer.c33 buf->data = align_malloc(buf->base.width0, NOUVEAU_MIN_BUFFER_MAP_ALIGN);
149 tx->map = align_malloc(size, NOUVEAU_MIN_BUFFER_MAP_ALIGN);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
H A Dnouveau_winsys.h16 #define NOUVEAU_MIN_BUFFER_MAP_ALIGN 64 macro
17 #define NOUVEAU_MIN_BUFFER_MAP_ALIGN_MASK (NOUVEAU_MIN_BUFFER_MAP_ALIGN - 1)
H A Dnouveau_buffer.c44 buf->data = align_malloc(buf->base.width0, NOUVEAU_MIN_BUFFER_MAP_ALIGN);
167 tx->map = align_malloc(size, NOUVEAU_MIN_BUFFER_MAP_ALIGN);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_screen.c75 return NOUVEAU_MIN_BUFFER_MAP_ALIGN;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_screen.c75 return NOUVEAU_MIN_BUFFER_MAP_ALIGN;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.c147 return NOUVEAU_MIN_BUFFER_MAP_ALIGN;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.c169 return NOUVEAU_MIN_BUFFER_MAP_ALIGN;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.c170 return NOUVEAU_MIN_BUFFER_MAP_ALIGN;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.c180 return NOUVEAU_MIN_BUFFER_MAP_ALIGN;

Completed in 13 milliseconds