Home
last modified time | relevance | path

Searched refs:Transformation (Results 1 – 25 of 666) sorted by relevance

12345678910>>...27

/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation.cpp110 Transformation::~Transformation() = default;
112 std::unique_ptr<Transformation> Transformation::FromMessage( in FromMessage()
113 const protobufs::Transformation& message) { in FromMessage()
115 case protobufs::Transformation::TransformationCase::kAccessChain: in FromMessage()
117 case protobufs::Transformation::TransformationCase:: in FromMessage()
121 case protobufs::Transformation::TransformationCase::kAddConstantBoolean: in FromMessage()
124 case protobufs::Transformation::TransformationCase::kAddConstantComposite: in FromMessage()
127 case protobufs::Transformation::TransformationCase::kAddConstantNull: in FromMessage()
130 case protobufs::Transformation::TransformationCase::kAddConstantScalar: in FromMessage()
133 case protobufs::Transformation::TransformationCase::kAddCopyMemory: in FromMessage()
[all …]
Dtransformation.h60 class Transformation {
62 virtual ~Transformation();
66 static std::unique_ptr<Transformation> FromMessage(
67 const protobufs::Transformation& message);
93 virtual protobufs::Transformation ToMessage() const = 0;
Dfuzzer_pass.h109 void ApplyTransformation(const Transformation& transformation) { in ApplyTransformation()
114 protobufs::Transformation transformation_message = in ApplyTransformation()
117 protobufs::Transformation::TRANSFORMATION_NOT_SET && in ApplyTransformation()
126 bool MaybeApplyTransformation(const Transformation& transformation) { in MaybeApplyTransformation()
130 protobufs::Transformation transformation_message = in MaybeApplyTransformation()
133 protobufs::Transformation::TRANSFORMATION_NOT_SET && in MaybeApplyTransformation()
Dtransformation_toggle_access_chain_instruction.h26 class TransformationToggleAccessChainInstruction : public Transformation {
46 protobufs::Transformation ToMessage() const override;
Dtransformation_swap_commutable_operands.h26 class TransformationSwapCommutableOperands : public Transformation {
46 protobufs::Transformation ToMessage() const override;
Dtransformation_compute_data_synonym_fact_closure.h26 class TransformationComputeDataSynonymFactClosure : public Transformation {
46 protobufs::Transformation ToMessage() const override;
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation.cpp110 Transformation::~Transformation() = default;
112 std::unique_ptr<Transformation> Transformation::FromMessage( in FromMessage()
113 const protobufs::Transformation& message) { in FromMessage()
115 case protobufs::Transformation::TransformationCase::kAccessChain: in FromMessage()
117 case protobufs::Transformation::TransformationCase:: in FromMessage()
121 case protobufs::Transformation::TransformationCase::kAddConstantBoolean: in FromMessage()
124 case protobufs::Transformation::TransformationCase::kAddConstantComposite: in FromMessage()
127 case protobufs::Transformation::TransformationCase::kAddConstantNull: in FromMessage()
130 case protobufs::Transformation::TransformationCase::kAddConstantScalar: in FromMessage()
133 case protobufs::Transformation::TransformationCase::kAddCopyMemory: in FromMessage()
[all …]
Dtransformation.h60 class Transformation {
62 virtual ~Transformation();
66 static std::unique_ptr<Transformation> FromMessage(
67 const protobufs::Transformation& message);
93 virtual protobufs::Transformation ToMessage() const = 0;
Dfuzzer_pass.h109 void ApplyTransformation(const Transformation& transformation) { in ApplyTransformation()
114 protobufs::Transformation transformation_message = in ApplyTransformation()
117 protobufs::Transformation::TRANSFORMATION_NOT_SET && in ApplyTransformation()
126 bool MaybeApplyTransformation(const Transformation& transformation) { in MaybeApplyTransformation()
130 protobufs::Transformation transformation_message = in MaybeApplyTransformation()
133 protobufs::Transformation::TRANSFORMATION_NOT_SET && in MaybeApplyTransformation()
Dtransformation_toggle_access_chain_instruction.h26 class TransformationToggleAccessChainInstruction : public Transformation {
46 protobufs::Transformation ToMessage() const override;
Dtransformation_compute_data_synonym_fact_closure.h26 class TransformationComputeDataSynonymFactClosure : public Transformation {
46 protobufs::Transformation ToMessage() const override;
Dtransformation_merge_blocks.h26 class TransformationMergeBlocks : public Transformation {
49 protobufs::Transformation ToMessage() const override;
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation.cpp112 Transformation::~Transformation() = default;
114 std::unique_ptr<Transformation> Transformation::FromMessage( in FromMessage()
115 const protobufs::Transformation& message) { in FromMessage()
117 case protobufs::Transformation::TransformationCase::kAccessChain: in FromMessage()
119 case protobufs::Transformation::TransformationCase:: in FromMessage()
123 case protobufs::Transformation::TransformationCase::kAddConstantBoolean: in FromMessage()
126 case protobufs::Transformation::TransformationCase::kAddConstantComposite: in FromMessage()
129 case protobufs::Transformation::TransformationCase::kAddConstantNull: in FromMessage()
132 case protobufs::Transformation::TransformationCase::kAddConstantScalar: in FromMessage()
135 case protobufs::Transformation::TransformationCase::kAddCopyMemory: in FromMessage()
[all …]
Dtransformation.h60 class Transformation {
62 virtual ~Transformation();
66 static std::unique_ptr<Transformation> FromMessage(
67 const protobufs::Transformation& message);
93 virtual protobufs::Transformation ToMessage() const = 0;
Dtransformation_add_type_boolean.h25 class TransformationAddTypeBoolean : public Transformation {
44 protobufs::Transformation ToMessage() const override;
/external/eigen/bench/
Dgeometry.cpp24 template<typename Transformation, typename Data>
25 EIGEN_DONT_INLINE void transform(const Transformation& t, Data& data) in transform()
67 template<typename Transformation, int N>
70 static EIGEN_DONT_INLINE void run(const Transformation& t) in run()
72 Matrix<typename Transformation::Scalar,get_dim<Transformation>::Dim,N> data; in run()
74 bench_impl<Transformation,N-1>::run(t); in run()
83 template<typename Transformation>
84 struct bench_impl<Transformation,0>
86 static EIGEN_DONT_INLINE void run(const Transformation&) {} in run()
89 template<typename Transformation>
[all …]
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/
DGifBitmapWrapperTransformation.java5 import com.bumptech.glide.load.Transformation;
15 public class GifBitmapWrapperTransformation implements Transformation<GifBitmapWrapper> {
16 private final Transformation<Bitmap> bitmapTransformation;
17 private final Transformation<GifDrawable> gifDataTransformation;
19 …public GifBitmapWrapperTransformation(BitmapPool bitmapPool, Transformation<Bitmap> bitmapTransfor… in GifBitmapWrapperTransformation()
23 GifBitmapWrapperTransformation(Transformation<Bitmap> bitmapTransformation, in GifBitmapWrapperTransformation()
24 Transformation<GifDrawable> gifDataTransformation) { in GifBitmapWrapperTransformation()
/external/glide/library/src/main/java/com/bumptech/glide/load/
DMultiTransformation.java13 public class MultiTransformation<T> implements Transformation<T> {
14 private final Collection<? extends Transformation<T>> transformations;
18 public MultiTransformation(Transformation<T>... transformations) { in MultiTransformation()
25 public MultiTransformation(Collection<? extends Transformation<T>> transformationList) { in MultiTransformation()
36 for (Transformation<T> transformation : transformations) { in transform()
50 for (Transformation<T> transformation : transformations) { in getId()
/external/llvm-project/mlir/include/mlir/Dialect/Linalg/Transforms/
DCodegenStrategy.h23 struct Transformation { struct
24 virtual ~Transformation() = default;
33 struct Tile : public Transformation { argument
51 struct Promote : public Transformation {
70 struct Vectorize : public Transformation {
159 SmallVector<std::unique_ptr<Transformation>, 4> transformationSequence;
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
DGifDrawableTransformation.java5 import com.bumptech.glide.load.Transformation;
14 public class GifDrawableTransformation implements Transformation<GifDrawable> {
15 private final Transformation<Bitmap> wrapped;
18 public GifDrawableTransformation(Transformation<Bitmap> wrapped, BitmapPool bitmapPool) { in GifDrawableTransformation()
DGifDrawable.java18 import com.bumptech.glide.load.Transformation;
71 Transformation<Bitmap> frameTransformation, int targetFrameWidth, int targetFrameHeight, in GifDrawable()
102 …public void setFrameTransformation(Transformation<Bitmap> frameTransformation, Bitmap firstFrame) { in setFrameTransformation()
118 public Transformation<Bitmap> getFrameTransformation() { in getFrameTransformation()
317 Transformation<Bitmap> frameTransformation;
325 Transformation<Bitmap> frameTransformation, int targetWidth, int targetHeight, in GifState()
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/
DUnitTransformation.java3 import com.bumptech.glide.load.Transformation;
11 public class UnitTransformation<T> implements Transformation<T> {
12 private static final Transformation<?> TRANSFORMATION = new UnitTransformation<Object>();
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAnimationBridge.java4 import android.view.animation.Transformation;
20 public void applyTransformation(float interpolatedTime, Transformation transformation) { in applyTransformation()
23 ClassParameter.from(Transformation.class, transformation)); in applyTransformation()
/external/llvm-project/clang/unittests/Tooling/Syntax/
DMutationsTest.cpp24 using Transformation = std::function<void(const llvm::Annotations & /*Input*/, typedef in __anon90433d120111::MutationTest
26 void CheckTransformation(Transformation Transform, std::string Input, in CheckTransformation()
46 Transformation RemoveStatement = [this](const llvm::Annotations &Input,
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/
DTrack.java38 public @interface Transformation {} annotation in Track
82 @Transformation public final int sampleTransformation;
103 Format format, @Transformation int sampleTransformation, in Track()

12345678910>>...27