Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_screen.h177 struct nv50_vertex_format { struct
183 extern const struct nv50_vertex_format nv50_vertex_format[]; argument
Dnv50_vbo.c79 so->element[i].state = nv50_vertex_format[fmt].vtx; in nv50_vertex_state_create()
92 so->element[i].state = nv50_vertex_format[fmt].vtx; in nv50_vertex_state_create()
Dnv50_formats.c387 const struct nv50_vertex_format nv50_vertex_format[PIPE_FORMAT_COUNT] =
Dnv50_screen.c83 nv50_vertex_format[format].usage) & bindings) == bindings; in nv50_screen_is_format_supported()