HomeSort by relevance Sort by last modified time
    Searched refs:do_tri (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/indices/
u_indices_gen.py 133 def do_tri( intype, outtype, ptr, v0, v1, v2, inpv, outpv ): function
143 do_tri( intype, outtype, ptr+'+0', v0, v1, v3, inpv, outpv );
144 do_tri( intype, outtype, ptr+'+3', v1, v2, v3, inpv, outpv );
201 do_tri( intype, outtype, 'out+i', 'i', 'i+1', 'i+2', inpv, outpv );
210 do_tri( intype, outtype, 'out+j', 'i', 'i+1+(i&1)', 'i+2-(i&1)', inpv, outpv );
212 do_tri( intype, outtype, 'out+j', 'i+(i&1)', 'i+1-(i&1)', 'i+2', inpv, outpv );
220 do_tri( intype, outtype, 'out+j', '0', 'i+1', 'i+2', inpv, outpv );
230 do_tri( intype, outtype, 'out+j', '0', 'i+1', 'i+2', inpv, outpv );
232 do_tri( intype, outtype, 'out+j', 'i+1', 'i+2', '0', inpv, outpv );
u_unfilled_gen.py 109 def do_tri( intype, outtype, ptr, v0, v1, v2 ): function
146 do_tri( intype, outtype, 'out+j', 'i', 'i+1', 'i+2' );
154 do_tri( intype, outtype, 'out+j', 'i', 'i+1/*+(i&1)*/', 'i+2/*-(i&1)*/' );
162 do_tri( intype, outtype, 'out+j', '0', 'i+1', 'i+2' );

Completed in 215 milliseconds