Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/indices/
H A Du_indices_gen.py115 def do_line(f: 'T.TextIO', intype, outtype, ptr, v0, v1, inpv, outpv ): argument
121 def do_tri(f: 'T.TextIO', intype, outtype, ptr, v0, v1, v2, inpv, outpv ): argument
129 def do_quad(f: 'T.TextIO', intype, outtype, ptr, v0, v1, v2, v3, inpv, outpv, out_prim ): argument
145 def do_lineadj(f: 'T.TextIO', intype, outtype, ptr, v0, v1, v2, v3, inpv, outpv ): argument
151 def do_triadj(f: 'T.TextIO', intype, outtype, ptr, v0, v1, v2, v3, v4, v5, inpv, outpv ): argument
157 def name(intype, outtype, inpv, outpv, pr, prim, out_prim): argument
163 def preamble(f: 'T.TextIO', intype, outtype, inpv, outpv, pr, prim, out_prim): argument
201 def points(f: 'T.TextIO', intype, outtype, inpv, outpv, pr): argument
208 def lines(f: 'T.TextIO', intype, outtype, inpv, outpv, pr): argument
215 def linestrip(f: 'T.TextIO', intype, outtype, inpv, outpv, pr): argument
[all …]