Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_format.h12 struct nv30_vtxfmt { struct
43 extern const struct nv30_vtxfmt nv30_vtxfmt_table[];
44 static inline const struct nv30_vtxfmt *
45 nv30_vtxfmt(struct pipe_screen *pscreen, enum pipe_format format) in nv30_vtxfmt() function
Dnv30_vbo.c280 so->element[i].state = nv30_vtxfmt(pipe->screen, fmt)->hw;
292 so->element[i].state = nv30_vtxfmt(pipe->screen, fmt)->hw;
Dnv30_format.c154 const struct nv30_vtxfmt
Dnv30_draw.c252 r->vtxfmt[attrib] = nv30_vtxfmt(&screen->base.base, format)->hw; in vroute_add()