/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | TranslatorMetal.cpp | 70 TIntermBinary *assignment = new TIntermBinary(TOperator::EOpAssign, positionYLHS, inverseY); in AppendVertexShaderPositionYCorrectionToMain() local 209 TIntermBinary *assignment = new TIntermBinary(TOperator::EOpAssign, positionZLHS, zScale); in transformDepthBeforeCorrection() local 318 TIntermBinary *assignment = in insertRasterizerDiscardLogic() local
|
D | TranslatorMetalDirect.cpp | 271 TIntermBinary *assignment = new TIntermBinary(EOpInitialize, flippedBuiltinRef, aggregate); in RotateAndFlipBuiltinVariable() local 405 TIntermBinary *assignment = in AddFragDataDeclaration() local 457 TIntermBinary *assignment = new TIntermBinary(TOperator::EOpAssign, positionYLHS, inverseY); in AppendVertexShaderPositionYCorrectionToMain() local 561 TIntermBinary *assignment = in insertRasterizationDiscardLogic() local 595 TIntermBinary *assignment = new TIntermBinary(TOperator::EOpAssign, positionZLHS, zScale); in transformDepthBeforeCorrection() local 627 TIntermBinary *assignment = new TIntermBinary(TOperator::EOpAssign, positionZLHS, halfZPlusW); in appendVertexShaderDepthCorrectionToMain() local
|
/third_party/glslang/glslang/HLSL/ |
D | hlslOpMap.cpp | 44 TOperator HlslOpMap::assignment(EHlslTokenClass op) in assignment() function in glslang::HlslOpMap
|
/third_party/gn/src/gn/ |
D | scope_unittest.cc | 54 LiteralNode assignment; in TEST() local 242 LiteralNode assignment; in TEST() local 277 LiteralNode assignment; in TEST() local
|
/third_party/mesa3d/src/compiler/glsl/ |
D | lower_discard.cpp | 159 ir_assignment *assignment = in replace_discard() local
|
D | opt_constant_folding.cpp | 179 ir_assignment *assignment = in visit_enter() local
|
D | ast_function.cpp | 429 ir_assignment *const assignment = in copy_index_derefs_to_temps() local 506 ir_assignment *const assignment = in fix_parameter() local 1257 ir_instruction *assignment = NULL; in process_vec_mat_constructor() local 1397 ir_instruction *assignment = new(ctx) ir_assignment(lhs, rhs); in process_array_constructor() local
|
D | opt_function_inlining.cpp | 118 ir_assignment *assignment; in visit_enter() local
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderMultisampleInterpolationTests.cpp | 67 std::string const& qualifier = "", std::string const& assignment = "", in specializeVersion() 250 char const* assignment, char const* condition, bool unique, GLenum internalFormat, in ShaderMultisampleInterpolationBaseCase() 607 char const* assignment; in init() member
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
D | RangeTable.java | 147 public RangeTree getRanges(Assignment<?> assignment) { in getRanges() 213 public Builder assign(Assignment<?> assignment, RangeTree ranges, OverwriteMode mode) { in assign() 453 public RangeTree getRanges(Assignment<?> assignment) { in getRanges() 948 abstract Assignment<?> assignment(); in assignment() method in Cell
|
D | Change.java | 51 public Builder assign(Assignment<?> assignment) { in assign()
|
/third_party/python/Doc/reference/ |
D | simple_stmts.rst | 69 .. _assignment: target in Expression statements
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
D | ReplaceArrayOfMatrixVarying.cpp | 131 TIntermBinary *assignment; in ReplaceArrayOfMatrixVarying() local
|
D | RewriteSampleMaskVariable.cpp | 158 TIntermBinary *assignment = new TIntermBinary(EOpAssign, sampleMaskVar, fullSampleMask); in RewriteSampleMask() local
|
D | ReplaceClipCullDistanceVariable.cpp | 229 TIntermBinary *assignment = new TIntermBinary(EOpAssign, left, right); in assignFuncWithEnableFlags() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | TranslatorVulkan.cpp | 242 TIntermBinary *assignment = new TIntermBinary(EOpInitialize, flippedBuiltinRef, aggregate); in FlipBuiltinVariable() local 307 TIntermBinary *assignment = new TIntermBinary(TOperator::EOpAssign, positionZLHS, halfZPlusW); in AppendVertexShaderDepthCorrectionToMain() local 451 TIntermBinary *assignment = in AddANGLEPositionVarying() local
|
/third_party/typescript/src/services/codefixes/ |
D | generateAccessors.ts | 203 …const assignment = factory.updatePropertyAssignment(declaration, fieldName, declaration.initialize… constant
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_register_allocation.cpp | 48 struct assignment { struct 49 PhysReg reg; 50 RegClass rc; 51 union { 58 uint32_t affinity = 0; 60 assignment(PhysReg reg_, RegClass rc_) : reg(reg_), rc(rc_), assigned(-1) {} in assignment() argument 61 void set(const Definition& def) in set()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | InitializeVariables.cpp | 73 TIntermTyped *assignment = in AddZeroInitSequence() local
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | locid.cpp | 1349 const char* assignment = uprv_strchr(fullName, '='); in createKeywords() local 1378 const char* assignment = uprv_strchr(fullName, '='); in createUnicodeKeywords() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/ |
D | RewriteRowMajorMatrices.cpp | 807 TIntermBinary *assignment = accessor->getAsBinaryNode(); in determineAccess() local 1060 TIntermBinary *assignment = accessor->getAsBinaryNode(); in transformExpression() local
|
/third_party/typescript/src/compiler/transformers/ |
D | es2015.ts | 2401 const assignment = factory.createAssignment(initializer, boundValue); constant 2648 const assignment = factory.createAssignment( constant
|
/third_party/skia/src/sksl/ |
D | SkSLInliner.cpp | 551 auto assignment = ExpressionStatement::Make( in inlineStatement() local
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | locid.cpp | 2566 const char* assignment = uprv_strchr(fullName, '='); in createKeywords() local 2595 const char* assignment = uprv_strchr(fullName, '='); in createUnicodeKeywords() local
|
/third_party/node/deps/icu-small/source/common/ |
D | locid.cpp | 2535 const char* assignment = uprv_strchr(fullName, '='); in createKeywords() local 2564 const char* assignment = uprv_strchr(fullName, '='); in createUnicodeKeywords() local
|