Home
last modified time | relevance | path

Searched defs:push_context (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_push.c13 struct push_context { struct
14 struct nouveau_pushbuf *push;
16 const void *idxbuf;
18 float edgeflag;
19 int edgeflag_attr;
21 uint32_t vertex_words;
22 uint32_t packet_vertex_limit;
24 struct translate *translate;
26 bool primitive_restart;
28 bool need_vertex_id;
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_push.c37 struct push_context { struct
38 struct nouveau_pushbuf *push;
40 const void *idxbuf;
42 float edgeflag;
43 int edgeflag_attr;
45 uint32_t vertex_words;
46 uint32_t packet_vertex_limit;
48 struct translate *translate;
50 bool primitive_restart;
51 uint32_t prim;
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_vbo_translate.c13 struct push_context { struct
37 static void nvc0_push_upload_vertex_ids(struct push_context *, argument