Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DProgram.h39 struct Uniform struct
43 BlockInfo(const glsl::Uniform& uniform, int blockIndex); argument
75 struct UniformBlock argument
/third_party/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.h91 struct Uniform { struct
92 String fName;
93 Type::NumberKind fKind;
94 int fColumns;
95 int fRows;
96 int fSlot;
/third_party/skia/src/gpu/
DGrUniformDataManager.h55 struct Uniform { struct
72 void* getBufferPtrAndMarkDirty(const Uniform& uni) const; argument
DGrShaderVar.h26 Uniform, enumerator
/third_party/skia/src/gpu/gl/
DGrGLProgramDataManager.h81 struct Uniform { struct
92 SkTArray<Uniform, true> fUniforms; argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCopyTextureForBrowserHelper.cpp132 struct Uniform { struct
133 float scaleX;
134 float scaleY;
135 float offsetX;
136 float offsetY;
137 wgpu::AlphaOp alphaOp;
/third_party/skia/include/effects/
DSkRuntimeEffect.h51 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/
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
/third_party/skia/experimental/graphite/src/
DUniform.h24 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
DContextUtils.h20 class Uniform; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Duniform_impl.cu21 __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/
Duniform.h35 Uniform() : BaseOperator(kNameUniform) { InitIOName({"x"}, {"y"}); } in Uniform() function
/third_party/vk-gl-cts/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;
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/utils/
Drandom_test.cc113 using Uniform = random::UniformDistribution<float>; in TEST_F() typedef
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.h72 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/
Dgamma_cpu_kernel.cc89 typedef MSUniformDistribution<PhiloxRandom, double> Uniform; in Generate() typedef
/third_party/skia/third_party/externals/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
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/nn/probability/distribution/
Duniform.py27 class Uniform(Distribution): class
/third_party/vk-gl-cts/external/amber/src/docs/
Dvk_script.md213 ### Uniform subsection
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fProgramUniformTests.cpp306 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/
DComputeLayoutMemoryBufferTests.cpp110 Uniform, enumerator
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dsample_distorted_bounding_box_ext2.cc74 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/
Dsample_distorted_bounding_box_v2_cpu_kernel.cc71 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/
Drandom_ops.py1201 class Uniform(Primitive): class
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fUniformApiTests.cpp260 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

123