Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp2068 const auto weightFormat = GetFormatSpec(weightData.format); in CalculateJointBounds() local
2069 if (weightFormat.format == BASE_FORMAT_UNDEFINED) { in CalculateJointBounds()
2072 if (const auto weightElementSize = weightFormat.componentCount * weightFormat.componentByteSize; in CalculateJointBounds()
2095 for (auto j = 0U; j < weightFormat.componentCount; ++j) { in CalculateJointBounds()
2096 fWeights[j] = weightFormat.toIntermediate(weights + j * weightFormat.componentByteSize); in CalculateJointBounds()
2135 for (auto j = 0U; j < weightFormat.componentCount; ++j) { in CalculateJointBounds()
2136 fWeights[j] = weightFormat.toIntermediate(weights + j * weightFormat.componentByteSize); in CalculateJointBounds()