Searched refs:Rotated270Degrees (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
D | SpecializationConstant.cpp | 42 {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/ |
D | FramebufferVk.cpp | 120 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()
|
D | UtilsVk.cpp | 2334 case SurfaceRotation::Rotated270Degrees: in blitResolveImpl() 2593 case SurfaceRotation::Rotated270Degrees: in stencilBlitResolveNoShaderExport() 2787 case SurfaceRotation::Rotated270Degrees: in copyImage() 2838 (params.srcRotation == SurfaceRotation::Rotated270Degrees)) in copyImage()
|
D | ContextVk.cpp | 229 {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()
|
D | TextureVk.cpp | 1129 case SurfaceRotation::Rotated270Degrees: in copySubImageImplWithDraw()
|
/third_party/skia/third_party/externals/angle2/include/GLSLANG/ |
D | ShaderLang.h | 836 Rotated270Degrees, enumerator
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | renderer_utils.h | 55 Rotated270Degrees, enumerator
|
D | renderer_utils.cpp | 262 case SurfaceRotation::Rotated270Degrees: in RotateRectangle() 355 case SurfaceRotation::Rotated270Degrees: in PackPixels()
|
D | glslang_wrapper_utils.cpp | 2828 case SurfaceRotation::Rotated270Degrees: in preRotateXY()
|