/external/chromium_org/third_party/mesa/src/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' );
|
/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' );
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/ |
t_dd_tritmp.h | 113 #if DO_TRI 662 #if DO_TRI
|
/external/mesa3d/src/mesa/tnl_dd/ |
t_dd_tritmp.h | 113 #if DO_TRI 662 #if DO_TRI
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_swtcl.c | 414 #define DO_TRI 1
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_swtcl.c | 536 #define DO_TRI 1
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_swtcl.c | 414 #define DO_TRI 1
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_swtcl.c | 536 #define DO_TRI 1
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
intel_tris.c | 613 #define DO_TRI 1 [all...] |
/external/mesa3d/src/mesa/drivers/dri/i915/ |
intel_tris.c | 613 #define DO_TRI 1 [all...] |