Searched refs:edst (Results 1 – 5 of 5) 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 | 167 GLuint edst, GLuint eout, GLuint ein, in choose_interp_func() argument 181 vtx->interp( ctx, t, edst, eout, ein, force_boundary ); in choose_interp_func() 185 static void choose_copy_pv_func( struct gl_context *ctx, GLuint edst, GLuint esrc ) in choose_copy_pv_func() argument 199 vtx->copy_pv( ctx, edst, esrc ); in choose_copy_pv_func() 212 GLuint edst, GLuint eout, GLuint ein, in _tnl_interp() argument 216 vtx->interp( ctx, t, edst, eout, ein, force_boundary ); in _tnl_interp() 221 void _tnl_copy_pv( struct gl_context *ctx, GLuint edst, GLuint esrc ) in _tnl_copy_pv() argument 224 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;
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 1689 llvm::Value *src, Address edst) override;
|