Searched refs:typeDecl (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/ |
H A D | property_util.cpp | 41 uint32_t GetPropertyTypeByteSize(const PropertyTypeDecl& typeDecl) in GetPropertyTypeByteSize() argument 44 switch (typeDecl) { in GetPropertyTypeByteSize() 76 constexpr MetaData GetMetaData(const PropertyTypeDecl& typeDecl) in GetMetaData() argument 78 switch (typeDecl) { in GetMetaData() 202 const uintptr_t offset, const PropertyTypeDecl& typeDecl) in AddOffsetProperty() argument 204 const size_t byteSize = GetPropertyTypeByteSize(typeDecl); in AddOffsetProperty() 212 typeDecl, // type in AddOffsetProperty() 230 const size_t byteSize = GetPropertyTypeByteSize(typeDecl); in AddOffsetProperty() 238 typeDecl, // type in AddOffsetProperty() 595 const uintptr_t offset, const PropertyTypeDecl& typeDecl) in AddOffsetProperty() argument [all …]
|
H A D | property_util.h | 75 const uintptr_t offset, const CORE_NS::PropertyTypeDecl& typeDecl); in RENDER_BEGIN_NAMESPACE() 77 const uintptr_t offset, const CORE_NS::PropertyTypeDecl& typeDecl, in RENDER_BEGIN_NAMESPACE() 171 const uintptr_t offset, const CORE_NS::PropertyTypeDecl& typeDecl);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | property_util.cpp | 42 uint32_t GetPropertyTypeByteSize(const PropertyTypeDecl& typeDecl) in GetPropertyTypeByteSize() argument 45 switch (typeDecl) { in GetPropertyTypeByteSize() 79 constexpr MetaData GetMetaData(const PropertyTypeDecl& typeDecl) in GetMetaData() argument 81 switch (typeDecl) { in GetMetaData() 207 const uintptr_t offset, const PropertyTypeDecl& typeDecl) in AddOffsetProperty() argument 209 const size_t byteSize = GetPropertyTypeByteSize(typeDecl); in AddOffsetProperty() 217 typeDecl, // type in AddOffsetProperty() 223 GetMetaData(typeDecl), // metaData in AddOffsetProperty() 235 const size_t byteSize = GetPropertyTypeByteSize(typeDecl); in AddOffsetProperty() 243 typeDecl, // type in AddOffsetProperty() [all …]
|
H A D | property_util.h | 75 const CORE_NS::PropertyTypeDecl& typeDecl); in CORE3D_BEGIN_NAMESPACE() 77 const CORE_NS::PropertyTypeDecl& typeDecl, BASE_NS::array_view<const uint8_t> data); in CORE3D_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | shader_pipeline_binder.cpp | 83 const PropertyTypeDecl typeDecl = in UpdateCustomPropertyMetadata() local 85 … const size_t align = CustomPropertyPodHelper::GetPropertyTypeAlignment(typeDecl); in UpdateCustomPropertyMetadata() 93 properties.AddOffsetProperty(name, displayName, offset, typeDecl); in UpdateCustomPropertyMetadata() 95 typeDecl, value, properties, offset); in UpdateCustomPropertyMetadata() 145 const PropertyTypeDecl typeDecl = in UpdateBindingPropertyMetadata() local 147 … const size_t align = CustomPropertyBindingHelper::GetPropertyTypeAlignment(typeDecl); in UpdateBindingPropertyMetadata() 154 properties.AddOffsetProperty(name, displayName, offset, typeDecl); in UpdateBindingPropertyMetadata()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | post_process_configuration_component_manager.cpp | 103 const PropertyTypeDecl typeDecl = in UpdateCustomPropertyMetadata() local 105 … const size_t align = CustomPropertyPodHelper::GetPropertyTypeAlignment(typeDecl); in UpdateCustomPropertyMetadata() 112 properties.AddOffsetProperty(name, displayName, offset, typeDecl); in UpdateCustomPropertyMetadata() 114 typeDecl, value, properties, offset); in UpdateCustomPropertyMetadata()
|
H A D | material_component_manager.cpp | 277 …const CORE_NS::PropertyTypeDecl typeDecl = CustomPropertyPodHelper::GetPropertyTypeDeclaration(typ… in UpdateCustomPropertyMetadata() local 278 … const size_t align = CustomPropertyPodHelper::GetPropertyTypeAlignment(typeDecl); in UpdateCustomPropertyMetadata() 285 properties.AddOffsetProperty(name, displayName, offset, typeDecl); in UpdateCustomPropertyMetadata() 286 … CustomPropertyPodHelper::SetCustomPropertyBlobValue(typeDecl, value, properties, offset); in UpdateCustomPropertyMetadata()
|