Home
last modified time | relevance | path

Searched defs:options (Results 401 - 425 of 1719) sorted by relevance

1...<<11121314151617181920>>...69

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMAsm.cpp52 auto &options = targetMachine.get()->Options.MCOptions; in emitAsmFile() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dpass_manager.h102 PassManager& SetValidatorOptions(spv_validator_options options) { in SetValidatorOptions() argument
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
H A Dreducer.cpp57 Run( const std::vector<uint32_t>& binary_in, std::vector<uint32_t>* binary_out, spv_const_reducer_options options, spv_validator_options validator_options) Run() argument
155 ReachedStepLimit(uint32_t current_step, spv_const_reducer_options options) ReachedStepLimit() argument
160 RunPasses( std::vector<std::unique_ptr<ReductionPass>>* passes, spv_const_reducer_options options, spv_validator_options validator_options, const SpirvTools& tools, std::vector<uint32_t>* current_binary, uint32_t* const reductions_applied) RunPasses() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dpass_manager.h102 PassManager& SetValidatorOptions(spv_validator_options options) { in SetValidatorOptions() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
H A Dreducer.cpp57 Run( const std::vector<uint32_t>& binary_in, std::vector<uint32_t>* binary_out, spv_const_reducer_options options, spv_validator_options validator_options) Run() argument
155 ReachedStepLimit(uint32_t current_step, spv_const_reducer_options options) ReachedStepLimit() argument
160 RunPasses( std::vector<std::unique_ptr<ReductionPass>>* passes, spv_const_reducer_options options, spv_validator_options validator_options, const SpirvTools& tools, std::vector<uint32_t>* current_binary, uint32_t* const reductions_applied) RunPasses() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/dis/
H A Ddis.cpp154 uint32_t options = SPV_BINARY_TO_TEXT_OPTION_NONE; in main() local
[all...]
/third_party/skia/third_party/externals/icu/source/tools/gencfu/
H A Dgencfu.cpp54 static UOption options[]={ variable
[all...]
/third_party/skia/third_party/externals/icu/source/tools/gentest/
H A Dgentest.c56 static UOption options[]={ variable
[all...]
/third_party/skia/third_party/externals/icu/source/tools/icuinfo/
H A Dicuinfo.cpp40 static UOption options[]={ variable
[all...]
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dio_openssl.c80 int options; in SPDYF_openssl_init() local
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/
H A Dtls_test_common.h67 int options[2]; member
/third_party/skia/tests/
H A DDefaultPathRendererTest.cpp37 static void only_allow_default(GrContextOptions* options) { in only_allow_default() argument
H A DGifTest.cpp302 SkAndroidCodec::AndroidOptions options; in DEF_TEST() local
544 SkCodec::Options options; in DEF_TEST() local
640 SkCodec::Options options; in DEF_TEST() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
H A DHistogramWriter.cpp179 const proto::SummaryOptions &options = histogram.summary_options(); in getAsJSON() local
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPU.cpp71 requestAdapter( Napi::Env env, interop::GPURequestAdapterOptions options) requestAdapter() argument
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/mutations/
H A Dreplace_identifier_test.cc508 writer::wgsl::Options options; in TEST() local
554 writer::wgsl::Options options; in TEST() local
/third_party/skia/third_party/externals/tint/fuzzers/
H A Dtint_black_box_fuzz_target.cc137 tint::writer::msl::Options options; in main() local
145 tint::writer::spirv::Options options; in main() local
H A Dtint_common_fuzzer.cc93 void GenerateSpirvOptions(DataBuilder* b, writer::spirv::Options* options) { in GenerateSpirvOptions() argument
97 void GenerateWgslOptions(DataBuilder* b, writer::wgsl::Options* options) { in GenerateWgslOptions() argument
101 void GenerateHlslOptions(DataBuilder* b, writer::hlsl::Options* options) { in GenerateHlslOptions() argument
105 void GenerateMslOptions(DataBuilder* b, writer::msl::Options* options) { in GenerateMslOptions() argument
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
H A Dspirv_fuzz_mutator.cc110 google::protobuf::util::JsonOptions options; in LogErrors() local
/third_party/skia/third_party/externals/icu/source/common/
H A Druleiter.cpp38 UChar32 RuleCharacterIterator::next(int32_t options, UBool& isEscaped, UErrorCode& ec) { in next() argument
103 void RuleCharacterIterator::skipIgnored(int32_t options) { in skipIgnored() argument
H A Dubidiwrt.cpp59 doWriteForward(const UChar *src, int32_t srcLength, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) doWriteForward() argument
152 doWriteReverse(const UChar *src, int32_t srcLength, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) doWriteReverse() argument
309 ubidi_writeReverse(const UChar *src, int32_t srcLength, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) ubidi_writeReverse() argument
357 ubidi_writeReordered(UBiDi *pBiDi, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) ubidi_writeReordered() argument
[all...]
H A Ducasemap_titlecase_brkiter.cpp51 ustrcase_getCaseLocale(locale), options, iter, in utf8ToTitle() local
34 utf8ToTitle( const char *locale, uint32_t options, BreakIterator *iter, StringPiece src, ByteSink &sink, Edits *edits, UErrorCode &errorCode) utf8ToTitle() argument
57 utf8ToTitle( const char *locale, uint32_t options, BreakIterator *iter, const char *src, int32_t srcLength, char *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode) utf8ToTitle() argument
H A Duniset_closure.cpp45 UnicodeSet(const UnicodeString& pattern, uint32_t options, const SymbolTable* symbols, UErrorCode& status) UnicodeSet() argument
53 UnicodeSet(const UnicodeString& pattern, ParsePosition& pos, uint32_t options, const SymbolTable* symbols, UErrorCode& status) UnicodeSet() argument
65 applyPattern(const UnicodeString& pattern, uint32_t options, const SymbolTable* symbols, UErrorCode& status) applyPattern() argument
86 applyPattern(const UnicodeString& pattern, ParsePosition& pos, uint32_t options, const SymbolTable* symbols, UErrorCode& status) applyPattern() argument
H A Duset_props.cpp52 uset_openPatternOptions(const UChar* pattern, int32_t patternLength, uint32_t options, UErrorCode* ec) uset_openPatternOptions() argument
73 uset_applyPattern(USet *set, const UChar *pattern, int32_t patternLength, uint32_t options, UErrorCode *status) uset_applyPattern() argument
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dnormlzr.h800 compare(const UnicodeString &s1, const UnicodeString &s2, uint32_t options, UErrorCode &errorCode) compare() argument
[all...]

Completed in 14 milliseconds

1...<<11121314151617181920>>...69