Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp1948 const auto tanFormat = GetFormatSpec(targetTangents.format); in GatherDeltasPNT() local
1949 if (tanFormat.format == BASE_FORMAT_UNDEFINED) { in GatherDeltasPNT()
1953 if (const auto tanElementSize = tanFormat.componentCount * tanFormat.componentByteSize; in GatherDeltasPNT()
1963 tanFormat.format == BASE_FORMAT_R32G32B32_SFLOAT) { in GatherDeltasPNT()
2023 for (auto i = 0U; i < Math::min(countof(tan.data), tanFormat.componentCount); ++i) { in GatherDeltasPNT()
2024 tan[i] = tanFormat.toIntermediate(ptr + i * tanFormat.componentByteSize); in GatherDeltasPNT()