Home
last modified time | relevance | path

Searched refs:flipX (Results 1 – 25 of 120) sorted by relevance

12345

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp390 …ight, unsigned int sourcePitch, unsigned int destPitch, unsigned int bytes, bool flipX, bool flipY) in copyBuffer() argument
392 if(flipX) in copyBuffer()
463 bool flipX = false; in stretchRect() local
467 flipX = (sourceRect->x0 < sourceRect->x1) ^ (destRect->x0 < destRect->x1); in stretchRect()
472 flipX = (sourceRect->x0 > sourceRect->x1); in stretchRect()
477 flipX = (destRect->x0 > destRect->x1); in stretchRect()
533 if (!ClipSrcRect(sRect, dRect, srcClipRect, flipX, flipY)) in stretchRect()
539 if (!ClipDstRect(sRect, dRect, dstClipRect, flipX, flipY)) in stretchRect()
588 …g && !isOutOfBounds && equalFormats && !alpha0xFF && equalSlice && smallMargin && !flipX && !flipY) in stretchRect()
603 …ect.height(), sourcePitchB, destPitchB, Surface::bytes(source->getInternalFormat()), flipX, flipY); in stretchRect()
[all …]
DDevice.hpp78 …static bool ClipDstRect(sw::RectF &srcRect, sw::Rect &dstRect, sw::Rect &clipRect, bool flipX = fa…
79 …static bool ClipSrcRect(sw::RectF &srcRect, sw::Rect &dstRect, sw::Rect &clipRect, bool flipX = fa…
91 …ght, unsigned int sourcePitch, unsigned int destPitch, unsigned int bytes, bool flipX, bool flipY);
/third_party/vk-gl-cts/modules/glshared/
DglsFragmentOpUtil.cpp229 bool flipX = quad.posA.x() > quad.posB.x(); in render() local
231 rr::FaceType faceType = flipX == flipY ? rr::FACETYPE_FRONT : rr::FACETYPE_BACK; in render()
232 int xFirst = flipX ? quad.posB.x() : quad.posA.x(); in render()
233 int xLast = flipX ? quad.posA.x() : quad.posB.x(); in render()
250 if (flipX) in render()
DglsInteractionTestUtil.cpp240 bool flipX = rnd.getBool(); in computeRandomQuad() local
245 quad.posA = IVec2(flipX ? (x+width-1) : x, flipY ? (y+height-1) : y); in computeRandomQuad()
246 quad.posB = IVec2(flipX ? x : (x+width-1), flipY ? y : (y+height-1)); in computeRandomQuad()
DglsFragOpInteractionCase.cpp199 const bool flipX = rnd.getBool(); in getRandomQuad() local
204 quad.posA = tcu::IVec2(flipX ? (x+width-1) : x, flipY ? (y+height-1) : y); in getRandomQuad()
205 quad.posB = tcu::IVec2(flipX ? x : (x+width-1), flipY ? y : (y+height-1)); in getRandomQuad()
286 const bool flipX = quad.posB.x() < quad.posA.x(); in renderQuad() local
293 const Vec2 pA (flipX ? 1.0f : -1.0f, flipY ? 1.0f : -1.0f); in renderQuad()
294 const Vec2 pB (flipX ? -1.0f : 1.0f, flipY ? -1.0f : 1.0f); in renderQuad()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/
DBlitResolveStencilNoExport.comp55 bool flipX;
97 if (params.flipX)
102 int xDir = params.flipX ? -1 : 1;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/
DBlitResolveStencilNoExport.comp55 bool flipX;
98 if (params.flipX)
105 int xDir = params.flipX ? -1 : 1;
DImageCopy.frag57 bool flipX;
121 if (params.flipX)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp162 bool *flipX, in AdjustDimensionsAndFlipForPreRotation() argument
172 std::swap(*flipX, *flipY); in AdjustDimensionsAndFlipForPreRotation()
178 std::swap(*flipX, *flipY); in AdjustDimensionsAndFlipForPreRotation()
236 std::swap(params->flipX, params->flipY); in AdjustBlitResolveParametersForPreRotation()
245 params->flipX = !params->flipX; in AdjustBlitResolveParametersForPreRotation()
257 params->flipX = !params->flipX; in AdjustBlitResolveParametersForPreRotation()
259 std::swap(params->flipX, params->flipY); in AdjustBlitResolveParametersForPreRotation()
847 bool flipX, in blitWithCommand() argument
1057 bool flipX = sourceArea.isReversedX() != destArea.isReversedX(); in blit() local
1062 (flipX == false && flipY == (srcFramebufferFlippedY != dstFramebufferFlippedY))); in blit()
[all …]
DUtilsVk.h132 bool flipX; member
384 uint32_t flipX = 0; member
412 uint32_t flipX = 0; member
427 uint32_t flipX = 0; member
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DUtilsVk.h102 bool flipX; member
240 uint32_t flipX = 0; member
254 uint32_t flipX = 0; member
DFramebufferVk.cpp543 bool flipX, in blitWithCommand() argument
719 const bool flipX = sourceArea.isReversedX() != destArea.isReversedX(); in blit() local
724 (flipX == false && flipY == (srcFramebufferFlippedY != destFramebufferFlippedY))); in blit()
742 bool noFlip = !flipX && !flipY; in blit()
757 params.flipX = flipX; in blit()
794 drawRenderTarget, filter, true, false, false, flipX, in blit()
799 else if (isResolve && !flipX && !flipY && areChannelsBlitCompatible) in blit()
832 blitStencilBuffer, flipX, flipY)); in blit()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/gen/
DBlitResolve.frag.0000000E.inc84 // bool flipX;
97 // if(params . flipX)
DBlitResolve.frag.0000000F.inc88 // bool flipX;
101 // if(params . flipX)
DBlitResolve.frag.00000012.inc89 // bool flipX;
102 // if(params . flipX)
DBlitResolveStencilNoExport.comp.00000002.inc151 // bool flipX;
176 // if(params . flipX)
181 // int xDir = params . flipX ? - 1 : 1;
DBlitResolveStencilNoExport.comp.00000003.inc155 // bool flipX;
180 // if(params . flipX)
185 // int xDir = params . flipX ? - 1 : 1;
DBlitResolve.frag.00000013.inc94 // bool flipX;
107 // if(params . flipX)
DBlitResolve.frag.0000000C.inc91 // bool flipX;
108 // if(params . flipX)
DBlitResolve.frag.00000010.inc96 // bool flipX;
113 // if(params . flipX)
DBlitResolve.frag.00000016.inc98 // bool flipX;
113 // if(params . flipX)
DBlitResolve.frag.00000011.inc101 // bool flipX;
118 // if(params . flipX)
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fRandomFragmentOpTests.cpp135 bool flipX = quad.posB.x() < quad.posA.x(); in renderQuad() local
142 translated.posA = Vec2(flipX ? 1.0f : -1.0f, flipY ? 1.0f : -1.0f); in renderQuad()
143 translated.posB = Vec2(flipX ? -1.0f : 1.0f, flipY ? -1.0f : 1.0f); in renderQuad()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fRandomFragmentOpTests.cpp135 bool flipX = quad.posB.x() < quad.posA.x(); in renderQuad() local
142 translated.posA = Vec2(flipX ? 1.0f : -1.0f, flipY ? 1.0f : -1.0f); in renderQuad()
143 translated.posB = Vec2(flipX ? -1.0f : 1.0f, flipY ? -1.0f : 1.0f); in renderQuad()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes.cpp244 Rectangle Rectangle::flip(bool flipX, bool flipY) const in flip() argument
247 if (flipX) in flip()

12345