/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_blit.c | 159 float *dst_x0, float *dst_y0, in apply_blit_scissor() argument 166 if (!compute_pixels_clipped(*dst_x0, *dst_y0, *dst_x1, *dst_y1, in apply_blit_scissor() 202 || *dst_x0 == *dst_x1 || *dst_y0 == *dst_y1) in apply_blit_scissor() 205 float scale_x = (float) (*src_x1 - *src_x0) / (*dst_x1 - *dst_x0); in apply_blit_scissor() 209 clip_coordinates(mirror_x, src_x0, dst_x0, dst_x1, in apply_blit_scissor() 213 clip_coordinates(mirror_x, src_x1, dst_x1, dst_x0, in apply_blit_scissor() 228 || *dst_x0 == *dst_x1 || *dst_y0 == *dst_y1; in apply_blit_scissor() 371 float dst_x0 = info->dst.box.x; in iris_blit() local 382 &dst_x0, &dst_y0, &dst_x1, &dst_y1, in iris_blit() 500 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() 463 float dst_x0 = info->dst.box.x; in crocus_blit() local 474 &dst_x0, &dst_y0, &dst_x1, &dst_y1, in crocus_blit() 603 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/boost/boost/gil/extension/io/tiff/detail/ |
D | read.hpp | 511 std::ptrdiff_t dst_x0 = img_x0 - subimage_x; in read_tiled_data_subimage() local 513 BOOST_ASSERT(dst_x0 >= 0 && dst_y0 >= 0); in read_tiled_data_subimage() 516 , (int) dst_x0 in read_tiled_data_subimage()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_blorp.h | 47 float dst_x0, float dst_y0,
|
D | brw_blorp.c | 282 float dst_x0, float dst_y0, in brw_blorp_blit_miptrees() argument 295 dst_level, dst_layer, dst_x0, dst_y0, dst_x1, dst_y1, in brw_blorp_blit_miptrees() 328 if (fabsf(dst_x1 - dst_x0) == fabsf(src_x1 - src_x0) && in brw_blorp_blit_miptrees() 429 dst_x0, dst_y0, dst_x1, dst_y1, in brw_blorp_blit_miptrees()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_blit.c | 545 unsigned dst_x0 = region->dstOffsets[0].x; in blit_image() local 554 dst_box.offset.x = MIN2(dst_x0, dst_x1); in blit_image() 556 dst_box.extent.width = dst_x1 - dst_x0; in blit_image() 564 .x = dst_x0, in blit_image()
|
/third_party/mesa3d/src/intel/blorp/ |
D | blorp.h | 148 float dst_x0, float dst_y0,
|
D | blorp_blit.c | 2446 float dst_x0, float dst_y0, in blorp_blit() argument 2517 .dst0 = dst_x0, in blorp_blit()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_blorp.c | 758 unsigned dst_x0 = region->dstOffsets[0].x; in blit_image() local 760 bool flip_x = flip_coords(&src_x0, &src_x1, &dst_x0, &dst_x1); in blit_image() 783 dst_x0, dst_y0, dst_x1, dst_y1, in blit_image()
|