| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | if_conversion.cpp | 202 Instruction* type = get_def_use_mgr()->GetDef(id); in CheckType() local
|
| H A D | replace_invalid_opc.cpp | 186 Instruction* type = context()->get_def_use_mgr()->GetDef(type_id); in GetSpecialConstant() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
| H A D | text_handler.h | 68 inline bool isScalarIntegral(const IdType& type) { in isScalarIntegral() argument 73 inline bool isScalarFloating(const IdType& type) { in isScalarFloating() argument 80 assumedBitWidth(const IdType& type) assumedBitWidth() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
| H A D | parse_number.h | 38 inline bool IsIntegral(const NumberType& type) { in IsIntegral() argument 44 inline bool IsFloating(const NumberType& type) { in IsFloating() argument 49 IsSigned(const NumberType& type) IsSigned() argument 54 IsUnknown(const NumberType& type) IsUnknown() argument 60 AssumedBitWidth(const NumberType& type) AssumedBitWidth() argument 104 CheckRangeAndIfHexThenSignExtend(T value, const NumberType& type, bool is_hex, T* updated_value_for_hex) CheckRangeAndIfHexThenSignExtend() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
| H A D | basic_block.h | 80 void set_type(BlockType type) { in set_type() argument
|
| H A D | construct.cpp | 34 ConstructType Construct::type() const { return type_; } in type() function in spvtools::val::Construct 43 bool ValidateConstructSize(ConstructType type, size_t size) { in ValidateConstructSize() argument
|
| H A D | validate_annotation.cpp | 159 bool DecorationTakesIdParameters(SpvDecoration type) { in DecorationTakesIdParameters() argument 321 const auto type = _.FindDef(target->type_id()); in ValidateDecorationTarget() local [all...] |
| H A D | validate_decorations.cpp | 118 std::vector<uint32_t> getStructMembers(uint32_t struct_id, SpvOp type, in getStructMembers() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
| H A D | text_literal_test.cpp | 170 successfulEncode(const TextLiteralCase& test, IdTypeClass type) successfulEncode() argument 186 failedEncode(const TextLiteralCase& test, IdTypeClass type) failedEncode() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
| H A D | val_decoration_test.cpp | 6515 ShaderWithComponentDecoration(const std::string& type, const std::string& decoration) ShaderWithComponentDecoration() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | number_affixutils.cpp | 131 Field AffixUtils::getFieldForType(AffixPatternType type) { in getFieldForType() argument 202 AffixUtils::containsType(const UnicodeString &affixPattern, AffixPatternType type, UErrorCod argument 232 replaceType(const UnicodeString &affixPattern, AffixPatternType type, char16_t replacementChar, UErrorCode &status) replaceType() argument [all...] |
| H A D | selfmt.cpp | 138 const UMessagePatternPartType type=part.getType(); in findSubMessage() local
|
| /third_party/skia/third_party/externals/icu/source/samples/coll/ |
| H A D | coll.cpp | 67 enum {FLAG, NUM, STRING} type; member
|
| /third_party/skia/third_party/externals/icu/source/samples/strsrch/ |
| H A D | strsrch.cpp | 75 enum {FLAG, NUM, STRING} type; member
|
| /third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
| H A D | package.h | 42 char type; member
|
| H A D | unewdata.cpp | 36 udata_create(const char *dir, const char *type, const char *name, in udata_create() argument 194 udata_createDummy(const char *dir, const char *type, const char *name, UErrorCode *pErrorCode) { in udata_createDummy() argument [all...] |
| /third_party/skia/third_party/externals/microhttpd/src/platform/ |
| H A D | w32functions.c | 682 DWORD type; // Mus in W32_SetThreadName() member [all...] |
| /third_party/skia/third_party/externals/microhttpd/src/testcurl/https/ |
| H A D | test_https_sni.c | 145 unsigned int type; in sni_callback() local
|
| /third_party/skia/src/ports/ |
| H A D | SkImageEncoder_WIC.cpp | 35 GUID type; in SkEncodeImageWithWIC() local
|
| /third_party/skia/src/sksl/dsl/ |
| H A D | DSLExpression.cpp | 128 DSLType DSLExpression::type() { in type() function in SkSL::dsl::DSLExpression 296 DSLType DSLPossibleExpression::type() { in type() function in SkSL::dsl::DSLPossibleExpression
|
| H A D | DSLType.cpp | 49 const SkSL::Type* type in find_type() local 18 verify_type(const Context& context, const SkSL::Type* type, bool allowPrivateTypes, PositionInfo pos) verify_type() argument 57 const Type* type = find_type(context, name, pos); find_type() local 175 DSLType(const SkSL::Type* type) DSLType() argument 238 Construct(DSLType type, SkSpan<DSLExpression> argArray) Construct() argument 273 const SkSL::Type& type = field.fType.skslType(); Struct() local [all...] |
| H A D | DSLVar.cpp | 26 DSLVarBase::DSLVarBase(DSLType type, skstd::string_view name, DSLExpression initialValue, in DSLVarBase() argument 30 DSLVarBase::DSLVarBase(DSLType type, DSLExpression initialValue, PositionInfo pos) in DSLVarBase() argument 33 DSLVarBase::DSLVarBase(const DSLModifiers& modifiers, DSLType type, DSLExpression initialValue, in DSLVarBase() argument 37 DSLVarBase::DSLVarBase(const DSLModifiers& modifiers, DSLType type, skstd::string_view name, in DSLVarBase() argument [all...] |
| /third_party/skia/tests/ |
| H A D | PDFJpegEmbedTest.cpp | 115 SkJFIFInfo::Type type; in DEF_TEST() member
|
| /third_party/skia/src/sksl/ir/ |
| H A D | SkSLVariable.h | 45 Variable(int line, const Modifiers* modifiers, skstd::string_view name, const Type* type, in Variable() argument
|
| /third_party/skia/src/sksl/lex/ |
| H A D | TransitionTable.cpp | 39 IndexType type; member
|