Home
last modified time | relevance | path

Searched defs:Uniform (Results 1 – 25 of 51) 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/mtl/
DGrMtlPipelineStateDataManager.h63 struct Uniform { struct
74 void* getBufferPtrAndMarkDirty(const Uniform& uni) const; argument
/third_party/flutter/skia/src/gpu/vk/
DGrVkPipelineStateDataManager.h64 struct Uniform { struct
75 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/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/skia/third_party/externals/dawn/src/tests/end2end/
DComputeLayoutMemoryBufferTests.cpp110 Uniform, enumerator
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderVars.h255 using Uniform = ShaderVariable; variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_annotation_test.cpp884 TEST_P(VulkanInterpolationStorageClass, Uniform) { in TEST_P() argument
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_annotation_test.cpp884 TEST_P(VulkanInterpolationStorageClass, Uniform) { in TEST_P() argument
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dpacked_gl_enums.json26 "Uniform": "GL_UNIFORM_BUFFER" string
/third_party/skia/third_party/externals/angle2/src/common/
Dpacked_gl_enums.json27 "Uniform": "GL_UNIFORM_BUFFER" string

123