Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/indices/
Du_indices_gen.py149 def do_line( intype, outtype, ptr, v0, v1, inpv, outpv ): argument
155 def do_tri( intype, outtype, ptr, v0, v1, v2, inpv, outpv ): argument
164 def do_quad( intype, outtype, ptr, v0, v1, v2, v3, inpv, outpv ): argument
172 def do_lineadj( intype, outtype, ptr, v0, v1, v2, v3, inpv, outpv ): argument
178 def do_triadj( intype, outtype, ptr, v0, v1, v2, v3, v4, v5, inpv, outpv ): argument
184 def name(intype, outtype, inpv, outpv, pr, prim): argument
190 def preamble(intype, outtype, inpv, outpv, pr, prim): argument
229 def points(intype, outtype, inpv, outpv, pr): argument
236 def lines(intype, outtype, inpv, outpv, pr): argument
243 def linestrip(intype, outtype, inpv, outpv, pr): argument
[all …]