Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/indices/
Du_unfilled_gen.py80 def vert( intype, outtype, v0 ): argument
86 def line(f: 'T.TextIO', intype, outtype, ptr, v0, v1 ): argument
94 def do_tri(f: 'T.TextIO', intype, outtype, ptr, v0, v1, v2 ): argument
99 def do_quad(f: 'T.TextIO', intype, outtype, ptr, v0, v1, v2, v3 ): argument
105 def name(intype, outtype, prim): argument
111 def preamble(f: 'T.TextIO', intype, outtype, prim): argument
133 def tris(f: 'T.TextIO', intype, outtype): argument
141 def tristrip(f: 'T.TextIO', intype, outtype): argument
149 def trifan(f: 'T.TextIO', intype, outtype): argument
158 def polygon(f: 'T.TextIO', intype, outtype): argument
[all …]
Du_indices_gen.py102 def vert( intype, outtype, v0 ): argument
108 def shape(f: 'T.TextIO', intype, outtype, ptr, *vertices): argument
112 def do_point(f: 'T.TextIO', intype, outtype, ptr, v0 ): argument
115 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
[all …]