Home
last modified time | relevance | path

Searched refs:dstY0 (Results 1 – 25 of 66) sorted by relevance

123

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_blit.c52 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in st_BlitFramebuffer() argument
63 GLint dstX0, dstY0, dstX1, dstY1; in st_BlitFramebuffer() member
78 clip.dstY0 = dstY0; in st_BlitFramebuffer()
90 &clip.dstX0, &clip.dstY0, &clip.dstX1, &clip.dstY1)) { in st_BlitFramebuffer()
96 (dstY0 != clip.dstY0) || in st_BlitFramebuffer()
102 dstY0 = drawFB->Height - dstY0; in st_BlitFramebuffer()
105 clip.dstY0 = drawFB->Height - clip.dstY0; in st_BlitFramebuffer()
110 blit.scissor.miny = MIN2(clip.dstY0, clip.dstY1); in st_BlitFramebuffer()
112 blit.scissor.maxy = MAX2(clip.dstY0, clip.dstY1); in st_BlitFramebuffer()
126 if (srcY0 > srcY1 && dstY0 > dstY1) { in st_BlitFramebuffer()
[all …]
/external/mesa3d/src/mesa/main/
Dblit.c68 int dstX0, int dstY0, in _mesa_regions_overlap() argument
77 if (MAX2(srcY0, srcY1) <= MIN2(dstY0, dstY1)) in _mesa_regions_overlap()
80 if (MAX2(dstY0, dstY1) <= MIN2(srcY0, srcY1)) in _mesa_regions_overlap()
185 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in _mesa_blit_framebuffer() argument
451 && (srcX0 != dstX0 || srcY0 != dstY0 in _mesa_blit_framebuffer()
471 abs(srcY1 - srcY0) != abs(dstY1 - dstY0)) { in _mesa_blit_framebuffer()
488 dstX0, dstY0, dstX1, dstY1, in _mesa_blit_framebuffer()
531 (dstX1 - dstX0) == 0 || (dstY1 - dstY0) == 0) { in _mesa_blit_framebuffer()
538 dstX0, dstY0, dstX1, dstY1, in _mesa_blit_framebuffer()
551 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in _mesa_BlitFramebuffer() argument
[all …]
Dblit.h34 int dstX0, int dstY0,
42 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
47 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
53 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
Dimage.c885 GLint *dstX0, GLint *dstY0, GLint *dstX1, GLint *dstY1) in _mesa_clip_blit() argument
913 if (*dstY0 == *dstY1) in _mesa_clip_blit()
915 if (*dstY0 <= dstYmin && *dstY1 <= dstYmin) in _mesa_clip_blit()
917 if (*dstY0 >= dstYmax && *dstY1 >= dstYmax) in _mesa_clip_blit()
938 clip_right_or_top(srcY0, srcY1, dstY0, dstY1, dstYmax); in _mesa_clip_blit()
940 clip_left_or_bottom(srcY0, srcY1, dstY0, dstY1, dstYmin); in _mesa_clip_blit()
946 clip_right_or_top(dstY0, dstY1, srcY0, srcY1, srcYmax); in _mesa_clip_blit()
948 clip_left_or_bottom(dstY0, dstY1, srcY0, srcY1, srcYmin); in _mesa_clip_blit()
962 assert(*dstY0 >= dstYmin); in _mesa_clip_blit()
963 assert(*dstY0 <= dstYmax); in _mesa_clip_blit()
Dimage.h136 GLint *dstX0, GLint *dstY0, GLint *dstX1, GLint *dstY1);
/external/mesa3d/src/mesa/drivers/common/
Dmeta_blit.c605 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in blitframebuffer_texture() argument
615 const GLint dstY = MIN2(dstY0, dstY1); in blitframebuffer_texture()
617 const GLint dstH = abs(dstY1 - dstY0); in blitframebuffer_texture()
954 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in _mesa_meta_BlitFramebuffer() argument
958 const GLint dstH = abs(dstY1 - dstY0); in _mesa_meta_BlitFramebuffer()
960 const GLint dstFlipY = (dstY1 - dstY0) / dstH; in _mesa_meta_BlitFramebuffer()
964 GLint dstX0, dstY0, dstX1, dstY1; in _mesa_meta_BlitFramebuffer() member
967 dstX0, dstY0, dstX1, dstY1 in _mesa_meta_BlitFramebuffer()
984 &clip.dstX0, &clip.dstY0, &clip.dstX1, &clip.dstY1)) { in _mesa_meta_BlitFramebuffer()
1002 if (clip.dstX0 != dstX0 || clip.dstY0 != dstY0 || in _mesa_meta_BlitFramebuffer()
[all …]
Dmeta.h482 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
491 GLint dstX0, GLint dstY0,
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_meta_util.c163 GLfloat *dstX0, GLfloat *dstY0, in brw_meta_mirror_clip_and_scissor() argument
174 fixup_mirroring(mirror_y, dstY0, dstY1); in brw_meta_mirror_clip_and_scissor()
193 if (!compute_pixels_clipped(*dstX0, *dstY0, *dstX1, *dstY1, in brw_meta_mirror_clip_and_scissor()
224 float scaleY = (float) (*srcY1 - *srcY0) / (*dstY1 - *dstY0); in brw_meta_mirror_clip_and_scissor()
240 srcY0, dstY0, dstY1, in brw_meta_mirror_clip_and_scissor()
246 srcY1, dstY1, dstY0, in brw_meta_mirror_clip_and_scissor()
260 GLint tmp = draw_fb->Height - *dstY0; in brw_meta_mirror_clip_and_scissor()
261 *dstY0 = draw_fb->Height - *dstY1; in brw_meta_mirror_clip_and_scissor()
Dintel_fbo.c786 GLint dstX0, GLint dstY0, in intel_blit_framebuffer_with_blitter() argument
813 srcY0 - srcY1 == dstY0 - dstY1 && in intel_blit_framebuffer_with_blitter()
819 dstY0 >= 0 && dstY1 <= drawFb->Height && in intel_blit_framebuffer_with_blitter()
858 dstX0, dstY0, dst_rb->Name == 0, in intel_blit_framebuffer_with_blitter()
859 dstX1 - dstX0, dstY1 - dstY0, GL_COPY)) { in intel_blit_framebuffer_with_blitter()
877 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in intel_blit_framebuffer() argument
891 dstX0, dstY0, dstX1, dstY1, in intel_blit_framebuffer()
898 dstX0, dstY0, dstX1, dstY1, in intel_blit_framebuffer()
910 dstX0, dstY0, dstX1, dstY1, in intel_blit_framebuffer()
917 dstX0, dstY0, dstX1, dstY1, in intel_blit_framebuffer()
[all …]
Dbrw_blorp.c493 GLfloat dstX0, GLfloat dstY0, GLfloat dstX1, GLfloat dstY1, in do_blorp_blit() argument
511 dstX0, dstY0, dstX1, dstY1, in do_blorp_blit()
523 GLfloat dstX0, GLfloat dstY0, GLfloat dstX1, GLfloat dstY1, in try_blorp_blit() argument
536 &dstX0, &dstY0, &dstX1, &dstY1, in try_blorp_blit()
555 dstX0, dstY0, dstX1, dstY1, in try_blorp_blit()
577 srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, in try_blorp_blit()
587 srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, in try_blorp_blit()
603 int dstX0, int dstY0, in brw_blorp_copytexsubimage() argument
660 int dstY1 = dstY0 + height; in brw_blorp_copytexsubimage()
683 dstX0, dstY0, dstX1, dstY1, in brw_blorp_copytexsubimage()
[all …]
Dbrw_meta_util.h41 GLfloat *dstX0, GLfloat *dstY0,
Dbrw_context.h1512 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
1521 int dstX0, int dstY0,
/external/mesa3d/src/mesa/swrast/
Ds_blit.c113 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in blit_nearest() argument
124 const GLint dstHeight = ABS(dstY1 - dstY0); in blit_nearest()
129 const GLint dstYpos = MIN2(dstY0, dstY1); in blit_nearest()
132 const GLboolean invertY = (srcY1 < srcY0) ^ (dstY1 < dstY0); in blit_nearest()
265 if (srcY0 < dstY0) { in blit_nearest()
514 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1) in blit_linear() argument
523 const GLint dstHeight = ABS(dstY1 - dstY0); in blit_linear()
528 const GLint dstYpos = MIN2(dstY0, dstY1); in blit_linear()
531 const GLboolean invertY = (srcY1 < srcY0) ^ (dstY1 < dstY0); in blit_linear()
739 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in _swrast_BlitFramebuffer() argument
[all …]
Dswrast.h161 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
/external/mesa3d/src/gallium/auxiliary/util/
Du_blit.c316 int dstX0, int dstY0, in regions_overlap() argument
325 if (MAX2(srcY0, srcY1) <= MIN2(dstY0, dstY1)) in regions_overlap()
328 if (MAX2(dstY0, dstY1) <= MIN2(srcY0, srcY1)) in regions_overlap()
372 int dstX0, int dstY0, in util_blit_pixels() argument
397 dstX0, dstY0, dstX1, dstY1); in util_blit_pixels()
437 dstY0 < dstY1 && in util_blit_pixels()
439 (dstY1 - dstY0) == (srcY1 - srcY0) && in util_blit_pixels()
450 dstX0, dstY0, dst->u.tex.first_layer,/* dest */ in util_blit_pixels()
460 info.dst.box.y = dstY0; in util_blit_pixels()
463 info.dst.box.height = dstY1 - dstY0; in util_blit_pixels()
[all …]
Du_blit.h61 int dstX0, int dstY0,
73 int dstX0, int dstY0,
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_fbo.c642 GLint dstX0, GLint dstY0, in intel_blit_framebuffer_with_blitter() argument
669 srcY0 - srcY1 == dstY0 - dstY1 && in intel_blit_framebuffer_with_blitter()
675 dstY0 >= 0 && dstY1 <= drawFb->Height && in intel_blit_framebuffer_with_blitter()
716 dstX0, dstY0, dst_rb->Name == 0, in intel_blit_framebuffer_with_blitter()
717 dstX1 - dstX0, dstY1 - dstY0, GL_COPY)) { in intel_blit_framebuffer_with_blitter()
735 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in intel_blit_framebuffer() argument
741 dstX0, dstY0, dstX1, dstY1, in intel_blit_framebuffer()
749 dstX0, dstY0, dstX1, dstY1, in intel_blit_framebuffer()
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_run.c45 int dstX0, int dstY0, in pp_blit() argument
66 blit.dst.box.y = dstY0; in pp_blit()
69 blit.dst.box.height = dstY1 - dstY0; in pp_blit()
Dpp_private.h105 int dstX0, int dstY0,
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.cpp359 …itFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int ds… in glBlitFramebuffer() argument
361 m_curCtx->blitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter); in glBlitFramebuffer()
DsglrGLContext.cpp600 void GLContext::blitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, … in blitFramebuffer() argument
608 << dstX0 << ", " << dstY0 << ", " << dstX1 << ", " << dstY1 << ", " in blitFramebuffer()
614 drawOffset.x()+dstX0, drawOffset.y()+dstY0, drawOffset.x()+dstX1, drawOffset.y()+dstY1, in blitFramebuffer()
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTgles2Ext.h108 …) (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin…
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.cpp196 …NV(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin…
197 …LE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin…
1148 …NV(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin… in glBlitFramebufferNV() argument
1150 …return es2::BlitFramebufferNV(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter… in glBlitFramebufferNV()
1153 …LE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin… in glBlitFramebufferANGLE() argument
1156 …return es2::BlitFramebufferANGLE(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, fil… in glBlitFramebufferANGLE()
DlibGLESv2.hpp217 …V)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin…
218 …E)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin…
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
Dgl2ext.h1239 …E (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin…
1241 …) (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin…
1774 …V (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin…
1776 …) (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin…

123