Home
last modified time | relevance | path

Searched defs:SPVRTPODImpl (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTModelPOD.cpp176 struct SPVRTPODImpl struct
178 VERTTYPE fFrame; /*!< Frame number */
179 VERTTYPE fBlend; /*!< Frame blend (AKA fractional part of animation frame number) */
180 int nFrame; /*!< Frame number (AKA integer part of animation frame number) */
182 VERTTYPE *pfCache; /*!< Cache indicating the frames at which the matrix cache was filled */
183 PVRTMATRIX *pWmCache; /*!< Cache of world matrices */
184 PVRTMATRIX *pWmZeroCache; /*!< Pre-calculated frame 0 matrices */
186 bool bFromMemory; /*!< Was the mesh data loaded from memory? */
189 PVRTint64 nWmTotal, nWmCacheHit, nWmZeroCacheHit;
190 float fHitPerc, fHitPercZero;