Home
last modified time | relevance | path

Searched defs:context (Results 6551 - 6575 of 9348) sorted by relevance

1...<<261262263264265266267268269270>>...374

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dmodule.h263 IRContext* context() const { return context_; } in context() function in spvtools::opt::Module
H A Dscalar_analysis.cpp51 ScalarEvolutionAnalysis::ScalarEvolutionAnalysis(IRContext* context) in ScalarEvolutionAnalysis() argument
653 explicit IsGreaterThanZero(IRContext* context) : context_(context) {} in IsGreaterThanZero() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dtransformation_add_dead_break_test.cpp102 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() local
354 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
731 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
1171 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
1520 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
1580 const auto context = TEST() local
1714 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
1938 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
2161 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
2360 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
2415 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
2464 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
2556 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
2642 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
2701 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
2762 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
2810 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
2858 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/fuzz/
H A Dfuzz.cpp659 void DumpShader(spvtools::opt::IRContext* context, const char* filename) { in DumpShader() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Duspoof_impl.cpp504 spoofDataIsAcceptable(void *context, in spoofDataIsAcceptable() argument
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dpkgitems.cpp51 printError(void *context, const char *fmt, va_list args) { in printError() argument
176 checkParent(const char *itemName, CheckDependency check, void *context, in checkParent() argument
164 checkIDSuffix(const char *itemName, const char *id, int32_t idLength, const char *suffix, CheckDependency check, void *context, UErrorCode *pErrorCode) checkIDSuffix() argument
223 checkAlias(const char *itemName, Resource res, const UChar *alias, int32_t length, UBool useResSuffix, CheckDependency check, void *context, UErrorCode *pErrorCode) checkAlias() argument
281 ures_enumDependencies(const char *itemName, const ResourceData *pResData, Resource res, const char *inKey, const char *parentKey, int32_t depth, CheckDependency check, void *context, Package *pkg, UErrorCode *pErrorCode) ures_enumDependencies() argument
369 ures_enumDependencies(const char *itemName, const UDataInfo *pInfo, const uint8_t *inBytes, int32_t length, CheckDependency check, void *context, Package *pkg, UErrorCode *pErrorCode) ures_enumDependencies() argument
447 ucnv_enumDependencies(const UDataSwapper *ds, const char *itemName, const UDataInfo *pInfo, const uint8_t *inBytes, int32_t length, CheckDependency check, void *context, UErrorCode *pErrorCode) ucnv_enumDependencies() argument
580 enumDependencies(Item *pItem, void *context, CheckDependency check) enumDependencies() argument
[all...]
H A Ducm.cpp205 compareMappingsUnicodeFirst(const void *context, const void *left, const void *right) { in compareMappingsUnicodeFirst() argument
213 compareMappingsBytesFirst(const void *context, const void *left, const void *right) { in compareMappingsBytesFirst() argument
/third_party/skia/tests/
H A DResourceAllocatorTest.cpp330 auto context = ctxInfo.directContext(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
H A DBackendAllocationTest.cpp562 auto context = ctxInfo.directContext(); in color_type_backend_allocation_test() local
751 auto context in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() local
903 auto context = ctxInfo.directContext(); DEF_GPUTEST_FOR_VULKAN_CONTEXT() local
[all...]
H A DGradientTest.cpp398 auto context = GrDirectContext::MakeMock(&options); in test_unsorted_degenerate() local
/third_party/skia/src/ports/
H A DSkFontMgr_fuchsia.cpp37 void ReleaseSkData(const void* buffer, void* context) { in ReleaseSkData() argument
H A DSkScalerContext_mac_ct.cpp153 CGRGBPixel* SkScalerContext_Mac::Offscreen::getCG(const SkScalerContext_Mac& context, in getCG() argument
/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.h127 SPIRVCodeGenerator(const Context* context, in SPIRVCodeGenerator() argument
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dmetablock.c583 size_t context = in BrotliBuildMetaBlockGreedyInternal() local
504 ContextBlockSplitterAddSymbol( ContextBlockSplitter* self, MemoryManager* m, size_t symbol, size_t context) ContextBlockSplitterAddSymbol() argument
/third_party/skia/third_party/externals/brotli/research/
H A Ddurchschlag.cc443 durchschlagGenerateExclusive( size_t dictionary_size_limit, size_t block_len, const DurchschlagContext& context, const uint8_t* sample_data) durchschlagGenerateExclusive() argument
549 durchschlagGenerateCollaborative( size_t dictionary_size_limit, size_t block_len, const DurchschlagContext& context, const uint8_t* sample_data) durchschlagGenerateCollaborative() argument
641 durchschlag_generate(DurchschalgResourceStrategy strategy, size_t dictionary_size_limit, size_t block_len, const DurchschlagContext& context, const uint8_t* sample_data) durchschlag_generate() argument
659 DurchschlagContext context = durchschlag_prepare( durchschlag_distill() local
701 DurchschlagContext context = durchschlag_prepare( durchschlag_purify() local
[all...]
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttobjs.h314 TT_ExecContext context; member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-cff-interp-cs-common.hh207 call_context_t context; member
H A Dhb-ot-shape-complex-arabic.cc512 unsigned int context = i; in apply_stch() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DYAMLTraits.cpp437 Output::Output(raw_ostream &yout, void *context, int WrapColumn) in Output() argument
/third_party/skia/tools/gpu/gl/angle/
H A DGLTestContext_angle.cpp46 auto context = eglGetCurrentContext(); in context_restorer() local
[all...]
/third_party/skia/tools/gpu/gl/command_buffer/
H A DGLTestContext_command_buffer.cpp208 auto context = TLSCurrentObjects::CurrentContext(); in context_restorer() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dicuplug.cpp59 void *context; /**< user context data */ member
501 uplug_setContext(UPlugData *data, void *context) { in uplug_setContext() argument
H A Ducase.cpp52 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 /*end*/, uint32_t /*value*/) { in _enumPropertyStartsRange() argument
910 isFollowedByCasedLetter(UCaseContextIterator *iter, void *context, int8_t dir) { in isFollowedByCasedLetter() argument
933 isPrecededBySoftDotted(UCaseContextIterator *iter, void *context) { in isPrecededBySoftDotted() argument
990 isPrecededBy_I(UCaseContextIterator *iter, void *context) isPrecededBy_I() argument
1014 isFollowedByMoreAbove(UCaseContextIterator *iter, void *context) isFollowedByMoreAbove() argument
1037 isFollowedByDotAbove(UCaseContextIterator *iter, void *context) isFollowedByDotAbove() argument
1060 ucase_toFullLower(UChar32 c, UCaseContextIterator *iter, void *context, const UChar **pString, int32_t loc) ucase_toFullLower() argument
1210 toUpperOrTitle(UChar32 c, UCaseContextIterator *iter, void *context, const UChar **pString, int32_t loc, UBool upperNotTitle) toUpperOrTitle() argument
1320 ucase_toFullUpper(UChar32 c, UCaseContextIterator *iter, void *context, const UChar **pString, int32_t caseLocale) ucase_toFullUpper() argument
1328 ucase_toFullTitle(UChar32 c, UCaseContextIterator *iter, void *context, const UChar **pString, int32_t caseLocale) ucase_toFullTitle() argument
[all...]
H A Duchar.cpp58 const void *context; member
62 _enumTypeValue(const void *context, uint32_t value) { in _enumTypeValue() argument
68 _enumTypeRange(const void *context, UChar32 start, UChar32 end, uint32_t value) { in _enumTypeRange() argument
76 u_enumCharTypes(UCharEnumTypeRange *enumRange, const void *context) { in u_enumCharTypes() argument
651 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 end, uint32_t value) _enumPropertyStartsRange() argument
[all...]
H A Dudata.cpp948 checkDataItem( const DataHeader *pHeader, UDataMemoryIsAcceptable *isAcceptable, void *context, const char *type, const char *name, UErrorCode *nonFatalErr, UErrorCode *fatalErr ) checkDataItem() argument
988 doLoadFromIndividualFiles(const char *pkgName, const char *dataPath, const char *tocEntryPathSuffix, const char *path, const char *type, const char *name, UDataMemoryIsAcceptable *isAcceptable, void *context, UErrorCode *subErrorCode, UErrorCode *pErrorCode) doLoadFromIndividualFiles() argument
1046 doLoadFromCommonData(UBool isICUData, const char * , const char * , const char * , const char *tocEntryName, const char *path, const char *type, const char *name, UDataMemoryIsAcceptable *isAcceptable, void *context, UErrorCode *subErrorCode, UErrorCode *pErrorCode) doLoadFromCommonData() argument
1159 doOpenChoice(const char *path, const char *type, const char *name, UDataMemoryIsAcceptable *isAcceptable, void *context, UErrorCode *pErrorCode) doOpenChoice() argument
1415 udata_openChoice(const char *path, const char *type, const char *name, UDataMemoryIsAcceptable *isAcceptable, void *context, UErrorCode *pErrorCode) udata_openChoice() argument
[all...]

Completed in 33 milliseconds

1...<<261262263264265266267268269270>>...374