Searched defs:typeDecl (Results 1 - 5 of 5) sorted by relevance
/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 79 constexpr MetaData GetMetaData(const PropertyTypeDecl& typeDecl) in GetMetaData() argument 217 typeDecl, // type in AddOffsetProperty() local 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...] |
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/ |
H A D | property_util.cpp | 41 uint32_t GetPropertyTypeByteSize(const PropertyTypeDecl& typeDecl) in GetPropertyTypeByteSize() argument 76 constexpr MetaData GetMetaData(const PropertyTypeDecl& typeDecl) in GetMetaData() argument 212 typeDecl, // type in AddOffsetProperty() local 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...] |
/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
|
H A D | material_component_manager.cpp | 277 const CORE_NS::PropertyTypeDecl typeDecl = CustomPropertyPodHelper::GetPropertyTypeDeclaration(type); in UpdateCustomPropertyMetadata() local
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | shader_pipeline_binder.cpp | 83 const PropertyTypeDecl typeDecl = in UpdateCustomPropertyMetadata() local 145 const PropertyTypeDecl typeDecl = in UpdateBindingPropertyMetadata() local
|
Completed in 7 milliseconds