Searched refs:dst_y_offset (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_blit.c | 277 unsigned dst_x_offset, unsigned dst_y_offset, in emit_draw_packet() argument 291 verts[1] = dst_y_offset + reg_height; in emit_draw_packet() 296 verts[5] = dst_y_offset + reg_height; in emit_draw_packet() 301 verts[9] = dst_y_offset; in emit_draw_packet() 357 unsigned dst_y_offset, in r100_blit() argument 381 if (reg_height + dst_y_offset > dst_height) in r100_blit() 382 reg_height = dst_height - dst_y_offset; in r100_blit() 400 dst_pitch, dst_offset, dst_x_offset, dst_y_offset, in r100_blit() 422 dst_x_offset, dst_y_offset, in r100_blit()
|
D | radeon_blit.h | 51 unsigned dst_y_offset,
|
D | radeon_common_context.h | 494 unsigned dst_y_offset,
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_blit.c | 402 unsigned dst_x_offset, unsigned dst_y_offset, in emit_draw_packet() argument 416 verts[1] = dst_y_offset + reg_height; in emit_draw_packet() 421 verts[5] = dst_y_offset + reg_height; in emit_draw_packet() 426 verts[9] = dst_y_offset; in emit_draw_packet() 479 unsigned dst_y_offset, in r200_blit() argument 503 if (reg_height + dst_y_offset > dst_height) in r200_blit() 504 reg_height = dst_height - dst_y_offset; in r200_blit() 522 dst_pitch, dst_x_offset, dst_y_offset, in r200_blit() 544 dst_x_offset, dst_y_offset, in r200_blit()
|
D | r200_blit.h | 51 unsigned dst_y_offset,
|
D | radeon_common_context.h | 494 unsigned dst_y_offset,
|
/external/libvpx/libvpx/vp8/common/ |
D | extend.c | 115 int dst_y_offset = srcy * dst->y_stride + srcx; in vp8_copy_and_extend_frame_with_rect() local 131 dst->y_buffer + dst_y_offset, in vp8_copy_and_extend_frame_with_rect()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_extend.c | 176 const int dst_y_offset = srcy * dst->y_stride + srcx; in vp9_copy_and_extend_frame_with_rect() local 188 dst->y_buffer + dst_y_offset, dst->y_stride, in vp9_copy_and_extend_frame_with_rect()
|