Home
last modified time | relevance | path

Searched refs:dst_y_offset (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_blit.c260 unsigned dst_x_offset, unsigned dst_y_offset, in emit_draw_packet() argument
274 verts[1] = dst_y_offset + reg_height; in emit_draw_packet()
279 verts[5] = dst_y_offset + reg_height; in emit_draw_packet()
284 verts[9] = dst_y_offset; in emit_draw_packet()
340 unsigned dst_y_offset, in r100_blit() argument
364 if (reg_height + dst_y_offset > dst_height) in r100_blit()
365 reg_height = dst_height - dst_y_offset; in r100_blit()
383 dst_pitch, dst_offset, dst_x_offset, dst_y_offset, in r100_blit()
405 dst_x_offset, dst_y_offset, in r100_blit()
Dradeon_blit.h51 unsigned dst_y_offset,
Dradeon_common_context.h458 unsigned dst_y_offset,
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_blit.c411 unsigned dst_x_offset, unsigned dst_y_offset, argument
425 verts[1] = dst_y_offset + reg_height;
430 verts[5] = dst_y_offset + reg_height;
435 verts[9] = dst_y_offset;
488 unsigned dst_y_offset, argument
512 if (reg_height + dst_y_offset > dst_height)
513 reg_height = dst_height - dst_y_offset;
531 dst_pitch, dst_x_offset, dst_y_offset,
553 dst_x_offset, dst_y_offset,
Dr200_blit.h51 unsigned dst_y_offset,
Dradeon_common_context.h458 unsigned dst_y_offset,
/external/libvpx/libvpx/vp8/common/
Dextend.c98 int dst_y_offset = srcy * dst->y_stride + srcx; in vp8_copy_and_extend_frame_with_rect() local
109 dst->y_buffer + dst_y_offset, dst->y_stride, srch, srcw, in vp8_copy_and_extend_frame_with_rect()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_extend.c169 const int dst_y_offset = srcy * dst->y_stride + srcx; in vp9_copy_and_extend_frame_with_rect() local
181 dst->y_buffer + dst_y_offset, dst->y_stride, srcw, srch, in vp9_copy_and_extend_frame_with_rect()