/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/flutter/skia/src/gpu/dawn/ |
D | GrDawnProgramDataManager.h | 63 struct Uniform { struct 75 void* getBufferPtrAndMarkDirty(const Uniform& uni) const; argument
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLProgramDataManager.h | 87 struct Uniform { struct 109 SkTArray<Uniform, true> fUniforms; argument
|
/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/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/flutter/skia/src/gpu/vk/ |
D | GrVkPipelineStateDataManager.h | 64 struct Uniform { struct 75 void* getBufferPtrAndMarkDirty(const Uniform& uni) const; argument
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlPipelineStateDataManager.h | 63 struct Uniform { struct 74 void* getBufferPtrAndMarkDirty(const Uniform& uni) const; argument
|
/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/flutter/skia/third_party/externals/angle2/include/GLSLANG/ |
D | ShaderVars.h | 180 struct Uniform : public VariableWithLocation struct 185 Uniform &operator=(const Uniform &other); argument 199 bool isSameUniformAtLinkTime(const Uniform &other) const; argument
|
/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() argument 100 std::string name; 101 glu::DataType type;
|
/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/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ShaderVars.cpp | 266 Uniform::Uniform() in Uniform() function in sh::Uniform 272 Uniform::Uniform(const Uniform &other) in Uniform() function in sh::Uniform
|
/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/nn/probability/distribution/ |
D | uniform.py | 26 class Uniform(Distribution): class
|
/third_party/mindspore/mindspore/common/ |
D | initializer.py | 389 class Uniform(Initializer): class
|
/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() argument
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | ComputeLayoutMemoryBufferTests.cpp | 110 Uniform, enumerator
|
/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() function
|