Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/indices/
Du_indices_gen.py147 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
170 def do_lineadj( intype, outtype, ptr, v0, v1, v2, v3, inpv, outpv ): argument
176 def do_triadj( intype, outtype, ptr, v0, v1, v2, v3, v4, v5, inpv, outpv ): argument
182 def name(intype, outtype, inpv, outpv, pr, prim): argument
188 def preamble(intype, outtype, inpv, outpv, pr, prim): argument
210 def points(intype, outtype, inpv, outpv, pr): argument
217 def lines(intype, outtype, inpv, outpv, pr): argument
224 def linestrip(intype, outtype, inpv, outpv, pr): argument
[all …]