/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | text_handler.cpp | 240 binaryEncodeNumericLiteral( const char* val, spv_result_t error_code, const IdType& type, spv_instruction_t* pInst) binaryEncodeNumericLiteral() argument 346 auto type = types_.find(value); getTypeOfTypeGeneratingValue() local 361 recordTypeIdForValue(uint32_t value, uint32_t type) recordTypeIdForValue() argument 371 recordIdAsExtInstImport( uint32_t id, spv_ext_inst_type_t type) recordIdAsExtInstImport() argument 382 auto type = import_id_to_ext_inst_type_.find(id); getExtInstTypeForId() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | function.cpp | 110 spv_result_t Function::RegisterSetFunctionDeclType(FunctionDecl type) { in RegisterSetFunctionDeclType() argument
|
H A D | validate_constants.cpp | 26 auto type = _.FindDef(inst->type_id()); in ValidateConstantBool() local [all...] |
H A D | validate_interfaces.cpp | 113 spv_result_t NumConsumedLocations(ValidationState_t& _, const Instruction* type, in NumConsumedLocations() argument 182 NumConsumedComponents(ValidationState_t& _, const Instruction* type) NumConsumedComponents() argument 228 auto type = _.FindDef(type_id); GetLocationsForVariable() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | instruction_test.cpp | 389 Instruction* type = context->get_def_use_mgr()->GetDef(8); TEST_F() local 429 Instruction* type = context->get_def_use_mgr()->GetDef(8); TEST_F() local 472 Instruction* type = context->get_def_use_mgr()->GetDef(10); TEST_F() local 515 Instruction* type = context->get_def_use_mgr()->GetDef(10); TEST_F() local 725 Instruction* type = context->get_def_use_mgr()->GetDef(i); TEST_F() local [all...] |
H A D | type_manager_test.cpp | 879 const Type* type = context->get_type_mgr()->GetType(2u); in TEST() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_capability_test.cpp | 2019 spvCoreOperandTableNameLookup(spv_target_env env, const spv_operand_table table, const spv_operand_type_t type, const char* name, const size_t nameLength) spvCoreOperandTableNameLookup() argument
|
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | gif2webp.c | 282 GifRecordType type; in main() local
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
H A D | pnmdec.c | 39 int type; // 5, 6 or 7 member [all...] |
H A D | wicdec.c | 155 WICColorContextType type; in ExtractICCP() local
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | picture_psnr_enc.c | 132 WebPPlaneDistortion(const uint8_t* src, size_t src_stride, const uint8_t* ref, size_t ref_stride, int width, int height, size_t x_step, int type, float* distortion, float* result) WebPPlaneDistortion() argument 179 WebPPictureDistortion(const WebPPicture* src, const WebPPicture* ref, int type, float results[5]) WebPPictureDistortion() argument 229 WebPPlaneDistortion(const uint8_t* src, size_t src_stride, const uint8_t* ref, size_t ref_stride, int width, int height, size_t x_step, int type, float* distortion, float* result) WebPPlaneDistortion() argument 247 WebPPictureDistortion(const WebPPicture* src, const WebPPicture* ref, int type, float results[5]) WebPPictureDistortion() argument [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | hebrwcal.cpp | 453 int type = 0; in yearType() local 583 int32_t type = yearType(year); in handleComputeFields() local [all...] |
H A D | number_mapper.cpp | 438 bool PropertiesAffixPatternProvider::containsSymbolType(AffixPatternType type, UErrorCode& status) const { in containsSymbolType() argument 501 bool CurrencyPluralInfoAffixProvider::containsSymbolType(AffixPatternType type, UErrorCode& status) const { in containsSymbolType() argument
|
H A D | repattrn.cpp | 705 int32_t type = URX_TYPE(op); in dumpOp() local
|
H A D | ulocdata.cpp | 142 ulocdata_getDelimiter(ULocaleData *uld, ULocaleDataDelimiterType type, in ulocdata_getDelimiter() argument
|
/third_party/skia/third_party/externals/icu/source/tools/icupkg/ |
H A D | icupkg.cpp | 358 const char *type=options[OPT_OUT_TYPE].value; main() local [all...] |
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | pkg_gencmn.cpp | 120 createCommonDataFile(const char *destDir, const char *name, const char *entrypointName, const char *type, const char *source, const char *copyRight, in createCommonDataFile() argument [all...] |
H A D | ppucd.cpp | 150 int32_t type; in readLine() local [all...] |
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_get.c | 537 curlExcessFound(CURL *c, curl_infotype type, char *data, size_t size, void *cls) in curlExcessFound() argument
|
H A D | test_quiesce.c | 182 testGet (int type, int pool_count, int poll_flag) in testGet() argument
|
/third_party/skia/src/utils/ |
H A D | SkCanvasStateUtils.cpp | 59 CanvasBackend type; member
|
H A D | SkUTF.cpp | 42 static bool utf8_type_is_valid_leading_byte(int type) { return type > 0; } in utf8_type_is_valid_leading_byte() argument 55 int type = utf8_byte_type(*(const uint8_t*)utf8); in CountUTF8() local
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLFunctionDeclaration.cpp | 85 const Type& type = param->type(); in check_parameters() local [all...] |
/third_party/skia/src/ports/ |
H A D | SkTypeface_win_dw.cpp | 264 DWRITE_FONT_FACE_TYPE type = fDWriteFontFace->GetType(); in onGetTableTags() local
|
/third_party/skia/src/shaders/gradients/ |
H A D | SkTwoPointConicalGradient.cpp | 92 SkTwoPointConicalGradient( const SkPoint& start, SkScalar startRadius, const SkPoint& end, SkScalar endRadius, const Descriptor& desc, Type type, const SkMatrix& gradientMatrix, const FocalData& data) SkTwoPointConicalGradient() argument
|