Home
last modified time | relevance | path

Searched refs:Apply (Results 1 – 25 of 1424) sorted by relevance

12345678910>>...57

/third_party/spirv-tools/test/fuzz/
Ddata_synonym_transformation_test.cpp159 good_extract_1.Apply(context.get(), &transformation_context); in TEST()
164 replacement_1.Apply(context.get(), &transformation_context); in TEST()
175 good_extract_2.Apply(context.get(), &transformation_context); in TEST()
180 replacement_2.Apply(context.get(), &transformation_context); in TEST()
191 good_extract_3.Apply(context.get(), &transformation_context); in TEST()
201 replacement_3.Apply(context.get(), &transformation_context); in TEST()
216 good_extract_4.Apply(context.get(), &transformation_context); in TEST()
221 replacement_4.Apply(context.get(), &transformation_context); in TEST()
232 good_extract_5.Apply(context.get(), &transformation_context); in TEST()
242 replacement_5.Apply(context.get(), &transformation_context); in TEST()
[all …]
Dfuzzer_pass_test.cpp40 void Apply() override { in Apply() function in spvtools::fuzz::__anon6b49de3d0111::FuzzerPassMock
95 fuzzer_pass_mock.Apply(); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Ddata_synonym_transformation_test.cpp159 good_extract_1.Apply(context.get(), &transformation_context); in TEST()
164 replacement_1.Apply(context.get(), &transformation_context); in TEST()
175 good_extract_2.Apply(context.get(), &transformation_context); in TEST()
180 replacement_2.Apply(context.get(), &transformation_context); in TEST()
191 good_extract_3.Apply(context.get(), &transformation_context); in TEST()
201 replacement_3.Apply(context.get(), &transformation_context); in TEST()
216 good_extract_4.Apply(context.get(), &transformation_context); in TEST()
221 replacement_4.Apply(context.get(), &transformation_context); in TEST()
232 good_extract_5.Apply(context.get(), &transformation_context); in TEST()
242 replacement_5.Apply(context.get(), &transformation_context); in TEST()
[all …]
Dfuzzer_pass_test.cpp40 void Apply() override { in Apply() function in spvtools::fuzz::__anonbe1067de0111::FuzzerPassMock
95 fuzzer_pass_mock.Apply(); in TEST()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Ddata_synonym_transformation_test.cpp159 good_extract_1.Apply(context.get(), &transformation_context); in TEST()
164 replacement_1.Apply(context.get(), &transformation_context); in TEST()
175 good_extract_2.Apply(context.get(), &transformation_context); in TEST()
180 replacement_2.Apply(context.get(), &transformation_context); in TEST()
191 good_extract_3.Apply(context.get(), &transformation_context); in TEST()
201 replacement_3.Apply(context.get(), &transformation_context); in TEST()
216 good_extract_4.Apply(context.get(), &transformation_context); in TEST()
221 replacement_4.Apply(context.get(), &transformation_context); in TEST()
232 good_extract_5.Apply(context.get(), &transformation_context); in TEST()
242 replacement_5.Apply(context.get(), &transformation_context); in TEST()
[all …]
Dfuzzer_pass_test.cpp40 void Apply() override { in Apply() function in spvtools::fuzz::__anon0b37a0720111::FuzzerPassMock
95 fuzzer_pass_mock.Apply(); in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/functional/internal/
Dfront_binder.h35 R Apply(Tuple&& bound, absl::index_sequence<Idx...>, Args&&... free) { in Apply() function
56 return functional_internal::Apply<R>(bound_args_, Idx(), in operator()
64 return functional_internal::Apply<R>(bound_args_, Idx(), in operator()
73 return functional_internal::Apply<R>(absl::move(bound_args_), Idx(), in operator()
83 return functional_internal::Apply<R>(absl::move(bound_args_), Idx(), in operator()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client/
DREADME.md20 -k|Apply tls option LCCSCF_ALLOW_INSECURE
21 -j|Apply tls option LCCSCF_ALLOW_SELFSIGNED
22 -m|Apply tls option LCCSCF_SKIP_SERVER_CERT_HOSTNAME_CHECK
23 -e|Apply tls option LCCSCF_ALLOW_EXPIRED
24 -b|Apply tls option LCCSCF_CACHE_COOKIES
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-h2-rxflow/
DREADME.md20 -k|Apply tls option LCCSCF_ALLOW_INSECURE
21 -j|Apply tls option LCCSCF_ALLOW_SELFSIGNED
22 -m|Apply tls option LCCSCF_SKIP_SERVER_CERT_HOSTNAME_CHECK
23 -e|Apply tls option LCCSCF_ALLOW_EXPIRED
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
DRewriteUnaryMinusOperatorFloat.cpp21 ANGLE_NO_DISCARD static bool Apply(TCompiler *compiler, TIntermNode *root);
32 bool Traverser::Apply(TCompiler *compiler, TIntermNode *root) in Apply() function in sh::__anon7d3c581b0111::Traverser
94 return Traverser::Apply(compiler, root); in RewriteUnaryMinusOperatorFloat()
/third_party/python/Modules/_decimal/libmpdec/literature/
Dsix-step.txt20 1b) Apply a length R FNT to each row.
26 3) Apply a length C FNT to each row.
43 2) Apply a length C FNT to each row.
49 4b) Apply a length R FNT to each row.
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dscheduler_bench.cpp30 BENCHMARK_REGISTER_F(Schedule, Empty)->Apply(Schedule::args);
48 BENCHMARK_REGISTER_F(Schedule, SomeWork)->Apply(Schedule::args);
70 ->Apply(Schedule::args);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
DRewriteUnaryMinusOperatorInt.cpp22 ANGLE_NO_DISCARD static bool Apply(TCompiler *compiler, TIntermNode *root);
33 bool Traverser::Apply(TCompiler *compiler, TIntermNode *root) in Apply() function in sh::__anon33e4e6590111::Traverser
114 return Traverser::Apply(compiler, root); in RewriteUnaryMinusOperatorInt()
DExpandIntegerPowExpressions.cpp26 ANGLE_NO_DISCARD static bool Apply(TCompiler *compiler,
39 bool Traverser::Apply(TCompiler *compiler, TIntermNode *root, TSymbolTable *symbolTable) in Apply() function in sh::__anon8e7b06cc0111::Traverser
149 return Traverser::Apply(compiler, root, symbolTable); in ExpandIntegerPowExpressions()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_opcodes.h230 virtual void Apply (dng_host &host,
256 virtual void Apply (dng_host &host,
395 virtual void Apply (dng_host &host,
497 virtual void Apply (dng_host &host,
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteTexelFetchOffset.cpp25 ANGLE_NO_DISCARD static bool Apply(TCompiler *compiler,
45 bool Traverser::Apply(TCompiler *compiler, in Apply() function in sh::__anon23203d700111::Traverser
165 return Traverser::Apply(compiler, root, symbolTable, shaderVersion); in RewriteTexelFetchOffset()
DRewriteDfdy.cpp28 ANGLE_NO_DISCARD static bool Apply(TCompiler *compiler,
61 bool Traverser::Apply(TCompiler *compiler, in Apply() function in sh::__anon9aa0c1240111::Traverser
230 return Traverser::Apply(compiler, compileOptions, root, symbolTable, specConst, driverUniforms); in RewriteDfdy()
/third_party/skia/src/gpu/
DGrStyle.cpp11 int GrStyle::KeySize(const GrStyle &style, Apply apply, uint32_t flags) { in KeySize()
22 if (Apply::kPathEffectOnly == apply) { in KeySize()
33 void GrStyle::WriteKey(uint32_t *key, const GrStyle &style, Apply apply, SkScalar scale, in WriteKey()
63 if (Apply::kPathEffectAndStrokeRec == apply && style.strokeRec().needToApply()) { in WriteKey()
DGrStyle.h44 enum class Apply { enum
66 static int KeySize(const GrStyle&, Apply, uint32_t flags = 0);
75 static void WriteKey(uint32_t*, const GrStyle&, Apply, SkScalar scale, uint32_t flags = 0);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_relaxed_decorations.cpp30 void FuzzerPassAddRelaxedDecorations::Apply() { in Apply() function in spvtools::fuzz::FuzzerPassAddRelaxedDecorations
44 transformation.Apply(GetIRContext(), GetTransformationContext()); in Apply()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_add_relaxed_decorations.cpp30 void FuzzerPassAddRelaxedDecorations::Apply() { in Apply() function in spvtools::fuzz::FuzzerPassAddRelaxedDecorations
44 transformation.Apply(GetIRContext(), GetTransformationContext()); in Apply()
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_add_relaxed_decorations.cpp30 void FuzzerPassAddRelaxedDecorations::Apply() { in Apply() function in spvtools::fuzz::FuzzerPassAddRelaxedDecorations
44 transformation.Apply(GetIRContext(), GetTransformationContext()); in Apply()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
DRewriteInterpolateAtOffset.cpp28 ANGLE_NO_DISCARD static bool Apply(TCompiler *compiler,
65 bool Traverser::Apply(TCompiler *compiler, in Apply() function in sh::__anonba6742000111::Traverser
159 return Traverser::Apply(compiler, compileOptions, root, symbolTable, shaderVersion, specConst, in RewriteInterpolateAtOffset()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dmocking_bit_gen.h149 virtual void Apply(/*ArgTupleT*/ void* args_tuple,
156 void Apply(void* args_tuple, void* result) override {
221 it->second->Apply(args_tuple, result);
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-jit-trust/
DREADME.md21 -k|Apply tls option LCCSCF_ALLOW_INSECURE
22 -j|Apply tls option LCCSCF_ALLOW_SELFSIGNED
23 -m|Apply tls option LCCSCF_SKIP_SERVER_CERT_HOSTNAME_CHECK
24 -e|Apply tls option LCCSCF_ALLOW_EXPIRED

12345678910>>...57