Searched refs:dst_x_offset (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_blit.c | 260 unsigned dst_x_offset, unsigned dst_y_offset, in emit_draw_packet() argument 273 verts[0] = dst_x_offset; in emit_draw_packet() 278 verts[4] = dst_x_offset + reg_width; in emit_draw_packet() 283 verts[8] = dst_x_offset + reg_width; in emit_draw_packet() 339 unsigned dst_x_offset, in r100_blit() argument 362 if (reg_width + dst_x_offset > dst_width) in r100_blit() 363 reg_width = dst_width - dst_x_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()
|
D | radeon_blit.h | 50 unsigned dst_x_offset,
|
D | radeon_common_context.h | 457 unsigned dst_x_offset,
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_blit.c | 411 unsigned dst_x_offset, unsigned dst_y_offset, argument 424 verts[0] = dst_x_offset; 429 verts[4] = dst_x_offset + reg_width; 434 verts[8] = dst_x_offset + reg_width; 487 unsigned dst_x_offset, argument 510 if (reg_width + dst_x_offset > dst_width) 511 reg_width = dst_width - dst_x_offset; 531 dst_pitch, dst_x_offset, dst_y_offset, 553 dst_x_offset, dst_y_offset,
|
D | r200_blit.h | 50 unsigned dst_x_offset,
|
D | radeon_common_context.h | 457 unsigned dst_x_offset,
|