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.py151 def do_line( intype, outtype, ptr, v0, v1, inpv, outpv ): argument
157 def do_tri( intype, outtype, ptr, v0, v1, v2, inpv, outpv ): argument
166 def do_quad( intype, outtype, ptr, v0, v1, v2, v3, inpv, outpv ): argument
174 def do_lineadj( intype, outtype, ptr, v0, v1, v2, v3, inpv, outpv ): argument
180 def do_triadj( intype, outtype, ptr, v0, v1, v2, v3, v4, v5, inpv, outpv ): argument
186 def name(intype, outtype, inpv, outpv, pr, prim): argument
192 def preamble(intype, outtype, inpv, outpv, pr, prim): argument
214 def points(intype, outtype, inpv, outpv, pr): argument
221 def lines(intype, outtype, inpv, outpv, pr): argument
228 def linestrip(intype, outtype, inpv, outpv, pr): argument
[all …]