Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/indices/
Du_unfilled_gen.py98 def vert( intype, outtype, v0 ): argument
104 def line( intype, outtype, ptr, v0, v1 ): argument
112 def do_tri( intype, outtype, ptr, v0, v1, v2 ): argument
117 def do_quad( intype, outtype, ptr, v0, v1, v2, v3 ): argument
123 def name(intype, outtype, prim): argument
129 def preamble(intype, outtype, prim): argument
151 def tris(intype, outtype): argument
159 def tristrip(intype, outtype): argument
167 def trifan(intype, outtype): argument
176 def polygon(intype, outtype): argument
[all …]
Du_indices_gen.py112 def vert( intype, outtype, v0 ): argument
118 def point( intype, outtype, ptr, v0 ): argument
121 def line( intype, outtype, ptr, v0, v1 ): argument
125 def tri( intype, outtype, ptr, v0, v1, v2 ): argument
130 def lineadj( intype, outtype, ptr, v0, v1, v2, v3 ): argument
136 def triadj( intype, outtype, ptr, v0, v1, v2, v3, v4, v5 ): argument
144 def do_point( intype, outtype, ptr, v0 ): argument
147 def do_line( intype, outtype, ptr, v0, v1, inpv, outpv ): argument
153 def do_tri( intype, outtype, ptr, v0, v1, v2, inpv, outpv ): argument
162 def do_quad( intype, outtype, ptr, v0, v1, v2, v3, inpv, outpv ): argument
[all …]
/third_party/mesa3d/src/freedreno/rnn/
Dheadergen2.c132 enum rnnttype intype = ti->type; in printtypeinfo() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/
Dgstsdpmessage.c123 #define DEFINE_ARRAY_INSERT(method, field, intype, dup_method, type) \ argument
136 #define DEFINE_ARRAY_REPLACE(method, field, intype, free_method, dup_method, type) \ argument