Home
last modified time | relevance | path

Searched refs:Rotated270Degrees (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DSpecializationConstant.cpp42 {vk::SurfaceRotation::Rotated270Degrees, {{0.0f, 1.0f, -1.0f, 0.0f}}},
52 {vk::SurfaceRotation::Rotated270Degrees, {{0.0f, 1.0f, 1.0f, 0.0f}}},
83 CreateMat2x2(matrix, vk::SurfaceRotation::Rotated270Degrees), in GenerateMat2x2ArrayWithIndex()
99 {vk::SurfaceRotation::Rotated270Degrees, {{-1.0f, -1.0f}}},
140 CreateVec2(vec2Values, yscale, vk::SurfaceRotation::Rotated270Degrees), in CreateVec2ArrayWithIndex()
161 {vk::SurfaceRotation::Rotated270Degrees,
162 CalcRotatedFlipXYValueForDFdx(vk::SurfaceRotation::Rotated270Degrees)},
184 {vk::SurfaceRotation::Rotated270Degrees,
185 CalcRotatedFlipXYValueForDFdy(vk::SurfaceRotation::Rotated270Degrees)},
211 CreateFloatNode(valuesEnumMap[vk::SurfaceRotation::Rotated270Degrees][subscript] * scale, in CreateFloatArrayWithRotationIndex()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp120 case SurfaceRotation::Rotated270Degrees: in EarlyAdjustFlipYForPreRotation()
121 *blitAngleOut = SurfaceRotation::Rotated270Degrees; in EarlyAdjustFlipYForPreRotation()
149 case SurfaceRotation::Rotated270Degrees: in AdjustBlitAreaForPreRotation()
176 case SurfaceRotation::Rotated270Degrees: in AdjustDimensionsAndFlipForPreRotation()
248 case SurfaceRotation::Rotated270Degrees: in AdjustBlitResolveParametersForPreRotation()
771 case SurfaceRotation::Rotated270Degrees: in readPixels()
DUtilsVk.cpp2334 case SurfaceRotation::Rotated270Degrees: in blitResolveImpl()
2593 case SurfaceRotation::Rotated270Degrees: in stencilBlitResolveNoShaderExport()
2787 case SurfaceRotation::Rotated270Degrees: in copyImage()
2838 (params.srcRotation == SurfaceRotation::Rotated270Degrees)) in copyImage()
DContextVk.cpp229 {SurfaceRotation::Rotated270Degrees, {{0.0f, 1.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f}}},
241 (rotation == SurfaceRotation::Rotated270Degrees) || in IsRotatedAspectRatio()
264 return SurfaceRotation::Rotated270Degrees; in DetermineSurfaceRotation()
5051 case SurfaceRotation::Rotated270Degrees: in handleDirtyGraphicsDriverUniforms()
DTextureVk.cpp1129 case SurfaceRotation::Rotated270Degrees: in copySubImageImplWithDraw()
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h836 Rotated270Degrees, enumerator
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Drenderer_utils.h55 Rotated270Degrees, enumerator
Drenderer_utils.cpp262 case SurfaceRotation::Rotated270Degrees: in RotateRectangle()
355 case SurfaceRotation::Rotated270Degrees: in PackPixels()
Dglslang_wrapper_utils.cpp2828 case SurfaceRotation::Rotated270Degrees: in preRotateXY()