Home
last modified time | relevance | path

Searched refs:typeDecl (Results 1 - 7 of 7) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dproperty_util.cpp41 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 Dproperty_util.h75 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 Dproperty_util.cpp42 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 Dproperty_util.h75 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 Dshader_pipeline_binder.cpp83 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 Dpost_process_configuration_component_manager.cpp103 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 Dmaterial_component_manager.cpp277 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()

Completed in 8 milliseconds