Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/assets/3d/shaders/computeshader/
H A Dcore3d_dm_morph.comp86 vec3 n = UnpackMorphNormal(data[tid].nortan);
87 const vec4 fullTangent = UnpackMorphTangent(data[tid].nortan);
104 n += UnpackMorphNormal(data[index].nortan) * w;
105 t += UnpackMorphTangent(data[index].nortan).xyz * w;
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/assets/3d/shaders/common/
H A Dmorph_target_structs.h32 uvec4 nortan; member
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp1856 target->nortan.x = Math::PackHalf2X16({ nor.x, nor.y }); in GatherDeltasPN()
1857 target->nortan.y = Math::PackHalf2X16({ nor.z, 0.f }); in GatherDeltasPN()
1896 target->nortan.x = Math::PackHalf2X16({ nor.data[R], nor.data[G] }); in GatherDeltasPN()
1897 target->nortan.y = Math::PackHalf2X16({ nor.data[B], 0.f }); in GatherDeltasPN()
1988 target->nortan.x = Math::PackHalf2X16({ nor.x, nor.y }); in GatherDeltasPNT()
1989 target->nortan.y = Math::PackHalf2X16({ nor.z, 0.f }); in GatherDeltasPNT()
1990 target->nortan.z = Math::PackHalf2X16({ tan.x, tan.y }); in GatherDeltasPNT()
1991 target->nortan.w = Math::PackHalf2X16({ tan.z, 0.f }); in GatherDeltasPNT()
2036 target->nortan.x = Math::PackHalf2X16({ nor.data[R], nor.data[G] }); in GatherDeltasPNT()
2037 target->nortan.y = Math::PackHalf2X16({ nor.data[B], 0.f }); in GatherDeltasPNT()
[all …]