| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| D | Program.h | 39 struct Uniform struct 43 BlockInfo(const glsl::Uniform& uniform, int blockIndex); argument 75 struct UniformBlock argument
|
| /third_party/skia/src/sksl/codegen/ |
| D | SkSLVMCodeGenerator.h | 91 struct Uniform { struct 92 String fName; 93 Type::NumberKind fKind; 94 int fColumns; 95 int fRows; 96 int fSlot;
|
| /third_party/skia/src/gpu/ |
| D | GrUniformDataManager.h | 55 struct Uniform { struct 72 void* getBufferPtrAndMarkDirty(const Uniform& uni) const; argument
|
| D | GrShaderVar.h | 26 Uniform, enumerator
|
| /third_party/skia/src/gpu/gl/ |
| D | GrGLProgramDataManager.h | 81 struct Uniform { struct 92 SkTArray<Uniform, true> fUniforms; argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| D | CopyTextureForBrowserHelper.cpp | 132 struct Uniform { struct 133 float scaleX; 134 float scaleY; 135 float offsetX; 136 float offsetY; 137 wgpu::AlphaOp alphaOp;
|
| /third_party/skia/include/effects/ |
| D | SkRuntimeEffect.h | 51 struct Uniform { struct 52 enum class Type { 66 enum Flags { 71 SkString name; 72 size_t offset; 73 Type type; 74 int count; 75 uint32_t flags; 77 bool isArray() const { return SkToBool(this->flags & kArray_Flag); } in isArray()
|
| /third_party/skia/third_party/externals/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
|
| /third_party/skia/experimental/graphite/src/ |
| D | Uniform.h | 24 constexpr Uniform(const char* name, SLType type) : Uniform(name, type, kNonArray) {} in Uniform() function 26 constexpr Uniform(const char* name, SLType type, int count) in Uniform() function
|
| D | ContextUtils.h | 20 class Uniform; variable
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/ |
| D | uniform_impl.cu | 21 __global__ void Uniform(T *x, T *y, const float from, const float to, uint64_t seed, uint64_t seed_… in Uniform() function 31 __global__ void Uniform(float *x, float *y, const float from, const float to, uint64_t seed, uint64… in Uniform() function 41 __global__ void Uniform(half *x, half *y, const float from, const float to, uint64_t seed, uint64_t… in Uniform() function
|
| /third_party/mindspore/mindspore-src/source/mindspore/core/ops/ |
| D | uniform.h | 35 Uniform() : BaseOperator(kNameUniform) { InitIOName({"x"}, {"y"}); } in Uniform() function
|
| /third_party/vk-gl-cts/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() function 100 std::string name; 101 glu::DataType type;
|
| /third_party/mindspore/mindspore-src/source/tests/ut/cpp/utils/ |
| D | random_test.cc | 113 using Uniform = random::UniformDistribution<float>; in TEST_F() typedef
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| D | OutputASM.h | 72 struct Uniform : public ShaderVariable struct 80 typedef std::vector<Uniform> ActiveUniforms; argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/eigen/ |
| D | gamma_cpu_kernel.cc | 89 typedef MSUniformDistribution<PhiloxRandom, double> Uniform; in Generate() typedef
|
| /third_party/skia/third_party/externals/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
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/nn/probability/distribution/ |
| D | uniform.py | 27 class Uniform(Distribution): class
|
| /third_party/vk-gl-cts/external/amber/src/docs/ |
| D | vk_script.md | 213 ### Uniform subsection
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| D | es31fProgramUniformTests.cpp | 306 struct Uniform struct 308 string name; 309 glu::VarType type; 311 Uniform (const char* const name_, const glu::VarType& type_) : name(name_), type(type_) {} in Uniform() function
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| D | ComputeLayoutMemoryBufferTests.cpp | 110 Uniform, enumerator
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/ |
| D | sample_distorted_bounding_box_ext2.cc | 74 uint32_t SDBBExt2CpuKernel::Uniform(uint32_t n) { in Uniform() function in aicpu::SDBBExt2CpuKernel
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/ |
| D | sample_distorted_bounding_box_v2_cpu_kernel.cc | 71 uint32_t SampleDistortedBoundingBoxV2CPUKernelMod::Uniform(uint32_t n) { in Uniform() function in mindspore::kernel::SampleDistortedBoundingBoxV2CPUKernelMod
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/operations/ |
| D | random_ops.py | 1201 class Uniform(Primitive): class
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| D | es2fUniformApiTests.cpp | 260 struct Uniform struct 262 string name; 263 glu::VarType type; 265 Uniform (const char* const name_, const glu::VarType& type_) : name(name_), type(type_) {} in Uniform() argument
|