Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_util/
DSpecializationConstant.cpp72 TIntermAggregate *CreateMat2x2(const Mat2x2EnumMap &matrix, vk::SurfaceRotation rotation) in CreateMat2x2() function
93 CreateMat2x2(matrix, vk::SurfaceRotation::Identity), in GenerateMat2x2ArrayWithIndex()
94 CreateMat2x2(matrix, vk::SurfaceRotation::Rotated90Degrees), in GenerateMat2x2ArrayWithIndex()
95 CreateMat2x2(matrix, vk::SurfaceRotation::Rotated180Degrees), in GenerateMat2x2ArrayWithIndex()
96 CreateMat2x2(matrix, vk::SurfaceRotation::Rotated270Degrees), in GenerateMat2x2ArrayWithIndex()
97 CreateMat2x2(matrix, vk::SurfaceRotation::FlippedIdentity), in GenerateMat2x2ArrayWithIndex()
98 CreateMat2x2(matrix, vk::SurfaceRotation::FlippedRotated90Degrees), in GenerateMat2x2ArrayWithIndex()
99 CreateMat2x2(matrix, vk::SurfaceRotation::FlippedRotated180Degrees), in GenerateMat2x2ArrayWithIndex()
100 CreateMat2x2(matrix, vk::SurfaceRotation::FlippedRotated270Degrees)}; in GenerateMat2x2ArrayWithIndex()