Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DSpecializationConstant.cpp196 TIntermTyped *CreateFloatArrayWithRotationIndex(const Vec2EnumMap &valuesEnumMap, in CreateFloatArrayWithRotationIndex() argument
206 CreateFloatNode(valuesEnumMap[vk::SurfaceRotation::Identity][subscript] * scale, EbpLow), in CreateFloatArrayWithRotationIndex()
207 CreateFloatNode(valuesEnumMap[vk::SurfaceRotation::Rotated90Degrees][subscript] * scale, in CreateFloatArrayWithRotationIndex()
209 CreateFloatNode(valuesEnumMap[vk::SurfaceRotation::Rotated180Degrees][subscript] * scale, in CreateFloatArrayWithRotationIndex()
211 CreateFloatNode(valuesEnumMap[vk::SurfaceRotation::Rotated270Degrees][subscript] * scale, in CreateFloatArrayWithRotationIndex()
213 CreateFloatNode(valuesEnumMap[vk::SurfaceRotation::FlippedIdentity][subscript] * scale, in CreateFloatArrayWithRotationIndex()
216 valuesEnumMap[vk::SurfaceRotation::FlippedRotated90Degrees][subscript] * scale, EbpLow), in CreateFloatArrayWithRotationIndex()
218 valuesEnumMap[vk::SurfaceRotation::FlippedRotated180Degrees][subscript] * scale, in CreateFloatArrayWithRotationIndex()
221 valuesEnumMap[vk::SurfaceRotation::FlippedRotated270Degrees][subscript] * scale, in CreateFloatArrayWithRotationIndex()