Searched refs:FlippedRotated90Degrees (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
D | SpecializationConstant.cpp | 44 {vk::SurfaceRotation::FlippedRotated90Degrees, {{0.0f, -1.0f, 1.0f, 0.0f}}}, 54 {vk::SurfaceRotation::FlippedRotated90Degrees, {{0.0f, 1.0f, 1.0f, 0.0f}}}, 85 CreateMat2x2(matrix, vk::SurfaceRotation::FlippedRotated90Degrees), in GenerateMat2x2ArrayWithIndex() 101 {vk::SurfaceRotation::FlippedRotated90Degrees, {{1.0f, 1.0f}}}, 142 CreateVec2(vec2Values, yscale, vk::SurfaceRotation::FlippedRotated90Degrees), in CreateVec2ArrayWithIndex() 165 {vk::SurfaceRotation::FlippedRotated90Degrees, 166 CalcRotatedFlipXYValueForDFdx(vk::SurfaceRotation::FlippedRotated90Degrees)}, 188 {vk::SurfaceRotation::FlippedRotated90Degrees, 189 CalcRotatedFlipXYValueForDFdy(vk::SurfaceRotation::FlippedRotated90Degrees)}, 216 valuesEnumMap[vk::SurfaceRotation::FlippedRotated90Degrees][subscript] * scale, EbpLow), in CreateFloatArrayWithRotationIndex() [all …]
|
/third_party/skia/third_party/externals/angle2/include/GLSLANG/ |
D | ShaderLang.h | 838 FlippedRotated90Degrees, enumerator
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | renderer_utils.h | 57 FlippedRotated90Degrees, enumerator
|
D | glslang_wrapper_utils.cpp | 2812 case SurfaceRotation::FlippedRotated90Degrees: in preRotateXY()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | ProgramExecutableVk.cpp | 73 options.preRotation = SurfaceRotation::FlippedRotated90Degrees; in ValidateTransformedSpirV()
|
D | ContextVk.cpp | 231 {SurfaceRotation::FlippedRotated90Degrees, 242 (rotation == SurfaceRotation::FlippedRotated90Degrees) || in IsRotatedAspectRatio()
|