Home
last modified time | relevance | path

Searched refs:FlippedRotated270Degrees (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DSpecializationConstant.cpp46 {vk::SurfaceRotation::FlippedRotated270Degrees, {{0.0f, 1.0f, -1.0f, 0.0f}}}}};
56 {vk::SurfaceRotation::FlippedRotated270Degrees, {{0.0f, 1.0f, 1.0f, 0.0f}}}}};
87 CreateMat2x2(matrix, vk::SurfaceRotation::FlippedRotated270Degrees)}; in GenerateMat2x2ArrayWithIndex()
103 {vk::SurfaceRotation::FlippedRotated270Degrees, {{-1.0f, -1.0f}}}}};
144 CreateVec2(vec2Values, yscale, vk::SurfaceRotation::FlippedRotated270Degrees)}; in CreateVec2ArrayWithIndex()
169 {vk::SurfaceRotation::FlippedRotated270Degrees,
170 CalcRotatedFlipXYValueForDFdx(vk::SurfaceRotation::FlippedRotated270Degrees)}}};
192 {vk::SurfaceRotation::FlippedRotated270Degrees,
193 CalcRotatedFlipXYValueForDFdy(vk::SurfaceRotation::FlippedRotated270Degrees)}}};
221 valuesEnumMap[vk::SurfaceRotation::FlippedRotated270Degrees][subscript] * scale, in CreateFloatArrayWithRotationIndex()
[all …]
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h840 FlippedRotated270Degrees, enumerator
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Drenderer_utils.h59 FlippedRotated270Degrees, enumerator
Dglslang_wrapper_utils.cpp2829 case SurfaceRotation::FlippedRotated270Degrees: in preRotateXY()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DContextVk.cpp235 {SurfaceRotation::FlippedRotated270Degrees,
243 (rotation == SurfaceRotation::FlippedRotated270Degrees)); in IsRotatedAspectRatio()