Home
last modified time | relevance | path

Searched defs:Impl (Results 1 – 25 of 198) sorted by relevance

12345678

/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dreplayer.cpp40 struct Replayer::Impl { struct in spvtools::fuzz::Replayer
41 Impl(spv_target_env env, bool validate, spv_validator_options options) in Impl() argument
46 const spv_target_env target_env; // Target environment.
47 MessageConsumer consumer; // Message consumer.
48 const bool validate_during_replay; // Controls whether the validator should
50 spv_validator_options validator_options; // Options to control
Dshrinker.cpp62 struct Shrinker::Impl { struct in spvtools::fuzz::Shrinker
63 Impl(spv_target_env env, uint32_t limit, bool validate, in Impl() argument
70 const spv_target_env target_env; // Target environment.
71 MessageConsumer consumer; // Message consumer.
72 const uint32_t step_limit; // Step limit for reductions.
73 const bool validate_during_replay; // Determines whether to check for
76 spv_validator_options validator_options; // Options to control validation.
Dfuzzer.cpp89 struct Fuzzer::Impl { struct in spvtools::fuzz::Fuzzer
90 Impl(spv_target_env env, uint32_t random_seed, bool validate_after_each_pass, in Impl() argument
101 const spv_target_env target_env; // Target environment.
102 MessageConsumer consumer; // Message consumer.
103 const uint32_t seed; // Seed for random number generator.
104 bool validate_after_each_fuzzer_pass; // Determines whether the validator
107 spv_validator_options validator_options; // Options to control validation.
/external/angle/third_party/spirv-tools/src/source/fuzz/
Dreplayer.cpp40 struct Replayer::Impl { struct in spvtools::fuzz::Replayer
41 Impl(spv_target_env env, bool validate, spv_validator_options options) in Impl() argument
46 const spv_target_env target_env; // Target environment.
47 MessageConsumer consumer; // Message consumer.
48 const bool validate_during_replay; // Controls whether the validator should
50 spv_validator_options validator_options; // Options to control
Dshrinker.cpp62 struct Shrinker::Impl { struct in spvtools::fuzz::Shrinker
63 Impl(spv_target_env env, uint32_t limit, bool validate, in Impl() argument
70 const spv_target_env target_env; // Target environment.
71 MessageConsumer consumer; // Message consumer.
72 const uint32_t step_limit; // Step limit for reductions.
73 const bool validate_during_replay; // Determines whether to check for
76 spv_validator_options validator_options; // Options to control validation.
Dfuzzer.cpp89 struct Fuzzer::Impl { struct in spvtools::fuzz::Fuzzer
90 Impl(spv_target_env env, uint32_t random_seed, bool validate_after_each_pass, in Impl() function
101 const spv_target_env target_env; // Target environment.
102 MessageConsumer consumer; // Message consumer.
103 const uint32_t seed; // Seed for random number generator.
104 bool validate_after_each_fuzzer_pass; // Determines whether the validator
107 spv_validator_options validator_options; // Options to control validation.
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dreplayer.cpp39 struct Replayer::Impl { struct in spvtools::fuzz::Replayer
40 explicit Impl(spv_target_env env, bool validate) in Impl() argument
43 const spv_target_env target_env; // Target environment.
44 MessageConsumer consumer; // Message consumer.
46 const bool validate_during_replay; // Controls whether the validator should
Dshrinker.cpp62 struct Shrinker::Impl { struct in spvtools::fuzz::Shrinker
63 explicit Impl(spv_target_env env, uint32_t limit, bool validate) in Impl() argument
66 const spv_target_env target_env; // Target environment.
67 MessageConsumer consumer; // Message consumer.
68 const uint32_t step_limit; // Step limit for reductions.
69 const bool validate_during_replay; // Determines whether to check for
Dfuzzer.cpp84 struct Fuzzer::Impl { struct in spvtools::fuzz::Fuzzer
85 explicit Impl(spv_target_env env, uint32_t random_seed, in Impl() function
95 const spv_target_env target_env; // Target environment.
96 const uint32_t seed; // Seed for random number generator.
97 bool validate_after_each_fuzzer_pass; // Determines whether the validator
99 MessageConsumer consumer; // Message consumer.
/external/v8/src/base/
Dhashmap.h149 struct Impl : private MatchFun, private AllocationPolicy { struct
150 Impl(MatchFun match, AllocationPolicy allocator) in Impl() argument
155 Impl(Impl&& other) V8_NOEXCEPT { *this = std::move(other); } in Impl() argument
157 Impl& operator=(const Impl& other) V8_NOEXCEPT = default; argument
184 TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>:: argument
/external/skia/src/pdf/
DSkDeflate.cpp60 struct SkDeflateWStream::Impl { struct in SkDeflateWStream
70 : fImpl(std::make_unique<SkDeflateWStream::Impl>()) { in SkDeflateWStream()
/external/skqp/src/pdf/
DSkDeflate.cpp59 struct SkDeflateWStream::Impl { struct in SkDeflateWStream
69 : fImpl(skstd::make_unique<SkDeflateWStream::Impl>()) { in SkDeflateWStream()
/external/tensorflow/tensorflow/cc/framework/
Dscope.cc44 Scope::Impl::Impl(Graph* graph, Status* status, NameMap* name_map, in Impl() function in tensorflow::Scope::Impl
54 Scope::Impl::Impl(const std::shared_ptr<Graph>& graph, in Impl() function in tensorflow::Scope::Impl
82 Scope::Impl::Impl(const Scope& other, Tags::ScopeName, const string& name, in Impl() function in tensorflow::Scope::Impl
101 Scope::Impl::Impl(const Scope& other, Tags::OpName, const string& name, in Impl() function in tensorflow::Scope::Impl
119 Scope::Impl::Impl(const Scope& other, Tags::ControlDeps, in Impl() function in tensorflow::Scope::Impl
143 Scope::Impl::Impl(const Scope& other, Tags::Device, const string& device) in Impl() function in tensorflow::Scope::Impl
160 Scope::Impl::Impl(const Scope& other, Tags::SingleUseScope, in Impl() function in tensorflow::Scope::Impl
178 Scope::Impl::Impl(const Scope& other, Tags::ExitOnError) in Impl() function in tensorflow::Scope::Impl
195 Scope::Impl::Impl(const Scope& other, Tags::KernelLabel, in Impl() function in tensorflow::Scope::Impl
213 Scope::Impl::Impl(const Scope& other, Tags::Colocate, in Impl() function in tensorflow::Scope::Impl
[all …]
/external/angle/third_party/spirv-tools/src/source/
Dlibspirv.cpp52 struct SpirvTools::Impl { struct in spvtools::SpirvTools
53 explicit Impl(spv_target_env env) : context(spvContextCreate(env)) { in Impl() function
58 ~Impl() { spvContextDestroy(context); } in ~Impl()
60 spv_context context; // C interface context object.
/external/deqp-deps/SPIRV-Tools/source/
Dlibspirv.cpp52 struct SpirvTools::Impl { struct in spvtools::SpirvTools
53 explicit Impl(spv_target_env env) : context(spvContextCreate(env)) { in Impl() argument
58 ~Impl() { spvContextDestroy(context); } in ~Impl()
60 spv_context context; // C interface context object.
/external/swiftshader/third_party/SPIRV-Tools/source/
Dlibspirv.cpp52 struct SpirvTools::Impl { struct in spvtools::SpirvTools
53 explicit Impl(spv_target_env env) : context(spvContextCreate(env)) { in Impl() argument
58 ~Impl() { spvContextDestroy(context); } in ~Impl()
60 spv_context context; // C interface context object.
/external/jacoco/org.jacoco.core.test.validation.java8/src/org/jacoco/core/test/validation/java8/targets/
DInterfaceOnlyDefaultMethodsTarget.java29 public class Impl implements InterfaceOnlyDefaultMethodsTarget { class
31 public Impl() { in Impl() method in InterfaceOnlyDefaultMethodsTarget.Impl
DInterfaceDefaultMethodsTarget.java32 public class Impl implements InterfaceDefaultMethodsTarget { class
34 public Impl() { in Impl() method in InterfaceDefaultMethodsTarget.Impl
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Doptimizer.cpp35 struct Optimizer::PassToken::Impl { struct in spvtools::Optimizer::PassToken
36 Impl(std::unique_ptr<opt::Pass> p) : pass(std::move(p)) {} in Impl() function
38 std::unique_ptr<opt::Pass> pass; // Internal implementation pass.
58 struct Optimizer::Impl { struct in spvtools::Optimizer
59 explicit Impl(spv_target_env env) : target_env(env), pass_manager() {} in Impl() function
61 spv_target_env target_env; // Target environment.
62 opt::PassManager pass_manager; // Internal implementation pass manager.
/external/skia/src/gpu/tessellate/
DGrFillPathShader.cpp15 class GrFillPathShader::Impl : public GrGLSLGeometryProcessor { class in GrFillPathShader
68 void GrFillTriangleShader::emitVertexCode(Impl*, GrGLSLVertexBuilder* v, const char* viewMatrix, in emitVertexCode() argument
75 void GrFillCubicHullShader::emitVertexCode(Impl*, GrGLSLVertexBuilder* v, const char* viewMatrix, in emitVertexCode() argument
/external/angle/third_party/spirv-tools/src/source/opt/
Doptimizer.cpp35 struct Optimizer::PassToken::Impl { struct in spvtools::Optimizer::PassToken
36 Impl(std::unique_ptr<opt::Pass> p) : pass(std::move(p)) {} in Impl() function
38 std::unique_ptr<opt::Pass> pass; // Internal implementation pass.
58 struct Optimizer::Impl { struct in spvtools::Optimizer
59 explicit Impl(spv_target_env env) : target_env(env), pass_manager() {} in Impl() argument
61 spv_target_env target_env; // Target environment.
62 opt::PassManager pass_manager; // Internal implementation pass manager.
/external/deqp-deps/SPIRV-Tools/source/opt/
Doptimizer.cpp35 struct Optimizer::PassToken::Impl { struct in spvtools::Optimizer::PassToken
36 Impl(std::unique_ptr<opt::Pass> p) : pass(std::move(p)) {} in Impl() argument
38 std::unique_ptr<opt::Pass> pass; // Internal implementation pass.
58 struct Optimizer::Impl { struct in spvtools::Optimizer
59 explicit Impl(spv_target_env env) : target_env(env), pass_manager() {} in Impl() argument
61 spv_target_env target_env; // Target environment.
62 opt::PassManager pass_manager; // Internal implementation pass manager.
/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
Dsound_system_aaudio.cpp422 struct SoundSystemAAudio::Impl { struct in SoundSystemAAudio
423 Impl() : lastError(AAUDIO_OK) {} in Impl() argument
427 void errorCallback(aaudio_result_t error) { in errorCallback()
433 Player player;
434 Recorder recorder;
435 std::atomic<aaudio_result_t> lastError;
/external/skqp/modules/skshaper/src/
DSkShaper_primitive.cpp14 struct SkShaper::Impl { struct in SkShaper
15 sk_sp<SkTypeface> fTypeface;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/WindowsManifest/
DWindowsManifestMerger.h61 std::unique_ptr<WindowsManifestMergerImpl> Impl; variable

12345678