/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | data_synonym_transformation_test.cpp | 159 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(contex in TEST() [all...] |
H A D | fuzzer_pass_construct_composites_test.cpp | 97 fuzzer_pass.Apply(); in TEST() 178 fuzzer_pass.Apply(); in TEST()
|
H A D | fuzzer_pass_test.cpp | 40 void Apply() override { 95 fuzzer_pass_mock.Apply(); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | data_synonym_transformation_test.cpp | 159 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(contex in TEST() [all...] |
H A D | fuzzer_pass_construct_composites_test.cpp | 97 fuzzer_pass.Apply(); in TEST() 178 fuzzer_pass.Apply(); in TEST()
|
H A D | fuzzer_pass_test.cpp | 40 void Apply() override { 95 fuzzer_pass_mock.Apply(); in TEST()
|
/third_party/spirv-tools/test/fuzz/ |
H A D | data_synonym_transformation_test.cpp | 159 good_extract_1.Apply(context.get(), &transformation_context); in TEST() 164 replacement_1.Apply(context.get(), &transformation_context); in TEST() 176 good_extract_2.Apply(context.get(), &transformation_context); in TEST() 181 replacement_2.Apply(context.get(), &transformation_context); in TEST() 192 good_extract_3.Apply(context.get(), &transformation_context); in TEST() 202 replacement_3.Apply(context.get(), &transformation_context); in TEST() 218 good_extract_4.Apply(context.get(), &transformation_context); in TEST() 223 replacement_4.Apply(context.get(), &transformation_context); in TEST() 234 good_extract_5.Apply(context.get(), &transformation_context); in TEST() 244 replacement_5.Apply(contex in TEST() [all...] |
H A D | fuzzer_pass_construct_composites_test.cpp | 97 fuzzer_pass.Apply(); in TEST() 178 fuzzer_pass.Apply(); in TEST()
|
H A D | fuzzer_pass_test.cpp | 40 void Apply() override { 95 fuzzer_pass_mock.Apply(); in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/functional/internal/ |
H A D | front_binder.h | 35 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/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/ |
H A D | RewriteUnaryMinusOperatorFloat.cpp | 21 ANGLE_NO_DISCARD static bool Apply(TCompiler *compiler, TIntermNode *root); 32 bool Traverser::Apply(TCompiler *compiler, TIntermNode *root) in Apply() function in sh::__anon19857::Traverser 94 return Traverser::Apply(compiler, root); in RewriteUnaryMinusOperatorFloat()
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | scheduler_bench.cpp | 30 BENCHMARK_REGISTER_F(Schedule, Empty)->Apply(Schedule::args); 48 BENCHMARK_REGISTER_F(Schedule, SomeWork)->Apply(Schedule::args); 70 ->Apply(Schedule::args);
|
H A D | event_bench.cpp | 40 BENCHMARK_REGISTER_F(Schedule, Event)->Apply(Schedule::args<512>); 74 BENCHMARK_REGISTER_F(Schedule, EventBaton)->Apply(Schedule::args<262144>);
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
H A D | RewriteUnaryMinusOperatorInt.cpp | 22 ANGLE_NO_DISCARD static bool Apply(TCompiler *compiler, TIntermNode *root); 33 bool Traverser::Apply(TCompiler *compiler, TIntermNode *root) in Apply() function in sh::__anon19868::Traverser 114 return Traverser::Apply(compiler, root); in RewriteUnaryMinusOperatorInt()
|
H A D | ExpandIntegerPowExpressions.cpp | 26 ANGLE_NO_DISCARD static bool Apply(TCompiler *compiler, 39 bool Traverser::Apply(TCompiler *compiler, TIntermNode *root, TSymbolTable *symbolTable) in Apply() function in sh::__anon19862::Traverser 149 return Traverser::Apply(compiler, root, symbolTable); in ExpandIntegerPowExpressions()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_opcodes.h | 75 // Apply a gain map to an area. 79 // Apply a per-row delta to an area. 83 // Apply a per-column delta to an area. 87 // Apply a per-row scale to an area. 91 // Apply a per-column scale to an area. 228 /// Apply this opcode to the specified image with associated negative. 230 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_hos [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_add_relaxed_decorations.cpp | 30 void FuzzerPassAddRelaxedDecorations::Apply() { in Apply() function in spvtools::fuzz::FuzzerPassAddRelaxedDecorations 44 transformation.Apply(GetIRContext(), GetTransformationContext()); in Apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | fuzzer_pass_add_relaxed_decorations.cpp | 30 void FuzzerPassAddRelaxedDecorations::Apply() { in Apply() function in spvtools::fuzz::FuzzerPassAddRelaxedDecorations 44 transformation.Apply(GetIRContext(), GetTransformationContext()); in Apply()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_add_relaxed_decorations.cpp | 30 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/ |
H A D | RewriteInterpolateAtOffset.cpp | 28 ANGLE_NO_DISCARD static bool Apply(TCompiler *compiler, 65 bool Traverser::Apply(TCompiler *compiler, in Apply() function in sh::__anon19882::Traverser 159 return Traverser::Apply(compiler, compileOptions, root, symbolTable, shaderVersion, specConst, in RewriteInterpolateAtOffset()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
H A D | RewriteTexelFetchOffset.cpp | 25 ANGLE_NO_DISCARD static bool Apply(TCompiler *compiler, 45 bool Traverser::Apply(TCompiler *compiler, in Apply() function in sh::__anon19847::Traverser 165 return Traverser::Apply(compiler, root, symbolTable, shaderVersion); in RewriteTexelFetchOffset()
|
H A D | RewriteDfdy.cpp | 28 ANGLE_NO_DISCARD static bool Apply(TCompiler *compiler, 61 bool Traverser::Apply(TCompiler *compiler, in Apply() function in sh::__anon19845::Traverser 230 return Traverser::Apply(compiler, compileOptions, root, symbolTable, specConst, driverUniforms); in RewriteDfdy()
|
/third_party/skia/src/gpu/ |
H A D | GrStyle.cpp | 11 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()
|
H A D | GrStyle.h | 44 enum class Apply { class in GrStyle 66 static int KeySize(const GrStyle&, Apply, uint32_t flags = 0); 71 * value for the combination of GrStyle, Apply and flags params. This is written so that the key 75 static void WriteKey(uint32_t*, const GrStyle&, Apply, SkScalar scale, uint32_t flags = 0);
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
H A D | mocking_bit_gen.h | 141 // a mocked type signature, and implement the type-erased Apply call, which 149 virtual void Apply(/*ArgTupleT*/ void* args_tuple, 156 void Apply(void* args_tuple, void* result) override { 221 it->second->Apply(args_tuple, result); in InvokeMock()
|