Home
last modified time | relevance | path

Searched defs:Uniform (Results 1 – 25 of 106) sorted by relevance

12345

/external/skia/src/gpu/ganesh/gl/
DGrGLProgramDataManager.h81 struct Uniform { struct
92 skia_private::TArray<Uniform, true> fUniforms; argument
/external/skia/src/gpu/ganesh/
DGrUniformDataManager.h56 struct Uniform { struct
73 void* getBufferPtrAndMarkDirty(const Uniform& uni) const; argument
DGrShaderVar.h27 Uniform, enumerator
/external/skia/include/effects/
DSkRuntimeEffect.h62 struct SK_API Uniform { struct
78 // Uniform is declared as an array. 'count' contains array length. argument
99 std::string_view name;
100 size_t offset;
101 Type type;
102 int count;
103 uint32_t flags;
105 bool isArray() const { return SkToBool(this->flags & kArray_Flag); } in isArray()
106 bool isColor() const { return SkToBool(this->flags & kColor_Flag); } in isColor()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/
Ddistributions.h123 Uniform(TagType tag, in Uniform() function
143 Uniform(URBG&& urbg, // NOLINT(runtime/references) in Uniform() function
166 Uniform(TagType tag, in Uniform() function
190 Uniform(URBG&& urbg, // NOLINT(runtime/references) in Uniform() function
212 Uniform(URBG&& urbg) { // NOLINT(runtime/references) in Uniform() function
/external/webrtc/third_party/abseil-cpp/absl/random/
Ddistributions.h123 Uniform(TagType tag, in Uniform() function
143 Uniform(URBG&& urbg, // NOLINT(runtime/references) in Uniform() function
166 Uniform(TagType tag, in Uniform() function
190 Uniform(URBG&& urbg, // NOLINT(runtime/references) in Uniform() function
212 Uniform(URBG&& urbg) { // NOLINT(runtime/references) in Uniform() function
/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/random/
Ddistributions.h123 Uniform(TagType tag, in Uniform() function
143 Uniform(URBG&& urbg, // NOLINT(runtime/references) in Uniform() function
166 Uniform(TagType tag, in Uniform() function
190 Uniform(URBG&& urbg, // NOLINT(runtime/references) in Uniform() function
212 Uniform(URBG&& urbg) { // NOLINT(runtime/references) in Uniform() function
/external/openscreen/third_party/abseil/src/absl/random/
Ddistributions.h123 Uniform(TagType tag, in Uniform() function
143 Uniform(URBG&& urbg, // NOLINT(runtime/references) in Uniform() function
166 Uniform(TagType tag, in Uniform() function
190 Uniform(URBG&& urbg, // NOLINT(runtime/references) in Uniform() function
212 Uniform(URBG&& urbg) { // NOLINT(runtime/references) in Uniform() function
/external/tensorflow/third_party/absl/abseil-cpp/absl/random/
Ddistributions.h123 Uniform(TagType tag, in Uniform() function
143 Uniform(URBG&& urbg, // NOLINT(runtime/references) in Uniform() function
166 Uniform(TagType tag, in Uniform() function
190 Uniform(URBG&& urbg, // NOLINT(runtime/references) in Uniform() function
212 Uniform(URBG&& urbg) { // NOLINT(runtime/references) in Uniform() function
/external/cronet/third_party/abseil-cpp/absl/random/
Ddistributions.h123 Uniform(TagType tag, in Uniform() function
143 Uniform(URBG&& urbg, // NOLINT(runtime/references) in Uniform() function
166 Uniform(TagType tag, in Uniform() function
190 Uniform(URBG&& urbg, // NOLINT(runtime/references) in Uniform() function
212 Uniform(URBG&& urbg) { // NOLINT(runtime/references) in Uniform() function
/external/libtextclassifier/abseil-cpp/absl/random/
Ddistributions.h123 Uniform(TagType tag, in Uniform() function
143 Uniform(URBG&& urbg, // NOLINT(runtime/references) in Uniform() function
166 Uniform(TagType tag, in Uniform() function
190 Uniform(URBG&& urbg, // NOLINT(runtime/references) in Uniform() function
212 Uniform(URBG&& urbg) { // NOLINT(runtime/references) in Uniform() function
/external/angle/third_party/abseil-cpp/absl/random/
Ddistributions.h123 Uniform(TagType tag, in Uniform() function
143 Uniform(URBG&& urbg, // NOLINT(runtime/references) in Uniform() function
166 Uniform(TagType tag, in Uniform() function
190 Uniform(URBG&& urbg, // NOLINT(runtime/references) in Uniform() function
212 Uniform(URBG&& urbg) { // NOLINT(runtime/references) in Uniform() function
/external/abseil-cpp/absl/random/
Ddistributions.h123 Uniform(TagType tag, in Uniform() function
143 Uniform(URBG&& urbg, // NOLINT(runtime/references) in Uniform() function
166 Uniform(TagType tag, in Uniform() function
190 Uniform(URBG&& urbg, // NOLINT(runtime/references) in Uniform() function
212 Uniform(URBG&& urbg) { // NOLINT(runtime/references) in Uniform() function
/external/skia/src/sksl/ir/
DSkSLProgram.h33 struct Uniform { struct
34 std::string fName;
35 SkSL::Type::NumberKind fKind;
36 int fColumns;
37 int fRows;
38 int fSlot;
/external/skia/src/gpu/graphite/
DUniform.h28 : Uniform(name, type, count, /*isPaintColor=*/false) {} in Uniform() function
49 constexpr Uniform(const char* name, SkSLType type, int count, bool isPaintColor) in Uniform() function
DPipelineData.h29 class Uniform; variable
/external/deqp/framework/opengl/simplereference/
DsglrShaderProgram.hpp112 struct Uniform struct
114 Uniform(const std::string &name_, glu::DataType type_) : name(name_), type(type_) in Uniform() function
118 std::string name;
119 glu::DataType type;
/external/tensorflow/tensorflow/core/lib/random/
Dsimple_philox.cc23 uint32 SimplePhilox::Uniform(uint32 n) { in Uniform() function in tensorflow::random::SimplePhilox
/external/leveldb/util/
Drandom.h49 uint32_t Uniform(int n) { return Next() % n; } in Uniform() function
/external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/
Dhttp2_random.h42 uint32_t Uniform(uint32_t n) { return Rand64() % n; } in Uniform() function
/external/rust/crates/rand/src/distributions/
Duniform.rs179 pub struct Uniform<X: SampleUniform>(X::Sampler); struct
181 impl<X: SampleUniform> Uniform<X> { impl
203 impl<X: SampleUniform> Distribution<X> for Uniform<X> { implementation
304 impl<X: SampleUniform> From<Range<X>> for Uniform<X> { implementation
310 impl<X: SampleUniform> From<RangeInclusive<X>> for Uniform<X> { implementation
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
DGlProgram.java292 private static final class Uniform { class in GlProgram
331 private Uniform(String name, int location, int type) { in Uniform() method in GlProgram.Uniform
/external/tensorflow/tensorflow/python/ops/distributions/
Duniform.py33 class Uniform(distribution.Distribution): class
/external/tensorflow/tensorflow/core/kernels/
Dstateless_random_gamma_op_gpu.cu.cc55 typedef random::UniformDistribution<random::PhiloxRandom, double> Uniform; in FillKernel() typedef
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set_probe_benchmark.cc334 struct Uniform { struct
336 T operator()(T) const { in operator ()()
440 std::string Name(Random<T, Uniform>*) { in Name() argument

12345