/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() 204 const size_t byteSize = GetPropertyTypeByteSize(typeDecl); in AddOffsetProperty() 212 typeDecl, // type in AddOffsetProperty() local 218 GetMetaData(typeDecl), // metaData in AddOffsetProperty() 228 const uintptr_t offset, const PropertyTypeDecl& typeDecl, const array_view<const uint8_t> data) in AddOffsetProperty() 230 const size_t byteSize = GetPropertyTypeByteSize(typeDecl); in AddOffsetProperty() 201 AddOffsetProperty(const string_view propertyName, const string_view displayName, const uintptr_t offset, const PropertyTypeDecl& typeDecl) AddOffsetProperty() argument 227 AddOffsetProperty(const string_view propertyName, const string_view displayName, const uintptr_t offset, const PropertyTypeDecl& typeDecl, const array_view<const uint8_t> data) AddOffsetProperty() argument 238 typeDecl, // type AddOffsetProperty() local 594 AddOffsetProperty(const string_view propertyName, const string_view displayName, const uintptr_t offset, const PropertyTypeDecl& typeDecl) AddOffsetProperty() argument 619 typeDecl, // type AddOffsetProperty() local [all...] |
H A D | property_util.h | 75 const uintptr_t offset, const CORE_NS::PropertyTypeDecl& typeDecl); 77 const uintptr_t offset, const CORE_NS::PropertyTypeDecl& typeDecl, 171 const uintptr_t offset, const CORE_NS::PropertyTypeDecl& typeDecl);
|
/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() 209 const size_t byteSize = GetPropertyTypeByteSize(typeDecl); in AddOffsetProperty() 217 typeDecl, // type in AddOffsetProperty() local 223 GetMetaData(typeDecl), // metaData in AddOffsetProperty() 233 const uintptr_t offset, const PropertyTypeDecl& typeDecl, const array_view<const uint8_t> data) in AddOffsetProperty() 235 const size_t byteSize = GetPropertyTypeByteSize(typeDecl); in AddOffsetProperty() 206 AddOffsetProperty(const string_view propertyName, const string_view displayName, const uintptr_t offset, const PropertyTypeDecl& typeDecl) AddOffsetProperty() argument 232 AddOffsetProperty(const string_view propertyName, const string_view displayName, const uintptr_t offset, const PropertyTypeDecl& typeDecl, const array_view<const uint8_t> data) AddOffsetProperty() argument 243 typeDecl, // type AddOffsetProperty() local [all...] |
H A D | property_util.h | 75 const CORE_NS::PropertyTypeDecl& typeDecl); 77 const CORE_NS::PropertyTypeDecl& typeDecl, BASE_NS::array_view<const uint8_t> data);
|
/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()
|
/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(type); 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()
|