Home
last modified time | relevance | path

Searched defs:var (Results 1801 - 1825 of 2117) sorted by relevance

1...<<71727374757677787980>>...85

/third_party/skia/src/gpu/effects/
H A DGrSkSLFP.cpp48 const SkSL::Variable& var = decl->var(); variable
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_parser.cpp776 auto &var = set<SPIRVariable>(id, result_type, spv::StorageClassFunction); in parse() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddesc_sroa.cpp53 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 Dloop_unswitch_pass.cpp498 bool IsDynamicallyUniform(Instruction* var, const BasicBlock* entry, in IsDynamicallyUniform() argument
[all...]
H A Dssa_rewrite_pass.cpp671 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 Ddesc_sroa.cpp53 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 Dloop_unswitch_pass.cpp498 bool IsDynamicallyUniform(Instruction* var, const BasicBlock* entry, in IsDynamicallyUniform() argument
[all...]
H A Dssa_rewrite_pass.cpp671 auto* var = pass_->get_def_use_mgr()->GetDef(var_id); in AddDebugValuesForInvisibleDebugDecls() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtridpars.cpp561 int32_t var = id.indexOf(VARIANT_SEP); in IDtoSTV() local
[all...]
/third_party/skia/src/sksl/
H A DSkSLAnalysis.cpp131 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 DSkSLCompiler.cpp383 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 Dcffdrivr.c968 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 Dcffobjs.c728 FT_Service_MetricsVariations var = (FT_Service_MetricsVariations)face->var; in FT_LOCAL_DEF() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-buffer.h133 hb_var_int_t var; member
/third_party/skia/third_party/externals/tint/src/inspector/
H A Dtest_inspector_builder.cc63 MakePlainGlobalReferenceBodyFunction( std::string func, std::string var, const ast::Type* type, ast::DecorationList decorations) MakePlainGlobalReferenceBodyFunction() argument
/third_party/python/Modules/
H A D_testinternalcapi.c291 Py_ssize_t var = 1; in test_atomic_funcs() local
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBUtil.php99 $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 Ddesc_sroa.cpp54 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 Dliveness.cpp234 void LivenessManager::MarkRefLive(const Instruction* ref, Instruction* var) { in MarkRefLive() argument
[all...]
H A Dloop_unswitch_pass.cpp491 bool IsDynamicallyUniform(Instruction* var, const BasicBlock* entry, in IsDynamicallyUniform() argument
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsFragOpInteractionCase.cpp88 const rsg::Variable* var = attrib->getVariable(); in computeVertexLayout() local
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgVariableManager.cpp461 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 DFindPreciseNodes.cpp86 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 Dhitrace_ndk_test.cpp459 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 Dwindow_test.cpp2628 auto var = 5; in HWTEST_F() local

Completed in 30 milliseconds

1...<<71727374757677787980>>...85