Home
last modified time | relevance | path

Searched refs:MorphInputData (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp1305 const uint32_t targetSize = submesh.info.vertexCount * sizeof(MorphInputData); in SetMorphTargetData()
1316 OutputBuffer dstData { NORMAL_FORMAT, sizeof(MorphInputData), in SetMorphTargetData()
1319 OutputBuffer dstData { NORMAL_FORMAT, sizeof(MorphInputData), in SetMorphTargetData()
1326 OutputBuffer dstData { TANGENT_FORMAT, sizeof(MorphInputData), in SetMorphTargetData()
1329 OutputBuffer dstData { TANGENT_FORMAT, sizeof(MorphInputData), in SetMorphTargetData()
1758 targetOffset += sizeof(MorphInputData); in GatherDeltasP()
1787 targetOffset += sizeof(MorphInputData); in GatherDeltasP()
1852 targetOffset += sizeof(MorphInputData); in GatherDeltasPN()
1892 targetOffset += sizeof(MorphInputData); in GatherDeltasPN()
1984 targetOffset += sizeof(MorphInputData); in GatherDeltasPNT()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/assets/3d/shaders/common/
H A Dmorph_target_structs.h29 struct MorphInputData { struct
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/assets/3d/shaders/computeshader/
H A Dcore3d_dm_morph.comp23 MorphInputData data[];