Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorMetal.cpp70 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
DTranslatorMetalDirect.cpp271 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/
DhlslOpMap.cpp44 TOperator HlslOpMap::assignment(EHlslTokenClass op) in assignment() function in glslang::HlslOpMap
/third_party/gn/src/gn/
Dscope_unittest.cc54 LiteralNode assignment; in TEST() local
242 LiteralNode assignment; in TEST() local
277 LiteralNode assignment; in TEST() local
/third_party/mesa3d/src/compiler/glsl/
Dlower_discard.cpp159 ir_assignment *assignment = in replace_discard() local
Dopt_constant_folding.cpp179 ir_assignment *assignment = in visit_enter() local
Dast_function.cpp429 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
Dopt_function_inlining.cpp118 ir_assignment *assignment; in visit_enter() local
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
DChange.java51 public Builder assign(Assignment<?> assignment) { in assign()
DRangeTable.java147 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
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderMultisampleInterpolationTests.cpp67 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/python/Doc/reference/
Dsimple_stmts.rst69 .. _assignment: target in Expression statements
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DReplaceArrayOfMatrixVarying.cpp131 TIntermBinary *assignment; in ReplaceArrayOfMatrixVarying() local
DRewriteSampleMaskVariable.cpp158 TIntermBinary *assignment = new TIntermBinary(EOpAssign, sampleMaskVar, fullSampleMask); in RewriteSampleMask() local
DReplaceClipCullDistanceVariable.cpp229 TIntermBinary *assignment = new TIntermBinary(EOpAssign, left, right); in assignFuncWithEnableFlags() local
/third_party/typescript/tests/baselines/reference/
DplainJSGrammarErrors.js115 assignment = 1, property
322 assignment = 1, property
/third_party/typescript/src/compiler/transformers/
Des2018.ts1124 const assignment = factory.createAssignment(name, initializer); constant
1148 const assignment = factory.createAssignment(name, initializer); constant
Des2015.ts2491 const assignment = factory.createAssignment(initializer, boundValue); constant
2738 const assignment = factory.createAssignment( constant
/third_party/typescript/src/services/codefixes/
DgenerateAccessors.ts198 …const assignment = factory.updatePropertyAssignment(declaration, fieldName, declaration.initialize… constant
/third_party/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp48 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/
DInitializeVariables.cpp73 TIntermTyped *assignment = in AddZeroInitSequence() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
DRewriteRowMajorMatrices.cpp807 TIntermBinary *assignment = accessor->getAsBinaryNode(); in determineAccess() local
1060 TIntermBinary *assignment = accessor->getAsBinaryNode(); in transformExpression() local
/third_party/skia/src/sksl/
DSkSLInliner.cpp551 auto assignment = ExpressionStatement::Make( in inlineStatement() local
/third_party/icu/icu4c/source/common/
Dlocid.cpp2528 const char* assignment = uprv_strchr(fullName, '='); in createKeywords() local
2557 const char* assignment = uprv_strchr(fullName, '='); in createUnicodeKeywords() local
/third_party/skia/third_party/externals/icu/source/common/
Dlocid.cpp2566 const char* assignment = uprv_strchr(fullName, '='); in createKeywords() local
2595 const char* assignment = uprv_strchr(fullName, '='); in createUnicodeKeywords() local

12