Home
last modified time | relevance | path

Searched refs:edst (Results 1 – 4 of 4) 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.c165 GLuint edst, GLuint eout, GLuint ein, in choose_interp_func() argument
179 vtx->interp( ctx, t, edst, eout, ein, force_boundary ); in choose_interp_func()
183 static void choose_copy_pv_func( struct gl_context *ctx, GLuint edst, GLuint esrc ) in choose_copy_pv_func() argument
197 vtx->copy_pv( ctx, edst, esrc ); in choose_copy_pv_func()
210 GLuint edst, GLuint eout, GLuint ein, in _tnl_interp() argument
214 vtx->interp( ctx, t, edst, eout, ein, force_boundary ); in _tnl_interp()
219 void _tnl_copy_pv( struct gl_context *ctx, GLuint edst, GLuint esrc ) in _tnl_copy_pv() argument
222 vtx->copy_pv( ctx, edst, esrc ); in _tnl_copy_pv()
Dt_vertex_generic.c1012 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/
DCGObjCMac.cpp1539 llvm::Value *src, Address edst) override;