Searched defs:assignment (Results 1 – 5 of 5) sorted by relevance
| /device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/ |
| D | TranslatorMetal.cpp | 54 TIntermBinary *assignment = new TIntermBinary(TOperator::EOpAssign, positionYLHS, inverseY); in AppendVertexShaderPositionYCorrectionToMain() local 121 TIntermBinary *assignment = new TIntermBinary(TOperator::EOpAssign, positionZLHS, zScale); in transformDepthBeforeCorrection() local
|
| D | TranslatorVulkan.cpp | 270 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/ |
| D | partition.h | 68 std::vector<int> assignment; member
|
| /device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_util/ |
| D | ReplaceClipDistanceVariable.cpp | 260 TIntermBinary *assignment = new TIntermBinary(EOpAssign, left, right); in ReplaceClipDistanceAssignments() local
|
| /device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/ |
| D | RewriteRowMajorMatrices.cpp | 808 TIntermBinary *assignment = accessor->getAsBinaryNode(); in determineAccess() local 1061 TIntermBinary *assignment = accessor->getAsBinaryNode(); in transformExpression() local
|