Home
last modified time | relevance | path

Searched defs:dst_y1 (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_blit.c161 float *dst_x1, float *dst_y1, in apply_blit_scissor()
391 float dst_y1 = info->dst.box.y + info->dst.box.height; in iris_blit() local
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blit.c199 float *dst_x1, float *dst_y1, in apply_blit_scissor()
467 float dst_y1 = info->dst.box.y + info->dst.box.height; in crocus_blit() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_blit.c538 unsigned dst_y1 = region->dstOffsets[1].y; in blit_image() local
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_surface.c661 double dst_x0, dst_y0, dst_x1, dst_y1; in SDL_UpperBlitScaled() local
/third_party/mesa3d/src/intel/blorp/
Dblorp_blit.c2525 float dst_x1, float dst_y1, in blorp_blit()
/third_party/mesa3d/src/intel/vulkan/
Danv_blorp.c734 unsigned dst_y1 = region->dstOffsets[1].y; in blit_image() local
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c1812 int dst_x1, int dst_y1, int dst_x2, int dst_y2, in blitter_draw_tex()