| /third_party/skia/src/gpu/effects/ |
| H A D | GrSkSLFP.cpp | 48 const SkSL::Variable& var = decl->var(); variable
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_parser.cpp | 776 auto &var = set<SPIRVariable>(id, result_type, spv::StorageClassFunction); in parse() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | desc_sroa.cpp | 53 bool DescriptorScalarReplacement::ReplaceCandidate(Instruction* var) { in ReplaceCandidate() argument 100 ReplaceAccessChain(Instruction* var, Instruction* use) ReplaceAccessChain() argument 149 GetReplacementVariable(Instruction* var, uint32_t idx) GetReplacementVariable() argument 236 CreateReplacementVariable( Instruction* var, uint32_t idx) CreateReplacementVariable() argument 349 ReplaceLoadedValue(Instruction* var, Instruction* value) ReplaceLoadedValue() argument 384 ReplaceCompositeExtract( Instruction* var, Instruction* extract) ReplaceCompositeExtract() argument [all...] |
| H A D | loop_unswitch_pass.cpp | 498 bool IsDynamicallyUniform(Instruction* var, const BasicBlock* entry, in IsDynamicallyUniform() argument [all...] |
| H A D | ssa_rewrite_pass.cpp | 671 auto* var = pass_->get_def_use_mgr()->GetDef(var_id); in AddDebugValuesForInvisibleDebugDecls() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | desc_sroa.cpp | 53 bool DescriptorScalarReplacement::ReplaceCandidate(Instruction* var) { in ReplaceCandidate() argument 100 ReplaceAccessChain(Instruction* var, Instruction* use) ReplaceAccessChain() argument 149 GetReplacementVariable(Instruction* var, uint32_t idx) GetReplacementVariable() argument 237 CreateReplacementVariable( Instruction* var, uint32_t idx) CreateReplacementVariable() argument 350 ReplaceLoadedValue(Instruction* var, Instruction* value) ReplaceLoadedValue() argument 385 ReplaceCompositeExtract( Instruction* var, Instruction* extract) ReplaceCompositeExtract() argument [all...] |
| H A D | loop_unswitch_pass.cpp | 498 bool IsDynamicallyUniform(Instruction* var, const BasicBlock* entry, in IsDynamicallyUniform() argument [all...] |
| H A D | ssa_rewrite_pass.cpp | 671 auto* var = pass_->get_def_use_mgr()->GetDef(var_id); in AddDebugValuesForInvisibleDebugDecls() local
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | tridpars.cpp | 561 int32_t var = id.indexOf(VARIANT_SEP); in IDtoSTV() local [all...] |
| /third_party/skia/src/sksl/ |
| H A D | SkSLAnalysis.cpp | 131 const VariableReference& var = e.as<VariableReference>(); variable 197 VariableWriteVisitor(const Variable* var) in VariableWriteVisitor() argument 250 const Variable* var = varRef.variable(); in visitExpression() local 347 const Variable* var; in DetectVarDeclarationWithoutScope() local 380 StatementWritesToVariable(const Statement& stmt, const Variable& var) StatementWritesToVariable() argument 494 const Variable* var = &f.initializer()->as<VarDeclaration>().var(); global() variable [all...] |
| H A D | SkSLCompiler.cpp | 383 const Variable& var = global.declaration()->as<VarDeclaration>().var(); in parseModule() local 389 const Variable& var = element->as<InterfaceBlock>().variable(); in parseModule() local 471 const Variable* var = &result->as<Variable>(); in convertIdentifier() local [all...] |
| /third_party/skia/third_party/externals/freetype/src/cff/ |
| H A D | cffdrivr.c | 968 FT_Service_MetricsVariations var = (FT_Service_MetricsVariations)face->var; in cff_hadvance_adjust() local 978 FT_Service_MetricsVariations var = (FT_Service_MetricsVariations)face->var; in cff_metrics_adjust() local
|
| H A D | cffobjs.c | 728 FT_Service_MetricsVariations var = (FT_Service_MetricsVariations)face->var; in FT_LOCAL_DEF() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-buffer.h | 133 hb_var_int_t var; member
|
| /third_party/skia/third_party/externals/tint/src/inspector/ |
| H A D | test_inspector_builder.cc | 63 MakePlainGlobalReferenceBodyFunction( std::string func, std::string var, const ast::Type* type, ast::DecorationList decorations) MakePlainGlobalReferenceBodyFunction() argument
|
| /third_party/python/Modules/ |
| H A D | _testinternalcapi.c | 291 Py_ssize_t var = 1; in test_atomic_funcs() local
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | GPBUtil.php | 99 $var = strval($var); variable 114 $var = intval($var); global() variable 124 $var = intval($var); global() variable 128 $var = bcsub($var, "4294967296"); global() variable 130 $var = (int) $var; global() variable 141 $var = intval($var); global() variable 147 $var = number_format($var, 0, ".", ""); global() variable 159 $var = intval($var); global() variable 161 $var = number_format($var, 0, ".", ""); global() variable 171 $var = floatval($var); global() variable 180 $var = floatval($var); global() variable 191 $var = boolval($var); global() variable [all...] |
| /third_party/spirv-tools/source/opt/ |
| H A D | desc_sroa.cpp | 54 bool DescriptorScalarReplacement::ReplaceCandidate(Instruction* var) { in ReplaceCandidate() argument 101 ReplaceAccessChain(Instruction* var, Instruction* use) ReplaceAccessChain() argument 150 GetReplacementVariable(Instruction* var, uint32_t idx) GetReplacementVariable() argument 238 CreateReplacementVariable( Instruction* var, uint32_t idx) CreateReplacementVariable() argument 351 ReplaceLoadedValue(Instruction* var, Instruction* value) ReplaceLoadedValue() argument 386 ReplaceCompositeExtract( Instruction* var, Instruction* extract) ReplaceCompositeExtract() argument [all...] |
| H A D | liveness.cpp | 234 void LivenessManager::MarkRefLive(const Instruction* ref, Instruction* var) { in MarkRefLive() argument [all...] |
| H A D | loop_unswitch_pass.cpp | 491 bool IsDynamicallyUniform(Instruction* var, const BasicBlock* entry, in IsDynamicallyUniform() argument [all...] |
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsFragOpInteractionCase.cpp | 88 const rsg::Variable* var = attrib->getVariable(); in computeVertexLayout() local
|
| /third_party/vk-gl-cts/framework/randomshaders/ |
| H A D | rsgVariableManager.cpp | 461 const Variable* var = entry->getVariable(); in popValueScope() local 496 const Variable* var = oldEntry->getVariable(); popValueScope() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
| H A D | FindPreciseNodes.cpp | 86 const TVariable *var = &lvalue->getAsSymbolNode()->variable(); in build() local 102 const TVariable *var = build(binary->getLeft()); in build() local
|
| /base/hiviewdfx/hitrace/test/unittest/hitrace_meter/ |
| H A D | hitrace_ndk_test.cpp | 459 int var = 1; in HWTEST_F() local 1066 int var = 1; in HWTEST_F() local 1089 int var = 1; in HWTEST_F() local 1109 int var = 1; HWTEST_F() local 1124 int var = 1; HWTEST_F() local 1387 int var = 1; HWTEST_F() local [all...] |
| /foundation/window/window_manager/wm/test/unittest/ |
| H A D | window_test.cpp | 2628 auto var = 5;
in HWTEST_F() local
|