Searched refs:do_tri (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/util/indices/ |
H A D | u_unfilled_gen.py | 112 def do_tri( intype, outtype, ptr, v0, v1, v2 ): function 154 do_tri( intype, outtype, 'out+j', 'i', 'i+1', 'i+2' ); 162 do_tri( intype, outtype, 'out+j', 'i', 'i+1/*+(i&1)*/', 'i+2/*-(i&1)*/' ); 170 do_tri( intype, outtype, 'out+j', '0', 'i+1', 'i+2' ); 203 do_tri( intype, outtype, 'out+j', 'i', 'i+2', 'i+4' ); 211 do_tri( intype, outtype, 'out+j', 'i', 'i+2', 'i+4' );
|
H A D | u_indices_gen.py | 154 def do_tri( intype, outtype, ptr, v0, v1, v2, inpv, outpv ): function 165 do_tri( intype, outtype, ptr+'+0', v0, v1, v3, inpv, outpv ); 166 do_tri( intype, outtype, ptr+'+3', v1, v2, v3, inpv, outpv ); 168 do_tri( intype, outtype, ptr+'+0', v0, v1, v2, inpv, outpv ); 169 do_tri( intype, outtype, ptr+'+3', v0, v2, v3, inpv, outpv ); 271 do_tri( intype, outtype, 'out+j', 'i', 'i+1', 'i+2', inpv, outpv ); 280 do_tri( intype, outtype, 'out+j', 'i', 'i+1+(i&1)', 'i+2-(i&1)', inpv, outpv ); 282 do_tri( intype, outtype, 'out+j', 'i+(i&1)', 'i+1-(i&1)', 'i+2', inpv, outpv ); 297 do_tri( intype, outtype, 'out+j', 'i+1', 'i+2', 'start', inpv, outpv ); 299 do_tri( intyp [all...] |
Completed in 1 milliseconds