/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation.cpp | 110 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 …]
|
D | transformation.h | 60 class Transformation { 62 virtual ~Transformation(); 66 static std::unique_ptr<Transformation> FromMessage( 67 const protobufs::Transformation& message); 93 virtual protobufs::Transformation ToMessage() const = 0;
|
D | fuzzer_pass.h | 109 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()
|
D | transformation_toggle_access_chain_instruction.h | 26 class TransformationToggleAccessChainInstruction : public Transformation { 46 protobufs::Transformation ToMessage() const override;
|
D | transformation_swap_commutable_operands.h | 26 class TransformationSwapCommutableOperands : public Transformation { 46 protobufs::Transformation ToMessage() const override;
|
D | transformation_compute_data_synonym_fact_closure.h | 26 class TransformationComputeDataSynonymFactClosure : public Transformation { 46 protobufs::Transformation ToMessage() const override;
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation.cpp | 110 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 …]
|
D | transformation.h | 60 class Transformation { 62 virtual ~Transformation(); 66 static std::unique_ptr<Transformation> FromMessage( 67 const protobufs::Transformation& message); 93 virtual protobufs::Transformation ToMessage() const = 0;
|
D | fuzzer_pass.h | 109 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()
|
D | transformation_toggle_access_chain_instruction.h | 26 class TransformationToggleAccessChainInstruction : public Transformation { 46 protobufs::Transformation ToMessage() const override;
|
D | transformation_compute_data_synonym_fact_closure.h | 26 class TransformationComputeDataSynonymFactClosure : public Transformation { 46 protobufs::Transformation ToMessage() const override;
|
D | transformation_merge_blocks.h | 26 class TransformationMergeBlocks : public Transformation { 49 protobufs::Transformation ToMessage() const override;
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
D | transformation.cpp | 112 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 …]
|
D | transformation.h | 60 class Transformation { 62 virtual ~Transformation(); 66 static std::unique_ptr<Transformation> FromMessage( 67 const protobufs::Transformation& message); 93 virtual protobufs::Transformation ToMessage() const = 0;
|
D | transformation_add_type_boolean.h | 25 class TransformationAddTypeBoolean : public Transformation { 44 protobufs::Transformation ToMessage() const override;
|
/external/eigen/bench/ |
D | geometry.cpp | 24 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/ |
D | GifBitmapWrapperTransformation.java | 5 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/ |
D | MultiTransformation.java | 13 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/ |
D | CodegenStrategy.h | 23 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/ |
D | GifDrawableTransformation.java | 5 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()
|
D | GifDrawable.java | 18 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/ |
D | UnitTransformation.java | 3 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/ |
D | ShadowAnimationBridge.java | 4 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/ |
D | MutationsTest.cpp | 24 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/ |
D | Track.java | 38 public @interface Transformation {} annotation in Track 82 @Transformation public final int sampleTransformation; 103 Format format, @Transformation int sampleTransformation, in Track()
|