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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/indices/
u_indices_gen.py 127 def do_line( intype, outtype, ptr, v0, v1, inpv, outpv ):
128 if inpv == outpv:
133 def do_tri( intype, outtype, ptr, v0, v1, v2, inpv, outpv ):
134 if inpv == outpv:
142 def do_quad( intype, outtype, ptr, v0, v1, v2, v3, inpv, outpv ):
143 do_tri( intype, outtype, ptr+'+0', v0, v1, v3, inpv, outpv );
144 do_tri( intype, outtype, ptr+'+3', v1, v2, v3, inpv, outpv );
146 def name(intype, outtype, inpv, outpv, prim):
148 return 'generate_' + prim + '_' + outtype + '_' + inpv + '2' + outpv
150 return 'translate_' + prim + '_' + intype + '2' + outtype + '_' + inpv + '2' + outpv
    [all...]
  /external/mesa3d/src/gallium/auxiliary/indices/
u_indices_gen.py 127 def do_line( intype, outtype, ptr, v0, v1, inpv, outpv ):
128 if inpv == outpv:
133 def do_tri( intype, outtype, ptr, v0, v1, v2, inpv, outpv ):
134 if inpv == outpv:
142 def do_quad( intype, outtype, ptr, v0, v1, v2, v3, inpv, outpv ):
143 do_tri( intype, outtype, ptr+'+0', v0, v1, v3, inpv, outpv );
144 do_tri( intype, outtype, ptr+'+3', v1, v2, v3, inpv, outpv );
146 def name(intype, outtype, inpv, outpv, prim):
148 return 'generate_' + prim + '_' + outtype + '_' + inpv + '2' + outpv
150 return 'translate_' + prim + '_' + intype + '2' + outtype + '_' + inpv + '2' + outpv
    [all...]

Completed in 130 milliseconds