Searched refs:dst_x_offset (Results 1 – 8 of 8) sorted by relevance
/third_party/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,
|
/third_party/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,
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/ |
D | winograd_transform_fp16.c | 66 int dst_x_offset = dst_y_offset + j * C8NUM; in WinogradInputTransformFp16() local 68 float16_t *dst_addr = tmp_data + dst_x_offset; in WinogradInputTransformFp16() 84 int dst_x_offset = dst_y_offset + j * C8NUM; in WinogradInputTransformFp16() local 86 float16_t *dst_addr = tmp_data + dst_x_offset; in WinogradInputTransformFp16() 108 int dst_x_offset = dst_y_offset + j * C8NUM; in WinogradInputTransformFp16() local 110 float16_t *dst_addr = tmp_data + dst_x_offset; in WinogradInputTransformFp16()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | winograd_transform.c | 60 int dst_x_offset = dst_y_offset + j * C4NUM; in WinogradInputTransform() local 62 float *dst_addr = tmp_data + dst_x_offset; in WinogradInputTransform() 78 int dst_x_offset = dst_y_offset + j * C4NUM; in WinogradInputTransform() local 80 float *dst_addr = tmp_data + dst_x_offset; in WinogradInputTransform()
|