Searched defs:dst_y_offset (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Dextend.c115 int dst_y_offset = srcy * dst->y_stride + srcx; local
131 dst->y_buffer + dst_y_offset,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_blit.c402 unsigned dst_x_offset, unsigned dst_y_offset,
416 verts[1] = dst_y_offset + reg_height;
421 verts[5] = dst_y_offset + reg_height;
426 verts[9] = dst_y_offset;
458 * @param[in] dst_y_offset y offset in the destination image
479 unsigned dst_y_offset,
503 if (reg_height + dst_y_offset > dst_height)
504 reg_height = dst_height - dst_y_offset;
522 dst_pitch, dst_x_offset, dst_y_offset,
544 dst_x_offset, dst_y_offset,
399 emit_draw_packet(struct r200_context *r200, unsigned src_width, unsigned src_height, unsigned src_x_offset, unsigned src_y_offset, unsigned dst_x_offset, unsigned dst_y_offset, unsigned reg_width, unsigned reg_height, unsigned flip_y) argument
463 r200_blit(struct gl_context *ctx, struct radeon_bo *src_bo, intptr_t src_offset, gl_format src_mesaformat, unsigned src_pitch, unsigned src_width, unsigned src_height, unsigned src_x_offset, unsigned src_y_offset, struct radeon_bo *dst_bo, intptr_t dst_offset, gl_format dst_mesaformat, unsigned dst_pitch, unsigned dst_width, unsigned dst_height, unsigned dst_x_offset, unsigned dst_y_offset, unsigned reg_width, unsigned reg_height, unsigned flip_y) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_blit.c277 unsigned dst_x_offset, unsigned dst_y_offset,
291 verts[1] = dst_y_offset + reg_height;
296 verts[5] = dst_y_offset + reg_height;
301 verts[9] = dst_y_offset;
336 * @param[in] dst_y_offset y offset in the destination image
357 unsigned dst_y_offset,
381 if (reg_height + dst_y_offset > dst_height)
382 reg_height = dst_height - dst_y_offset;
400 dst_pitch, dst_offset, dst_x_offset, dst_y_offset,
422 dst_x_offset, dst_y_offset,
274 emit_draw_packet(struct r100_context *r100, unsigned src_width, unsigned src_height, unsigned src_x_offset, unsigned src_y_offset, unsigned dst_x_offset, unsigned dst_y_offset, unsigned reg_width, unsigned reg_height, unsigned flip_y) argument
341 r100_blit(struct gl_context *ctx, struct radeon_bo *src_bo, intptr_t src_offset, gl_format src_mesaformat, unsigned src_pitch, unsigned src_width, unsigned src_height, unsigned src_x_offset, unsigned src_y_offset, struct radeon_bo *dst_bo, intptr_t dst_offset, gl_format dst_mesaformat, unsigned dst_pitch, unsigned dst_width, unsigned dst_height, unsigned dst_x_offset, unsigned dst_y_offset, unsigned reg_width, unsigned reg_height, unsigned flip_y) argument
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_extend.c118 const int dst_y_offset = srcy * dst->y_stride + srcx; local
130 dst->y_buffer + dst_y_offset, dst->y_stride,
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_blit.c402 unsigned dst_x_offset, unsigned dst_y_offset,
416 verts[1] = dst_y_offset + reg_height;
421 verts[5] = dst_y_offset + reg_height;
426 verts[9] = dst_y_offset;
458 * @param[in] dst_y_offset y offset in the destination image
479 unsigned dst_y_offset,
503 if (reg_height + dst_y_offset > dst_height)
504 reg_height = dst_height - dst_y_offset;
522 dst_pitch, dst_x_offset, dst_y_offset,
544 dst_x_offset, dst_y_offset,
399 emit_draw_packet(struct r200_context *r200, unsigned src_width, unsigned src_height, unsigned src_x_offset, unsigned src_y_offset, unsigned dst_x_offset, unsigned dst_y_offset, unsigned reg_width, unsigned reg_height, unsigned flip_y) argument
463 r200_blit(struct gl_context *ctx, struct radeon_bo *src_bo, intptr_t src_offset, gl_format src_mesaformat, unsigned src_pitch, unsigned src_width, unsigned src_height, unsigned src_x_offset, unsigned src_y_offset, struct radeon_bo *dst_bo, intptr_t dst_offset, gl_format dst_mesaformat, unsigned dst_pitch, unsigned dst_width, unsigned dst_height, unsigned dst_x_offset, unsigned dst_y_offset, unsigned reg_width, unsigned reg_height, unsigned flip_y) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_blit.c277 unsigned dst_x_offset, unsigned dst_y_offset,
291 verts[1] = dst_y_offset + reg_height;
296 verts[5] = dst_y_offset + reg_height;
301 verts[9] = dst_y_offset;
336 * @param[in] dst_y_offset y offset in the destination image
357 unsigned dst_y_offset,
381 if (reg_height + dst_y_offset > dst_height)
382 reg_height = dst_height - dst_y_offset;
400 dst_pitch, dst_offset, dst_x_offset, dst_y_offset,
422 dst_x_offset, dst_y_offset,
274 emit_draw_packet(struct r100_context *r100, unsigned src_width, unsigned src_height, unsigned src_x_offset, unsigned src_y_offset, unsigned dst_x_offset, unsigned dst_y_offset, unsigned reg_width, unsigned reg_height, unsigned flip_y) argument
341 r100_blit(struct gl_context *ctx, struct radeon_bo *src_bo, intptr_t src_offset, gl_format src_mesaformat, unsigned src_pitch, unsigned src_width, unsigned src_height, unsigned src_x_offset, unsigned src_y_offset, struct radeon_bo *dst_bo, intptr_t dst_offset, gl_format dst_mesaformat, unsigned dst_pitch, unsigned dst_width, unsigned dst_height, unsigned dst_x_offset, unsigned dst_y_offset, unsigned reg_width, unsigned reg_height, unsigned flip_y) argument
[all...]

Completed in 817 milliseconds