Home
last modified time | relevance | path

Searched defs:OverridableConstant (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/tint/src/inspector/
Dentry_point.h92 struct OverridableConstant { struct
94 std::string name;
97 uint16_t numeric_id;
100 enum class Type {
108 Type type;
111 bool is_initialized = false;
115 bool is_numeric_id_specified = false;
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DShaderModule.h208 struct OverridableConstant { struct
209 uint32_t id;
212 enum class Type { Boolean, Float32, Uint32, Int32 } type;
217 bool isInitialized;
222 OverridableConstantScalar defaultValue;