Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_blit.c160 float *dst_x1, float *dst_y1, in apply_blit_scissor()
374 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()
466 float dst_y1 = info->dst.box.y + info->dst.box.height; in crocus_blit() 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/amd/vulkan/
Dradv_meta_blit.c551 unsigned dst_y1 = region->dstOffsets[1].y; in blit_image() local
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_blorp.c283 float dst_x1, float dst_y1, in brw_blorp_blit_miptrees()
/third_party/mesa3d/src/intel/blorp/
Dblorp_blit.c2447 float dst_x1, float dst_y1, in blorp_blit()
/third_party/mesa3d/src/intel/vulkan/
Danv_blorp.c765 unsigned dst_y1 = region->dstOffsets[1].y; in blit_image() local
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c1745 int dst_x1, int dst_y1, int dst_x2, int dst_y2, in blitter_draw_tex()