Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTVertex.cpp612 struct SVtxData in PVRTVertexGenerateTangentSpace() struct
614 int n; // Number of items in following arrays, AKA number of tris using this vtx in PVRTVertexGenerateTangentSpace()
615 PVRTVECTOR3f pvTan[cnMaxSharedVtx]; // Tangent (one per triangle referencing this vtx) in PVRTVertexGenerateTangentSpace()
616 PVRTVECTOR3f pvBin[cnMaxSharedVtx]; // Bitangent (one per triangle referencing this vtx) in PVRTVertexGenerateTangentSpace()
617 int pnTri[cnMaxSharedVtx]; // Triangle index (one per triangle referencing this vtx) in PVRTVertexGenerateTangentSpace()