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.c269 unsigned dst_x_offset, unsigned dst_y_offset, in emit_draw_packet() argument
282 verts[0] = dst_x_offset; in emit_draw_packet()
287 verts[4] = dst_x_offset + reg_width; in emit_draw_packet()
292 verts[8] = dst_x_offset + reg_width; in emit_draw_packet()
348 unsigned dst_x_offset, in r100_blit() argument
371 if (reg_width + dst_x_offset > dst_width) in r100_blit()
372 reg_width = dst_width - dst_x_offset; in r100_blit()
392 dst_pitch, dst_offset, dst_x_offset, dst_y_offset, in r100_blit()
414 dst_x_offset, dst_y_offset, in r100_blit()
Dradeon_blit.h50 unsigned dst_x_offset,
Dradeon_common_context.h475 unsigned dst_x_offset,
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_blit.c421 unsigned dst_x_offset, unsigned dst_y_offset, in emit_draw_packet() argument
434 verts[0] = dst_x_offset; in emit_draw_packet()
439 verts[4] = dst_x_offset + reg_width; in emit_draw_packet()
444 verts[8] = dst_x_offset + reg_width; in emit_draw_packet()
497 unsigned dst_x_offset, in r200_blit() argument
520 if (reg_width + dst_x_offset > dst_width) in r200_blit()
521 reg_width = dst_width - dst_x_offset; in r200_blit()
541 dst_pitch, dst_x_offset, dst_y_offset, in r200_blit()
563 dst_x_offset, dst_y_offset, in r200_blit()
Dr200_blit.h50 unsigned dst_x_offset,
Dradeon_common_context.h475 unsigned dst_x_offset,