Home
last modified time | relevance | path

Searched refs:edst (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/tnl/
Dt_vertex.h86 GLuint edst, GLuint eout, GLuint ein,
91 extern void _tnl_copy_pv( struct gl_context *ctx, GLuint edst, GLuint esrc );
167 void _tnl_generic_copy_pv( struct gl_context *ctx, GLuint edst, GLuint esrc );
171 GLuint edst, GLuint eout, GLuint ein,
Dt_vertex.c155 GLuint edst, GLuint eout, GLuint ein, in choose_interp_func() argument
167 vtx->interp( ctx, t, edst, eout, ein, force_boundary ); in choose_interp_func()
171 static void choose_copy_pv_func( struct gl_context *ctx, GLuint edst, GLuint esrc ) in choose_copy_pv_func() argument
182 vtx->copy_pv( ctx, edst, esrc ); in choose_copy_pv_func()
195 GLuint edst, GLuint eout, GLuint ein, in _tnl_interp() argument
199 vtx->interp( ctx, t, edst, eout, ein, force_boundary ); in _tnl_interp()
204 void _tnl_copy_pv( struct gl_context *ctx, GLuint edst, GLuint esrc ) in _tnl_copy_pv() argument
207 vtx->copy_pv( ctx, edst, esrc ); in _tnl_copy_pv()
Dt_vertex_generic.c1013 GLuint edst, GLuint eout, GLuint ein, in _tnl_generic_interp() argument
1021 GLubyte *vdst = vtx->vertex_buf + edst * vtx->vertex_size; in _tnl_generic_interp()
1028 const GLfloat *dstclip = VB->ClipPtr->data[edst]; in _tnl_generic_interp()
1042 a[0].insert[4-1]( &a[0], vdst, VB->ClipPtr->data[edst] ); in _tnl_generic_interp()
1062 void _tnl_generic_copy_pv( struct gl_context *ctx, GLuint edst, GLuint esrc ) in _tnl_generic_copy_pv() argument
1066 GLubyte *vdst = vtx->vertex_buf + edst * vtx->vertex_size; in _tnl_generic_copy_pv()
/external/tcpdump/
Dprint-llc.c145 const u_char *esrc, const u_char *edst, u_short *extracted_ethertype) in llc_print() argument
316 if (esrc == NULL || edst == NULL) in llc_print()
321 etheraddr_string(ndo, edst), in llc_print()
324 if (esrc == NULL || edst == NULL) in llc_print()
332 etheraddr_string(ndo, edst), in llc_print()
/external/mesa3d/src/mesa/tnl_dd/
Dt_dd_vb.c49 static void copy_pv_rgba4_spec5( struct gl_context *ctx, GLuint edst, GLuint esrc ) in copy_pv_rgba4_spec5() argument
54 GLuint *dst = (GLuint *)(verts + (edst * size)); in copy_pv_rgba4_spec5()
60 static void copy_pv_rgba4( struct gl_context *ctx, GLuint edst, GLuint esrc ) in copy_pv_rgba4() argument
65 GLuint *dst = (GLuint *)(verts + (edst * size)); in copy_pv_rgba4()
70 static void copy_pv_rgba3( struct gl_context *ctx, GLuint edst, GLuint esrc ) in copy_pv_rgba3() argument
75 GLuint *dst = (GLuint *)(verts + (edst * size)); in copy_pv_rgba3()
/external/clang/lib/CodeGen/
DCGObjCMac.cpp1532 llvm::Value *src, Address edst) override;