Searched refs:dst_x_offset (Results 1 – 6 of 6) 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 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()
|
D | radeon_blit.h | 50 unsigned dst_x_offset,
|
D | radeon_common_context.h | 493 unsigned dst_x_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 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()
|
D | r200_blit.h | 50 unsigned dst_x_offset,
|
D | radeon_common_context.h | 493 unsigned dst_x_offset,
|