/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_blit.c | 160 float *dst_x0, float *dst_y0, in apply_blit_scissor() argument 167 if (!compute_pixels_clipped(*dst_x0, *dst_y0, *dst_x1, *dst_y1, in apply_blit_scissor() 203 || *dst_x0 == *dst_x1 || *dst_y0 == *dst_y1) in apply_blit_scissor() 206 float scale_x = (float) (*src_x1 - *src_x0) / (*dst_x1 - *dst_x0); in apply_blit_scissor() 210 clip_coordinates(mirror_x, src_x0, dst_x0, dst_x1, in apply_blit_scissor() 214 clip_coordinates(mirror_x, src_x1, dst_x1, dst_x0, in apply_blit_scissor() 229 || *dst_x0 == *dst_x1 || *dst_y0 == *dst_y1; in apply_blit_scissor() 388 float dst_x0 = info->dst.box.x; in iris_blit() local 399 &dst_x0, &dst_y0, &dst_x1, &dst_y1, in iris_blit() 530 dst_x0, dst_x1); in iris_blit() [all …]
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_blit.c | 198 float *dst_x0, float *dst_y0, in apply_blit_scissor() argument 205 if (!compute_pixels_clipped(*dst_x0, *dst_y0, *dst_x1, *dst_y1, in apply_blit_scissor() 241 || *dst_x0 == *dst_x1 || *dst_y0 == *dst_y1) in apply_blit_scissor() 244 float scale_x = (float) (*src_x1 - *src_x0) / (*dst_x1 - *dst_x0); in apply_blit_scissor() 248 clip_coordinates(mirror_x, src_x0, dst_x0, dst_x1, in apply_blit_scissor() 252 clip_coordinates(mirror_x, src_x1, dst_x1, dst_x0, in apply_blit_scissor() 267 || *dst_x0 == *dst_x1 || *dst_y0 == *dst_y1; in apply_blit_scissor() 464 float dst_x0 = info->dst.box.x; in crocus_blit() local 475 &dst_x0, &dst_y0, &dst_x1, &dst_y1, in crocus_blit() 604 dst_x0, dst_x1); in crocus_blit() [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_surface.c | 661 double dst_x0, dst_y0, dst_x1, dst_y1; in SDL_UpperBlitScaled() local 700 dst_x0 = 0; in SDL_UpperBlitScaled() 705 dst_x0 = dstrect->x; in SDL_UpperBlitScaled() 707 dst_x1 = dst_x0 + dst_w - 1; in SDL_UpperBlitScaled() 725 dst_x0 -= src_x0 * scaling_w; in SDL_UpperBlitScaled() 748 dst_x0 -= dst->clip_rect.x; in SDL_UpperBlitScaled() 753 if (dst_x0 < 0) { in SDL_UpperBlitScaled() 754 src_x0 -= dst_x0 / scaling_w; in SDL_UpperBlitScaled() 755 dst_x0 = 0; in SDL_UpperBlitScaled() 774 dst_x0 += dst->clip_rect.x; in SDL_UpperBlitScaled() [all …]
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_blit.c | 532 unsigned dst_x0 = region->dstOffsets[0].x; in blit_image() local 541 dst_box.offset.x = MIN2(dst_x0, dst_x1); in blit_image() 543 dst_box.extent.width = dst_x1 - dst_x0; in blit_image() 551 .x = dst_x0, in blit_image()
|
/third_party/mesa3d/src/intel/blorp/ |
D | blorp.h | 164 float dst_x0, float dst_y0,
|
D | blorp_genX_exec.h | 2420 unsigned dst_x0 = params->x0; in blorp_xy_block_copy_blt() 2423 dst_x0 - params->wm_inputs.coord_transform[0].offset; in blorp_xy_block_copy_blt() 2433 assert(src_x1 - src_x0 == dst_x1 - dst_x0); in blorp_xy_block_copy_blt() 2464 blt.DestinationX1 = dst_x0; in blorp_xy_block_copy_blt()
|
D | blorp_blit.c | 2524 float dst_x0, float dst_y0, in blorp_blit() argument 2601 .dst0 = dst_x0, in blorp_blit()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_blorp.c | 727 unsigned dst_x0 = region->dstOffsets[0].x; in blit_image() local 729 bool flip_x = flip_coords(&src_x0, &src_x1, &dst_x0, &dst_x1); in blit_image() 752 dst_x0, dst_y0, dst_x1, dst_y1, in blit_image()
|