Home
last modified time | relevance | path

Searched defs:type (Results 8201 - 8225 of 11838) sorted by relevance

1...<<321322323324325326327328329330>>...474

/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass.cpp400 const auto* type = GetIRContext()->get_type_mgr()->GetType(type_id); in FindOrCreateConstant() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dconstants.h130 const Type* type() const { return type_; } in type() function in spvtools::opt::analysis::Constant
518 GetConstant(const Type* type, const C& literal_words_or_ids) GetConstant() argument
[all...]
H A Dgraphics_robust_access_pass.cpp593 GetValueForType( uint64_t value, const analysis::Integer* type) GetValueForType() argument
[all...]
H A Dir_builder.h283 Instruction* AddPhi(uint32_t type, const std::vector<uint32_t>& incomings, in AddPhi() argument
294 Instruction* AddIAdd(uint32_t type, uint32_ argument
308 uint32_t type = GetContext()->get_type_mgr()->GetId(&bool_type); AddULessThan() local
322 uint32_t type = GetContext()->get_type_mgr()->GetId(&bool_type); AddSLessThan() local
336 analysis::Type* type = AddLessThan() local
351 AddSelect(uint32_t type, uint32_t cond, uint32_t true_value, uint32_t false_value) AddSelect() argument
372 AddCompositeConstruct(uint32_t type, const std::vector<uint32_t>& ids) AddCompositeConstruct() argument
439 AddCompositeExtract(uint32_t type, uint32_t id_of_composite, const std::vector<uint32_t>& index_list) AddCompositeExtract() argument
[all...]
H A Dreplace_desc_array_access_using_var_index.cpp374 auto* type = context()->get_type_mgr()->GetType(type_id); in GetConstNull() local
H A Dscalar_analysis.cpp846 analysis::Type* type = context_->get_type_mgr()->GetType(insn->type_id()); in Visit() local
[all...]
H A Dscalar_replacement_pass.cpp243 Instruction* type = GetStorageType(var); in ReplaceWholeLoad() local
301 Instruction* type = GetStorageType(var); in ReplaceWholeStore() local
385 Instruction* type = GetStorageType(inst); in CreateReplacementVariables() local
988 const analysis::Type* type = type_mgr->GetType(type_id); CreateNullConstant() local
1002 Instruction* type = GetStorageType(var_inst); GetMaxLegalIndex() local
[all...]
H A Dtype_manager.cpp52 Type* type = GetType(id); in GetTypeAndPointerType() local
209 GetTypeInstruction(const Type* type) GetTypeInstruction() argument
472 AttachDecorations(uint32_t id, const Type* type) AttachDecorations() argument
505 RebuildType(const Type& type) RebuildType() argument
644 RegisterType(uint32_t id, const Type& type) RegisterType() argument
655 GetRegisteredType(const Type* type) GetRegisteredType() argument
889 AttachDecoration(const Instruction& inst, Type* type) AttachDecoration() argument
942 ReplaceForwardPointers(Type* type) ReplaceForwardPointers() argument
999 Type* type = p.type(); ReplaceType() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
H A DjsonToSpirv.cpp108 OperandClass type; member
150 OperandClass type = OperandNone; in ToOperandClassAndOptionality() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass.cpp400 const auto* type = GetIRContext()->get_type_mgr()->GetType(type_id); in FindOrCreateConstant() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconstants.h130 const Type* type() const { return type_; } in type() function in spvtools::opt::analysis::Constant
518 GetConstant(const Type* type, const C& literal_words_or_ids) GetConstant() argument
[all...]
H A Dgraphics_robust_access_pass.cpp593 GetValueForType( uint64_t value, const analysis::Integer* type) GetValueForType() argument
[all...]
H A Dir_builder.h283 Instruction* AddPhi(uint32_t type, const std::vector<uint32_t>& incomings, in AddPhi() argument
294 Instruction* AddIAdd(uint32_t type, uint32_ argument
308 uint32_t type = GetContext()->get_type_mgr()->GetId(&bool_type); AddULessThan() local
322 uint32_t type = GetContext()->get_type_mgr()->GetId(&bool_type); AddSLessThan() local
336 analysis::Type* type = AddLessThan() local
351 AddSelect(uint32_t type, uint32_t cond, uint32_t true_value, uint32_t false_value) AddSelect() argument
372 AddCompositeConstruct(uint32_t type, const std::vector<uint32_t>& ids) AddCompositeConstruct() argument
439 AddCompositeExtract(uint32_t type, uint32_t id_of_composite, const std::vector<uint32_t>& index_list) AddCompositeExtract() argument
[all...]
H A Dreplace_desc_array_access_using_var_index.cpp374 auto* type = context()->get_type_mgr()->GetType(type_id); in GetConstNull() local
H A Dscalar_analysis.cpp846 analysis::Type* type = context_->get_type_mgr()->GetType(insn->type_id()); in Visit() local
[all...]
H A Dscalar_replacement_pass.cpp243 Instruction* type = GetStorageType(var); in ReplaceWholeLoad() local
301 Instruction* type = GetStorageType(var); in ReplaceWholeStore() local
385 Instruction* type = GetStorageType(inst); in CreateReplacementVariables() local
988 const analysis::Type* type = type_mgr->GetType(type_id); CreateNullConstant() local
1002 Instruction* type = GetStorageType(var_inst); GetMaxLegalIndex() local
[all...]
H A Dtype_manager.cpp52 Type* type = GetType(id); in GetTypeAndPointerType() local
209 GetTypeInstruction(const Type* type) GetTypeInstruction() argument
472 AttachDecorations(uint32_t id, const Type* type) AttachDecorations() argument
505 RebuildType(const Type& type) RebuildType() argument
644 RegisterType(uint32_t id, const Type& type) RegisterType() argument
655 GetRegisteredType(const Type* type) GetRegisteredType() argument
889 AttachDecoration(const Instruction& inst, Type* type) AttachDecoration() argument
942 ReplaceForwardPointers(Type* type) ReplaceForwardPointers() argument
999 Type* type = p.type(); ReplaceType() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_type.cpp441 auto type = _.FindDef(type_id); ValidateTypePointer() local
[all...]
/third_party/skia/third_party/externals/libwebp/extras/
H A Dget_disto.c234 int type = 0; in main() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dlistformatter.cpp355 static const char* typeWidthToStyleString(UListFormatterType type, UListFormatterWidth width) { in typeWidthToStyleString() argument
521 createInstance( const Locale& locale, UListFormatterType type, UListFormatterWidth width, UErrorCode& errorCode) createInstance() argument
H A Ducol.cpp576 ucol_getLocale(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status) { in ucol_getLocale() argument
581 ucol_getLocaleByType(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status) { in ucol_getLocaleByType() argument
H A Dunum.cpp893 unum_getContext(const UNumberFormat *fmt, UDisplayContextType type, UErrorCode* status) in unum_getContext() argument
869 unum_getLocaleByType(const UNumberFormat *fmt, ULocDataLocaleType type, UErrorCode* status) unum_getLocaleByType() argument
H A Duspoof.cpp674 uspoof_getSkeleton(const USpoofChecker *sc, uint32_t type, const UChar *id, int32_t length, UChar *dest, int32_t destCapacity, UErrorCode *status) uspoof_getSkeleton() argument
729 uspoof_getSkeletonUTF8(const USpoofChecker *sc, uint32_t type, const char *id, int32_t length, char *dest, int32_t destCapacity, UErrorCode *status) uspoof_getSkeletonUTF8() argument
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
H A Dn2builder.cpp950 Norm::MappingType type; writeDataFile() local
[all...]
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dreslist.h245 ContainerResource(SRBRoot *bundle, const char *tag, int8_t type, in ContainerResource() argument

Completed in 30 milliseconds

1...<<321322323324325326327328329330>>...474