Home
last modified time | relevance | path

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

1234

/external/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.h63 struct Uniform { struct
64 String fName;
65 Type::NumberKind fKind;
66 int fColumns;
67 int fRows;
68 int fSlot;
/external/swiftshader/src/OpenGL/libGLESv2/
DProgram.h39 struct Uniform struct
43 BlockInfo(const glsl::Uniform& uniform, int blockIndex); argument
75 struct UniformBlock argument
/external/skia/src/gpu/gl/
DGrGLProgramDataManager.h81 struct Uniform { struct
92 SkTArray<Uniform, true> fUniforms; argument
/external/skqp/src/gpu/gl/
DGrGLProgramDataManager.h87 struct Uniform { struct
109 SkTArray<Uniform, true> fUniforms; argument
/external/skia/include/effects/
DSkRuntimeEffect.h45 struct Uniform { struct
46 enum class Type {
60 enum Flags {
65 SkString name;
66 size_t offset;
67 Type type;
68 int count;
69 uint32_t flags;
71 bool isArray() const { return SkToBool(this->flags & kArray_Flag); } in isArray()
/external/skqp/src/gpu/vk/
DGrVkPipelineStateDataManager.h66 struct Uniform { struct
78 void* getBufferPtrAndMarkDirty(const Uniform& uni) const; argument
/external/skqp/src/gpu/mtl/
DGrMtlPipelineStateDataManager.h62 struct Uniform { struct
74 void* getBufferPtrAndMarkDirty(const Uniform& uni) const; argument
/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/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/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/skia/src/gpu/
DGrUniformDataManager.h55 struct Uniform { struct
66 void* getBufferPtrAndMarkDirty(const Uniform& uni) const; argument
DGrShaderVar.h26 Uniform, enumerator
/external/abseil-cpp/absl/random/
Ddistributions.h124 Uniform(TagType tag, in Uniform() function
145 Uniform(URBG&& urbg, // NOLINT(runtime/references) in Uniform() function
169 Uniform(TagType tag, in Uniform() function
194 Uniform(URBG&& urbg, // NOLINT(runtime/references) in Uniform() function
217 Uniform(URBG&& urbg) { // NOLINT(runtime/references) in Uniform() function
/external/webrtc/third_party/abseil-cpp/absl/random/
Ddistributions.h124 Uniform(TagType tag, in Uniform() function
145 Uniform(URBG&& urbg, // NOLINT(runtime/references) in Uniform() function
169 Uniform(TagType tag, in Uniform() function
194 Uniform(URBG&& urbg, // NOLINT(runtime/references) in Uniform() function
217 Uniform(URBG&& urbg) { // NOLINT(runtime/references) in Uniform() function
/external/deqp/framework/opengl/simplereference/
DsglrShaderProgram.hpp96 struct Uniform struct
98 Uniform (const std::string& name_, glu::DataType type_) : name(name_), type(type_) { } in Uniform() function
100 std::string name;
101 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/llvm-project/mlir/tools/mlir-vulkan-runner/
DVulkanRuntime.h75 Uniform = 2, enumerator
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/util/
DGlUtil.java111 public static final class Uniform { class in GlUtil
130 public Uniform(int program, int index) { in Uniform() method in GlUtil.Uniform
/external/llvm-project/llvm/unittests/FuzzMutate/
DReservoirSamplerTest.cpp28 TEST(ReservoirSamplerTest, Uniform) { in TEST() argument
/external/rust/crates/rand/src/distributions/
Duniform.rs175 pub struct Uniform<X: SampleUniform>(X::Sampler); struct
177 impl<X: SampleUniform> Uniform<X> { impl
199 impl<X: SampleUniform> Distribution<X> for Uniform<X> { implementation
300 impl<X: SampleUniform> From<Range<X>> for Uniform<X> { implementation
306 impl<X: SampleUniform> From<RangeInclusive<X>> for Uniform<X> { implementation
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h72 struct Uniform : public ShaderVariable struct
80 typedef std::vector<Uniform> ActiveUniforms; argument
/external/tensorflow/tensorflow/python/ops/distributions/
Duniform.py37 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
Dparameterized_truncated_normal_op.cc84 using Uniform = random::UniformDistribution<random::PhiloxRandom, T>; in operator ()() typedef
342 using Uniform = random::UniformDistribution<random::PhiloxRandom, T>; in operator ()() typedef
/external/deqp-deps/amber/docs/
Dvk_script.md213 ### Uniform subsection

1234