Home
last modified time | relevance | path

Searched refs:runout (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_buffer.c952 struct runout *b = d; in nouveau_scratch_unref_bos()
964 if (!nv->scratch.runout) in nouveau_scratch_runout_release()
968 nv->scratch.runout)) in nouveau_scratch_runout_release()
972 nv->scratch.runout = NULL; in nouveau_scratch_runout_release()
984 if (nv->scratch.runout) in nouveau_scratch_runout()
985 n = nv->scratch.runout->nr; in nouveau_scratch_runout()
988 nv->scratch.runout = REALLOC(nv->scratch.runout, n == 0 ? 0 : in nouveau_scratch_runout()
989 (sizeof(*nv->scratch.runout) + (n + 0) * sizeof(void *)), in nouveau_scratch_runout()
990 sizeof(*nv->scratch.runout) + (n + 1) * sizeof(void *)); in nouveau_scratch_runout()
991 nv->scratch.runout->nr = n + 1; in nouveau_scratch_runout()
[all …]
Dnouveau_context.h46 struct runout { struct
49 } *runout; member
82 if (unlikely(nv->scratch.runout)) in nouveau_scratch_done()
/third_party/mesa3d/docs/relnotes/
D9.0.2.rst118 - nvc0: point vertex runout at a valid address
119 - nv50: point vertex runout at a valid address
D10.5.3.rst87 - nouveau: synchronize "scratch runout" destruction with the command