Searched refs:dst_x_offset (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_blit.c | 269 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()
|
D | radeon_blit.h | 50 unsigned dst_x_offset,
|
D | radeon_common_context.h | 474 unsigned dst_x_offset,
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_blit.c | 421 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()
|
D | r200_blit.h | 50 unsigned dst_x_offset,
|
D | radeon_common_context.h | 474 unsigned dst_x_offset,
|