| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/indices/ |
| H A D | u_unfilled_gen.py | 100 def vert( intype, outtype, v0 ): argument 106 def line( intype, outtype, ptr, v0, v1 ): argument 114 def do_tri( intype, outtype, ptr, v0, v1, v2 ): argument 119 def do_quad( intype, outtyp argument [all...] |
| H A D | u_indices_gen.py | 114 def vert( intype, outtype, v0 ): argument 120 def point( intype, outtype, ptr, v0 ): argument 123 def line( intype, outtype, ptr, v0, v1 ): argument 127 def tri( intype, outtype, ptr, v0, v1, v2 ): argument 132 lineadj( intype, outtype, ptr, v0, v1, v2, v3 ) argument 138 triadj( intype, outtype, ptr, v0, v1, v2, v3, v4, v5 ) argument 146 do_point( intype, outtype, ptr, v0 ) argument 149 do_line( intype, outtype, ptr, v0, v1, inpv, outpv ) argument 155 do_tri( intype, outtype, ptr, v0, v1, v2, inpv, outpv ) argument 164 do_quad( intype, outtype, ptr, v0, v1, v2, v3, inpv, outpv ) argument 172 do_lineadj( intype, outtype, ptr, v0, v1, v2, v3, inpv, outpv ) argument 178 do_triadj( intype, outtype, ptr, v0, v1, v2, v3, v4, v5, inpv, outpv ) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/indices/ |
| H A D | u_unfilled_gen.py | 98 def vert( intype, outtype, v0 ): argument 104 def line( intype, outtype, ptr, v0, v1 ): argument 112 def do_tri( intype, outtype, ptr, v0, v1, v2 ): argument 117 def do_quad( intype, outtyp argument [all...] |
| H A D | u_indices_gen.py | 112 def vert( intype, outtype, v0 ): argument 118 def point( intype, outtype, ptr, v0 ): argument 121 def line( intype, outtype, ptr, v0, v1 ): argument 125 def tri( intype, outtype, ptr, v0, v1, v2 ): argument 130 lineadj( intype, outtype, ptr, v0, v1, v2, v3 ) argument 136 triadj( intype, outtype, ptr, v0, v1, v2, v3, v4, v5 ) argument 144 do_point( intype, outtype, ptr, v0 ) argument 147 do_line( intype, outtype, ptr, v0, v1, inpv, outpv ) argument 153 do_tri( intype, outtype, ptr, v0, v1, v2, inpv, outpv ) argument 162 do_quad( intype, outtype, ptr, v0, v1, v2, v3, inpv, outpv ) argument 170 do_lineadj( intype, outtype, ptr, v0, v1, v2, v3, inpv, outpv ) argument 176 do_triadj( intype, outtype, ptr, v0, v1, v2, v3, v4, v5, inpv, outpv ) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/ |
| H A D | headergen2.c | 132 enum rnnttype intype = ti->type; local in function:printtypeinfo
|