Searched defs:push_context (Results 1 – 8 of 8) sorted by relevance
13 struct push_context { struct14 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 boolean primitive_restart;27 uint32_t prim;[all …]
37 struct push_context { struct38 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 boolean primitive_restart;51 uint32_t prim;[all …]
13 struct push_context { struct14 struct nouveau_pushbuf *push;39 init_push_context(struct nvc0_context *nvc0, struct push_context *ctx) in init_push_context() argument
13 struct push_context { struct35 static void nvc0_push_upload_vertex_ids(struct push_context *, argument