Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_scratch.c43 if (scratch->buf && size <= NOUVEAU_SCRATCH_SIZE - scratch->offset) { in nouveau_get_scratch()
50 } else if (size <= NOUVEAU_SCRATCH_SIZE) { in nouveau_get_scratch()
82 NOUVEAU_BO_MAP, 0, NOUVEAU_SCRATCH_SIZE, in nouveau_scratch_init()
Dnouveau_scratch.h31 #define NOUVEAU_SCRATCH_SIZE 3*1024*1024 macro
Dnouveau_vbo_t.c248 NOUVEAU_SCRATCH_SIZE / stride); in vbo_maybe_split()