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/flutter/skia/src/gpu/dawn/
DGrDawnProgramDataManager.h63 struct Uniform { struct
75 void* getBufferPtrAndMarkDirty(const Uniform& uni) const; argument
/third_party/flutter/skia/src/gpu/gl/
DGrGLProgramDataManager.h87 struct Uniform { struct
109 SkTArray<Uniform, true> fUniforms; argument
/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/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/flutter/skia/src/gpu/vk/
DGrVkPipelineStateDataManager.h64 struct Uniform { struct
75 void* getBufferPtrAndMarkDirty(const Uniform& uni) const; argument
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlPipelineStateDataManager.h63 struct Uniform { struct
74 void* getBufferPtrAndMarkDirty(const Uniform& uni) const; argument
/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/flutter/skia/third_party/externals/angle2/include/GLSLANG/
DShaderVars.h180 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/
DsglrShaderProgram.hpp96 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/
DOutputASM.h72 struct Uniform : public ShaderVariable struct
80 typedef std::vector<Uniform> ActiveUniforms; argument
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DShaderVars.cpp266 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/
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/nn/probability/distribution/
Duniform.py26 class Uniform(Distribution): class
/third_party/mindspore/mindspore/common/
Dinitializer.py389 class Uniform(Initializer): class
/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() argument
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DComputeLayoutMemoryBufferTests.cpp110 Uniform, enumerator
/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() function

123