Home
last modified time | relevance | path

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

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreInstanceBatchHW_VTF.cpp394 const size_t numWorldMatrices = instancesPerBatch * numBones; in calculateMaxNumInstances() local
396 size_t texWidth = std::min<size_t>( numWorldMatrices * mRowLength, maxUsableWidth ); in calculateMaxNumInstances()
397 size_t texHeight = numWorldMatrices * mRowLength / maxUsableWidth; in calculateMaxNumInstances()
399 const size_t remainder = (numWorldMatrices * mRowLength) % maxUsableWidth; in calculateMaxNumInstances()
H A DOgreInstanceBatchVTF.cpp753 const size_t numWorldMatrices = instancesPerBatch * numBones; in calculateMaxNumInstances() local
755 size_t texWidth = std::min<size_t>( numWorldMatrices * mRowLength, c_maxTexWidth ); in calculateMaxNumInstances()
756 size_t texHeight = numWorldMatrices * mRowLength / c_maxTexWidth; in calculateMaxNumInstances()
758 const size_t remainder = (numWorldMatrices * mRowLength) % c_maxTexWidth; in calculateMaxNumInstances()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreInstanceBatchHW_VTF.cpp385 const size_t numWorldMatrices = instancesPerBatch * numBones; in calculateMaxNumInstances() local
387 … size_t texWidth = std::min<size_t>( numWorldMatrices * mRowLength, maxUsableWidth ); in calculateMaxNumInstances()
388 size_t texHeight = numWorldMatrices * mRowLength / maxUsableWidth; in calculateMaxNumInstances()
390 const size_t remainder = (numWorldMatrices * mRowLength) % maxUsableWidth; in calculateMaxNumInstances()
H A DOgreInstanceBatchVTF.cpp721 const size_t numWorldMatrices = instancesPerBatch * numBones; in calculateMaxNumInstances() local
723 size_t texWidth = std::min<size_t>( numWorldMatrices * mRowLength, c_maxTexWidth ); in calculateMaxNumInstances()
724 size_t texHeight = numWorldMatrices * mRowLength / c_maxTexWidth; in calculateMaxNumInstances()
726 const size_t remainder = (numWorldMatrices * mRowLength) % c_maxTexWidth; in calculateMaxNumInstances()