Searched refs:edst (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/tnl/ |
D | t_vertex.h | 86 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,
|
D | t_vertex.c | 166 GLuint edst, GLuint eout, GLuint ein, in choose_interp_func() argument 180 vtx->interp( ctx, t, edst, eout, ein, force_boundary ); in choose_interp_func() 184 static void choose_copy_pv_func( struct gl_context *ctx, GLuint edst, GLuint esrc ) in choose_copy_pv_func() argument 198 vtx->copy_pv( ctx, edst, esrc ); in choose_copy_pv_func() 211 GLuint edst, GLuint eout, GLuint ein, in _tnl_interp() argument 215 vtx->interp( ctx, t, edst, eout, ein, force_boundary ); in _tnl_interp() 220 void _tnl_copy_pv( struct gl_context *ctx, GLuint edst, GLuint esrc ) in _tnl_copy_pv() argument 223 vtx->copy_pv( ctx, edst, esrc ); in _tnl_copy_pv()
|
D | t_vertex_generic.c | 1012 GLuint edst, GLuint eout, GLuint ein, in _tnl_generic_interp() argument 1020 GLubyte *vdst = vtx->vertex_buf + edst * vtx->vertex_size; in _tnl_generic_interp() 1027 const GLfloat *dstclip = VB->ClipPtr->data[edst]; in _tnl_generic_interp() 1041 a[0].insert[4-1]( &a[0], vdst, VB->ClipPtr->data[edst] ); in _tnl_generic_interp() 1061 void _tnl_generic_copy_pv( struct gl_context *ctx, GLuint edst, GLuint esrc ) in _tnl_generic_copy_pv() argument 1065 GLubyte *vdst = vtx->vertex_buf + edst * vtx->vertex_size; in _tnl_generic_copy_pv()
|
/external/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 1539 llvm::Value *src, Address edst) override;
|