Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_util/
DSpecializationConstant.cpp209 TIntermTyped *CreateFloatArrayWithRotationIndex(const Vec2EnumMap &valuesEnumMap, in CreateFloatArrayWithRotationIndex() argument
219 CreateFloatNode(valuesEnumMap[vk::SurfaceRotation::Identity][subscript] * scale), in CreateFloatArrayWithRotationIndex()
220 CreateFloatNode(valuesEnumMap[vk::SurfaceRotation::Rotated90Degrees][subscript] * scale), in CreateFloatArrayWithRotationIndex()
221 CreateFloatNode(valuesEnumMap[vk::SurfaceRotation::Rotated180Degrees][subscript] * scale), in CreateFloatArrayWithRotationIndex()
222 CreateFloatNode(valuesEnumMap[vk::SurfaceRotation::Rotated270Degrees][subscript] * scale), in CreateFloatArrayWithRotationIndex()
223 CreateFloatNode(valuesEnumMap[vk::SurfaceRotation::FlippedIdentity][subscript] * scale), in CreateFloatArrayWithRotationIndex()
224 CreateFloatNode(valuesEnumMap[vk::SurfaceRotation::FlippedRotated90Degrees][subscript] * in CreateFloatArrayWithRotationIndex()
226 CreateFloatNode(valuesEnumMap[vk::SurfaceRotation::FlippedRotated180Degrees][subscript] * in CreateFloatArrayWithRotationIndex()
228 CreateFloatNode(valuesEnumMap[vk::SurfaceRotation::FlippedRotated270Degrees][subscript] * in CreateFloatArrayWithRotationIndex()