Home
last modified time | relevance | path

Searched defs:assignment (Results 1 – 25 of 39) 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/rust/rust/tests/ui/never_type/
Ddiverging-fallback-control-flow.rs30 fn assignment() { in assignment() function
/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/mesa3d/src/compiler/glsl/
Dast_function.cpp433 ir_assignment *const assignment = in copy_index_derefs_to_temps() local
510 ir_assignment *const assignment = in fix_parameter() local
1313 ir_instruction *assignment = NULL; in process_vec_mat_constructor() local
1452 ir_instruction *assignment = new(ctx) ir_assignment(lhs, rhs); in process_array_constructor() local
2419 ir_instruction *assignment = new(ctx) ir_assignment(lhs, result); in hir() local
Dopt_function_inlining.cpp87 ir_assignment *assignment; in visit_enter() local
/third_party/typescript/src/compiler/transformers/
Des2018.ts1145 const assignment = factory.createAssignment(name, initializer); constant
1169 const assignment = factory.createAssignment(name, initializer); constant
/third_party/rust/rust/tests/debuginfo/
Dfunction-prologue-stepping-regular.rs146 fn assignment(mut a: u64, b: u64, c: f64) { in assignment() function
Dfunction-arg-initialization.rs247 fn assignment(mut a: u64, b: u64, c: f64) { in assignment() function
/third_party/typescript/tests/baselines/reference/
DplainJSGrammarErrors.js115 assignment = 1, property
322 assignment = 1, property
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dmanual_clamp.rs160 let assignment = if let Some(assignment) = make_assignment { in emit_suggestion() localVariable
161 let assignment = Sugg::hir(cx, assignment, ".."); in emit_suggestion() localVariable
/third_party/typescript/src/services/codefixes/
DgenerateAccessors.ts216 …const assignment = factory.updatePropertyAssignment(declaration, fieldName, declaration.initialize… constant
/third_party/rust/rust/src/tools/clippy/tests/ui/
Dcollection_is_never_read.rs99 fn assignment() { in assignment() function
/third_party/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp32 struct assignment { struct
33 PhysReg reg;
34 RegClass rc;
35 union {
44 uint32_t affinity = 0;
46 assignment(PhysReg reg_, RegClass rc_) : reg(reg_), rc(rc_) { assigned = true; } in assignment() function
47 void set(const Definition& def) in set()
/third_party/grpc/test/cpp/end2end/xds/
Dxds_utils.cc339 ClusterLoadAssignment assignment; in BuildEdsResource() local
/third_party/rust/rust/tests/ui/drop/
Ddynamic-drop-async.rs146 async fn assignment(a: Rc<Allocator>, c0: bool, c1: bool) { in assignment() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DInitializeVariables.cpp73 TIntermTyped *assignment = in AddZeroInitSequence() local

12