Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp2066 const auto weightFormat = GetFormatSpec(weightData.format); in CalculateJointBounds() local
2067 if (weightFormat.format == BASE_FORMAT_UNDEFINED) { in CalculateJointBounds()
2070 if (const auto weightElementSize = weightFormat.componentCount * weightFormat.componentByteSize; in CalculateJointBounds()
2093 for (auto j = 0U; j < weightFormat.componentCount; ++j) { in CalculateJointBounds()
2094 fWeights[j] = weightFormat.toIntermediate(weights + j * weightFormat.componentByteSize); in CalculateJointBounds()
2133 for (auto j = 0U; j < weightFormat.componentCount; ++j) { in CalculateJointBounds()
2134 fWeights[j] = weightFormat.toIntermediate(weights + j * weightFormat in CalculateJointBounds()
[all...]

Completed in 4 milliseconds