/external/skia/src/sksl/codegen/ |
D | SkSLVMCodeGenerator.h | 63 struct Uniform { struct 64 String fName; 65 Type::NumberKind fKind; 66 int fColumns; 67 int fRows; 68 int fSlot;
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Program.h | 39 struct Uniform struct 43 BlockInfo(const glsl::Uniform& uniform, int blockIndex); argument 75 struct UniformBlock argument
|
/external/skia/src/gpu/gl/ |
D | GrGLProgramDataManager.h | 81 struct Uniform { struct 92 SkTArray<Uniform, true> fUniforms; argument
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlPipelineStateDataManager.h | 62 struct Uniform { struct 74 void* getBufferPtrAndMarkDirty(const Uniform& uni) const; argument
|
/external/skqp/src/gpu/vk/ |
D | GrVkPipelineStateDataManager.h | 66 struct Uniform { struct 78 void* getBufferPtrAndMarkDirty(const Uniform& uni) const; argument
|
/external/skqp/src/gpu/gl/ |
D | GrGLProgramDataManager.h | 87 struct Uniform { struct 109 SkTArray<Uniform, true> fUniforms; argument
|
/external/skia/include/effects/ |
D | SkRuntimeEffect.h | 45 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/openscreen/third_party/abseil/src/absl/random/ |
D | distributions.h | 123 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/ |
D | distributions.h | 123 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/ |
D | distributions.h | 123 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/ |
D | distributions.h | 123 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/ |
D | GrUniformDataManager.h | 55 struct Uniform { struct 66 void* getBufferPtrAndMarkDirty(const Uniform& uni) const; argument
|
D | GrShaderVar.h | 26 Uniform, enumerator
|
/external/webrtc/third_party/abseil-cpp/absl/random/ |
D | distributions.h | 124 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/abseil-cpp/absl/random/ |
D | distributions.h | 124 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/ |
D | sglrShaderProgram.hpp | 96 struct Uniform struct 98 Uniform (const std::string& name_, glu::DataType type_) : name(name_), type(type_) { } in Uniform() argument 100 std::string name; 101 glu::DataType type;
|
/external/tensorflow/tensorflow/core/lib/random/ |
D | simple_philox.cc | 23 uint32 SimplePhilox::Uniform(uint32 n) { in Uniform() function in tensorflow::random::SimplePhilox
|
/external/llvm-project/mlir/tools/mlir-vulkan-runner/ |
D | VulkanRuntime.h | 75 Uniform = 2, enumerator
|
/external/llvm-project/llvm/unittests/FuzzMutate/ |
D | ReservoirSamplerTest.cpp | 28 TEST(ReservoirSamplerTest, Uniform) { in TEST() argument
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/util/ |
D | GlUtil.java | 111 public static final class Uniform { class in GlUtil 130 public Uniform(int program, int index) { in Uniform() method in GlUtil.Uniform
|
/external/rust/crates/rand/src/distributions/ |
D | uniform.rs | 175 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/ |
D | OutputASM.h | 72 struct Uniform : public ShaderVariable struct 80 typedef std::vector<Uniform> ActiveUniforms; argument
|
/external/tensorflow/tensorflow/python/ops/distributions/ |
D | uniform.py | 37 class Uniform(distribution.Distribution): class
|
/external/tensorflow/tensorflow/core/kernels/ |
D | stateless_random_gamma_op_gpu.cu.cc | 55 typedef random::UniformDistribution<random::PhiloxRandom, double> Uniform; in FillKernel() typedef
|
/external/angle/third_party/abseil-cpp/absl/container/internal/ |
D | raw_hash_set_probe_benchmark.cc | 334 struct Uniform { struct 336 T operator()(T) const { in operator ()() 440 std::string Name(Random<T, Uniform>*) { in Name() argument
|