Home
last modified time | relevance | path

Searched refs:dst_x_offset (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_blit.c277 unsigned dst_x_offset, unsigned dst_y_offset, in emit_draw_packet() argument
290 verts[0] = dst_x_offset; in emit_draw_packet()
295 verts[4] = dst_x_offset + reg_width; in emit_draw_packet()
300 verts[8] = dst_x_offset + reg_width; in emit_draw_packet()
356 unsigned dst_x_offset, in r100_blit() argument
379 if (reg_width + dst_x_offset > dst_width) in r100_blit()
380 reg_width = dst_width - dst_x_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()
Dradeon_blit.h50 unsigned dst_x_offset,
Dradeon_common_context.h493 unsigned dst_x_offset,
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_blit.c402 unsigned dst_x_offset, unsigned dst_y_offset, in emit_draw_packet() argument
415 verts[0] = dst_x_offset; in emit_draw_packet()
420 verts[4] = dst_x_offset + reg_width; in emit_draw_packet()
425 verts[8] = dst_x_offset + reg_width; in emit_draw_packet()
478 unsigned dst_x_offset, in r200_blit() argument
501 if (reg_width + dst_x_offset > dst_width) in r200_blit()
502 reg_width = dst_width - dst_x_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()
Dr200_blit.h50 unsigned dst_x_offset,
Dradeon_common_context.h493 unsigned dst_x_offset,