Home
last modified time | relevance | path

Searched defs:assignment (Results 1 – 5 of 5) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DTranslatorMetal.cpp54 TIntermBinary *assignment = new TIntermBinary(TOperator::EOpAssign, positionYLHS, inverseY); in AppendVertexShaderPositionYCorrectionToMain() local
121 TIntermBinary *assignment = new TIntermBinary(TOperator::EOpAssign, positionZLHS, zScale); in transformDepthBeforeCorrection() local
DTranslatorVulkan.cpp270 TIntermBinary *assignment = new TIntermBinary(EOpInitialize, flippedBuiltinRef, aggregate); in RotateAndFlipBuiltinVariable() local
341 TIntermBinary *assignment = new TIntermBinary(TOperator::EOpAssign, positionZLHS, halfZPlusW); in AppendVertexShaderDepthCorrectionToMain() local
369 TIntermBinary *assignment = in AppendPreRotation() local
/device/generic/vulkan-cereal/third-party/astc-codec/src/decoder/
Dpartition.h68 std::vector<int> assignment; member
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_util/
DReplaceClipDistanceVariable.cpp260 TIntermBinary *assignment = new TIntermBinary(EOpAssign, left, right); in ReplaceClipDistanceAssignments() local
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/
DRewriteRowMajorMatrices.cpp808 TIntermBinary *assignment = accessor->getAsBinaryNode(); in determineAccess() local
1061 TIntermBinary *assignment = accessor->getAsBinaryNode(); in transformExpression() local