/third_party/mesa3d/src/mesa/main/ |
D | blit.c | 67 int srcX1, int srcY1, in _mesa_regions_overlap() argument 71 if (MAX2(srcX0, srcX1) <= MIN2(dstX0, dstX1)) in _mesa_regions_overlap() 74 if (MAX2(dstX0, dstX1) <= MIN2(srcX0, srcX1)) in _mesa_regions_overlap() 346 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blit_framebuffer() argument 432 || srcX1 != dstX1 || srcY1 != dstY1)) { in blit_framebuffer() 450 if (abs(srcX1 - srcX0) != abs(dstX1 - dstX0) || in blit_framebuffer() 527 srcX0, srcY0, srcX1, srcY1, in blit_framebuffer() 570 (srcX1 - srcX0) == 0 || (srcY1 - srcY0) == 0 || in blit_framebuffer() 577 srcX0, srcY0, srcX1, srcY1, in blit_framebuffer() 587 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blit_framebuffer_err() argument [all …]
|
D | blit.h | 33 int srcX1, int srcY1, 38 _mesa_BlitFramebuffer_no_error(GLint srcX0, GLint srcY0, GLint srcX1, 44 _mesa_BlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, 52 GLint srcX1, GLint srcY1, 59 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
|
D | image.c | 805 clip_right_or_top(GLint *srcX0, GLint *srcX1, in clip_right_or_top() argument 818 bias = (*srcX0 < *srcX1) ? 0.5F : -0.5F; in clip_right_or_top() 819 *srcX1 = *srcX0 + (GLint) (t * (*srcX1 - *srcX0) + bias); in clip_right_or_top() 828 bias = (*srcX0 < *srcX1) ? -0.5F : 0.5F; in clip_right_or_top() 829 *srcX0 = *srcX1 + (GLint) (t * (*srcX0 - *srcX1) + bias); in clip_right_or_top() 838 clip_left_or_bottom(GLint *srcX0, GLint *srcX1, in clip_left_or_bottom() argument 851 bias = (*srcX0 < *srcX1) ? 0.5F : -0.5F; in clip_left_or_bottom() 852 *srcX0 = *srcX0 + (GLint) (t * (*srcX1 - *srcX0) + bias); in clip_left_or_bottom() 861 bias = (*srcX0 < *srcX1) ? -0.5F : 0.5F; in clip_left_or_bottom() 862 *srcX1 = *srcX1 + (GLint) (t * (*srcX0 - *srcX1) + bias); in clip_left_or_bottom() [all …]
|
D | image.h | 134 GLint *srcX0, GLint *srcY0, GLint *srcX1, GLint *srcY1,
|
/third_party/mesa3d/src/mesa/drivers/common/ |
D | meta_blit.c | 92 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blitframebuffer_texture() argument 106 const int srcW = abs(srcX1 - srcX0); in blitframebuffer_texture() 173 srcX1 = srcW; in blitframebuffer_texture() 242 s1 = srcX1 / (float) texImage->Width; in blitframebuffer_texture() 249 s1 = (float) srcX1; in blitframebuffer_texture() 418 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in _mesa_meta_BlitFramebuffer() argument 428 GLint srcX0, srcY0, srcX1, srcY1; in _mesa_meta_BlitFramebuffer() member 431 srcX0, srcY0, srcX1, srcY1, in _mesa_meta_BlitFramebuffer() 446 &clip.srcX0, &clip.srcY0, &clip.srcX1, &clip.srcY1, in _mesa_meta_BlitFramebuffer() 477 srcX0, srcY0, srcX1, srcY1, in _mesa_meta_BlitFramebuffer() [all …]
|
D | meta.h | 409 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, 418 GLint srcX1, GLint srcY1,
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_meta_util.c | 162 GLfloat *srcX1, GLfloat *srcY1, in brw_meta_mirror_clip_and_scissor() argument 171 fixup_mirroring(mirror_x, srcX0, srcX1); in brw_meta_mirror_clip_and_scissor() 188 if (!compute_pixels_clipped(*srcX0, *srcY0, *srcX1, *srcY1, in brw_meta_mirror_clip_and_scissor() 223 if (*srcX0 == *srcX1 || *srcY0 == *srcY1 in brw_meta_mirror_clip_and_scissor() 227 float scaleX = (float) (*srcX1 - *srcX0) / (*dstX1 - *dstX0); in brw_meta_mirror_clip_and_scissor() 238 srcX1, dstX1, dstX0, in brw_meta_mirror_clip_and_scissor() 273 return *srcX0 == *srcX1 || *srcY0 == *srcY1 in brw_meta_mirror_clip_and_scissor()
|
D | brw_fbo.c | 801 GLint srcX1, GLint srcY1, in brw_blit_framebuffer_with_blitter() argument 828 if (!(srcX0 - srcX1 == dstX0 - dstX1 && in brw_blit_framebuffer_with_blitter() 830 srcX1 >= srcX0 && in brw_blit_framebuffer_with_blitter() 832 srcX0 >= 0 && srcX1 <= readFb->Width && in brw_blit_framebuffer_with_blitter() 893 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in brw_blit_framebuffer() argument 916 srcX0, srcY0, srcX1, srcY1, in brw_blit_framebuffer() 924 srcX0, srcY0, srcX1, srcY1, in brw_blit_framebuffer() 934 srcX0, srcY0, srcX1, srcY1, in brw_blit_framebuffer() 945 srcX0, srcY0, srcX1, srcY1, in brw_blit_framebuffer()
|
D | brw_blorp.c | 570 GLfloat srcX0, GLfloat srcY0, GLfloat srcX1, GLfloat srcY1, in do_blorp_blit() argument 588 srcX0, srcY0, srcX1, srcY1, in do_blorp_blit() 600 GLfloat srcX0, GLfloat srcY0, GLfloat srcX1, GLfloat srcY1, in try_blorp_blit() argument 614 &srcX0, &srcY0, &srcX1, &srcY1, in try_blorp_blit() 633 srcX0, srcY0, srcX1, srcY1, in try_blorp_blit() 655 srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, in try_blorp_blit() 671 srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, in try_blorp_blit() 735 int srcX1 = srcX0 + width; in brw_blorp_copytexsubimage() local 755 srcX0, srcY0, srcX1, srcY1, in brw_blorp_copytexsubimage() 782 srcX0, srcY0, srcX1, srcY1, in brw_blorp_copytexsubimage() [all …]
|
D | brw_meta_util.h | 40 GLfloat *srcX1, GLfloat *srcY1,
|
/third_party/mesa3d/src/mesa/swrast/ |
D | s_blit.c | 112 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blit_nearest() argument 121 const GLint srcWidth = ABS(srcX1 - srcX0); in blit_nearest() 126 const GLint srcXpos = MIN2(srcX0, srcX1); in blit_nearest() 131 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0); in blit_nearest() 515 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blit_linear() argument 522 const GLint srcWidth = ABS(srcX1 - srcX0); in blit_linear() 527 const GLint srcXpos = MIN2(srcX0, srcX1); in blit_linear() 532 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0); in blit_linear() 743 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in _swrast_BlitFramebuffer() argument 766 if (!_mesa_clip_blit(ctx, readFb, drawFb, &srcX0, &srcY0, &srcX1, &srcY1, in _swrast_BlitFramebuffer() [all …]
|
D | swrast.h | 160 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_blit.c | 53 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in st_BlitFramebuffer() argument 64 GLint srcX0, srcY0, srcX1, srcY1; in st_BlitFramebuffer() member 77 clip.srcX1 = srcX1; in st_BlitFramebuffer() 91 &clip.srcX0, &clip.srcY0, &clip.srcX1, &clip.srcY1, in st_BlitFramebuffer() 150 blit.src.box.width = srcX1 - srcX0; in st_BlitFramebuffer() 153 blit.src.box.x = srcX1; in st_BlitFramebuffer() 155 blit.src.box.width = srcX0 - srcX1; in st_BlitFramebuffer()
|
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_fbo.c | 646 GLint srcX1, GLint srcY1, in intel_blit_framebuffer_with_blitter() argument 673 if (!(srcX0 - srcX1 == dstX0 - dstX1 && in intel_blit_framebuffer_with_blitter() 675 srcX1 >= srcX0 && in intel_blit_framebuffer_with_blitter() 677 srcX0 >= 0 && srcX1 <= readFb->Width && in intel_blit_framebuffer_with_blitter() 739 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in intel_blit_framebuffer() argument 745 srcX0, srcY0, srcX1, srcY1, in intel_blit_framebuffer() 753 srcX0, srcY0, srcX1, srcY1, in intel_blit_framebuffer()
|
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_private.h | 103 int srcX1, int srcY1,
|
D | pp_run.c | 43 int srcX1, int srcY1, in pp_blit() argument 59 blit.src.box.width = srcX1 - srcX0; in pp_blit()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/ |
D | fbo.h | 114 GLint srcX1,
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrContextWrapper.cpp | 359 void ContextWrapper::glBlitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int … in glBlitFramebuffer() argument 361 m_curCtx->blitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter); in glBlitFramebuffer()
|
D | sglrGLContext.cpp | 600 void GLContext::blitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, … in blitFramebuffer() argument 607 << srcX0 << ", " << srcY0 << ", " << srcX1 << ", " << srcY1 << ", " in blitFramebuffer() 613 …litFramebuffer(readOffset.x()+srcX0, readOffset.y()+srcY0, readOffset.x()+srcX1, readOffset.y()+sr… in blitFramebuffer()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | GLX_AMD_gpu_association.txt | 111 GLint srcX1, GLint srcY1, GLint dstX0, 364 GLint srcX1, GLint srcY1, GLint dstX0, 373 rectangle, bound by the locations (srcX0, srcY0) and (srcX1, srcY1), 390 specified with <srcX0>, <srcY0>, <srcX1>, <srcY1>, <dstX0>, <dstY0>
|
D | WGL_AMD_gpu_association.txt | 106 GLint srcX1, GLint srcY1, GLint dstX0, 350 GLint srcX1, GLint srcY1, GLint dstX0, 359 rectangle, bound by the locations (srcX0, srcY0) and (srcX1, srcY1), 376 specified with <srcX0>, <srcY0>, <srcX1>, <srcY1>, <dstX0>, <dstY0>
|
/third_party/openGLES/extensions/AMD/ |
D | GLX_AMD_gpu_association.txt | 111 GLint srcX1, GLint srcY1, GLint dstX0, 364 GLint srcX1, GLint srcY1, GLint dstX0, 373 rectangle, bound by the locations (srcX0, srcY0) and (srcX1, srcY1), 390 specified with <srcX0>, <srcY0>, <srcX1>, <srcY1>, <dstX0>, <dstY0>
|
D | WGL_AMD_gpu_association.txt | 106 GLint srcX1, GLint srcY1, GLint dstX0, 350 GLint srcX1, GLint srcY1, GLint dstX0, 359 rectangle, bound by the locations (srcX0, srcY0) and (srcX1, srcY1), 376 specified with <srcX0>, <srcY0>, <srcX1>, <srcY1>, <dstX0>, <dstY0>
|
/third_party/flutter/skia/third_party/externals/angle2/extensions/ |
D | ANGLE_framebuffer_blit.txt | 57 void BlitFramebufferANGLE(int srcX0, int srcY0, int srcX1, int srcY1, 124 BlitFramebufferANGLE(int srcX0, int srcY0, int srcX1, int srcY1, 133 srcY0) and (srcX1, srcY1), to the destination rectangle, bound by
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | ANGLE_framebuffer_blit.txt | 57 void BlitFramebufferANGLE(int srcX0, int srcY0, int srcX1, int srcY1, 124 BlitFramebufferANGLE(int srcX0, int srcY0, int srcX1, int srcY1, 133 srcY0) and (srcX1, srcY1), to the destination rectangle, bound by
|