Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A 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 …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_push.c38 struct push_context { struct
39 struct nouveau_pushbuf *push;
41 const void *idxbuf;
43 float edgeflag;
44 int edgeflag_attr;
46 uint32_t vertex_words;
47 uint32_t packet_vertex_limit;
49 struct translate *translate;
51 bool primitive_restart;
52 uint32_t prim;
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo_translate.c13 struct push_context { struct
37 static void nvc0_push_upload_vertex_ids(struct push_context *, argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/support/detail/
Dsegmented_fold_until_impl.hpp119 struct push_context struct
121 typedef iterator_range<Cur, End> range_type;
122 typedef cons<range_type, Context> type;
125 static type call(Cur const& cur, End const& end, Context const& context) in call()