Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.h202 struct nvc0_vertex_format { struct
208 extern const struct nvc0_vertex_format nvc0_vertex_format[]; argument
Dnvc0_vbo.c84 so->element[i].state = nvc0_vertex_format[fmt].vtx; in nvc0_vertex_state_create()
97 so->element[i].state = nvc0_vertex_format[fmt].vtx; in nvc0_vertex_state_create()
Dnvc0_screen.c111 nvc0_vertex_format[format].usage) & bindings) == bindings; in nvc0_screen_is_format_supported()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_formats.c387 const struct nvc0_vertex_format nvc0_vertex_format[PIPE_FORMAT_COUNT] = variable