Home
last modified time | relevance | path

Searched refs:esrc (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/tnl/
Dt_vertex.h91 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 );
Dt_vertex.c185 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()
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()
Dt_vertex_generic.c1061 void _tnl_generic_copy_pv( struct gl_context *ctx, GLuint edst, GLuint esrc ) in _tnl_generic_copy_pv() argument
1064 GLubyte *vsrc = vtx->vertex_buf + esrc * vtx->vertex_size; in _tnl_generic_copy_pv()
/third_party/ffmpeg/libavcodec/
Dproresenc_kostya.c278 const uint16_t *esrc; in get_slice_data() local
290 esrc = src; in get_slice_data()
295 esrc = emu_buf; in get_slice_data()
315 ctx->fdct(&ctx->fdsp, esrc, elinesize, blocks); in get_slice_data()
318 ctx->fdct(&ctx->fdsp, esrc + 8, elinesize, blocks); in get_slice_data()
321 ctx->fdct(&ctx->fdsp, esrc + elinesize * 4, elinesize, blocks); in get_slice_data()
324 ctx->fdct(&ctx->fdsp, esrc + elinesize * 4 + 8, elinesize, blocks); in get_slice_data()
328 ctx->fdct(&ctx->fdsp, esrc, elinesize, blocks); in get_slice_data()
330 ctx->fdct(&ctx->fdsp, esrc + elinesize * 4, elinesize, blocks); in get_slice_data()
333 ctx->fdct(&ctx->fdsp, esrc + 8, elinesize, blocks); in get_slice_data()
[all …]