Home
last modified time | relevance | path

Searched refs:VES_BLEND_WEIGHTS (Results 1 – 25 of 44) sorted by relevance

12

/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLSupport/src/GLSL/
H A DOgreGLSLProgramCommon.cpp169 {"blendWeights", getFixedAttributeIndex(VES_BLEND_WEIGHTS, 0), VES_BLEND_WEIGHTS},
221 attributeIndex[VES_BLEND_WEIGHTS] = 4; in useTightAttributeLayout()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/
H A DOgreGLGpuProgram.cpp99 case VES_BLEND_WEIGHTS: in getFixedAttributeIndex()
133 case VES_BLEND_WEIGHTS: in isAttributeValid()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreInstanceBatchVTF.cpp151 …Element *veWeights = baseVertexData->vertexDeclaration->findElementBySemantic( VES_BLEND_WEIGHTS ); in retrieveBoneIdx()
179 …Element *veWeights = baseVertexData->vertexDeclaration->findElementBySemantic( VES_BLEND_WEIGHTS ); in retrieveBoneIdxWithWeights()
510 findElementBySemantic( VES_BLEND_WEIGHTS ); in setupVertices()
535 thisVertexData->vertexDeclaration->removeElement( VES_BLEND_WEIGHTS ); in setupVertices()
658 thisVertexData->vertexDeclaration->addElement(newSource, offset, VET_FLOAT4, VES_BLEND_WEIGHTS, in createVertexSemantics()
H A DOgreInstanceBatchHW.cpp147 VES_BLEND_WEIGHTS ); in removeBlendData()
155 thisVertexData->vertexDeclaration->removeElement(VES_BLEND_WEIGHTS); in removeBlendData()
H A DOgreInstanceBatchHW_VTF.cpp96 findElementBySemantic( VES_BLEND_WEIGHTS ); in setupVertices()
122 thisVertexData->vertexDeclaration->removeElement( VES_BLEND_WEIGHTS ); in setupVertices()
170 thisVertexData->vertexDeclaration->addElement(newSource, offset, VET_FLOAT4, VES_BLEND_WEIGHTS, in createVertexSemantics()
H A DOgreHardwareVertexBuffer.cpp635 … splitWithPrev = (prevSemantic == VES_BLEND_WEIGHTS || prevSemantic == VES_BLEND_INDICES); in getAutoOrganisedDeclaration()
639 case VES_BLEND_WEIGHTS: in getAutoOrganisedDeclaration()
H A DOgreMesh.cpp729 decl->removeElement(VES_BLEND_WEIGHTS); in compileBoneAssignments()
765 VES_BLEND_WEIGHTS); in compileBoneAssignments()
778 VES_BLEND_WEIGHTS); in compileBoneAssignments()
1607 sourceVertexData->vertexDeclaration->findElementBySemantic(VES_BLEND_WEIGHTS); in softwareVertexBlend()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreInstanceBatchVTF.cpp143 …Element *veWeights = baseVertexData->vertexDeclaration->findElementBySemantic( VES_BLEND_WEIGHTS ); in retrieveBoneIdx()
170 …Element *veWeights = baseVertexData->vertexDeclaration->findElementBySemantic( VES_BLEND_WEIGHTS ); in retrieveBoneIdxWithWeights()
489 findElementBySemantic( VES_BLEND_WEIGHTS ); in setupVertices()
514 thisVertexData->vertexDeclaration->removeElement( VES_BLEND_WEIGHTS ); in setupVertices()
628 … thisVertexData->vertexDeclaration->addElement(newSource, offset, VET_FLOAT4, VES_BLEND_WEIGHTS, in createVertexSemantics()
H A DOgreInstanceBatchHW.cpp142 VES_BLEND_WEIGHTS ); in removeBlendData()
150 thisVertexData->vertexDeclaration->removeElement(VES_BLEND_WEIGHTS); in removeBlendData()
H A DOgreInstanceBatchHW_VTF.cpp87 findElementBySemantic( VES_BLEND_WEIGHTS ); in setupVertices()
113 thisVertexData->vertexDeclaration->removeElement( VES_BLEND_WEIGHTS ); in setupVertices()
161 … thisVertexData->vertexDeclaration->addElement(newSource, offset, VET_FLOAT4, VES_BLEND_WEIGHTS, in createVertexSemantics()
H A DOgreHardwareVertexBuffer.cpp664 … splitWithPrev = (prevSemantic == VES_BLEND_WEIGHTS || prevSemantic == VES_BLEND_INDICES); in getAutoOrganisedDeclaration()
668 case VES_BLEND_WEIGHTS: in getAutoOrganisedDeclaration()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/dae2ogre/include/
H A DOgreVertexElement.h22 VES_BLEND_WEIGHTS = 2, enumerator
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/
H A DOgreGLGpuProgram.cpp80 case VES_BLEND_WEIGHTS: in isAttributeValid()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/GLSLES/src/
H A DOgreGLSLESProgramCommon.cpp55 mSemanticTypeMap.insert(SemanticToStringMap::value_type("blendWeights", VES_BLEND_WEIGHTS)); in GLSLESProgramCommon()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/Direct3D11/src/
H A DOgreD3D11Mappings.cpp530 return VES_BLEND_WEIGHTS; in get()
558 case VES_BLEND_WEIGHTS: in get()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/src/GLSL/src/
H A DOgreGLSLProgramCommon.cpp58 mSemanticTypeMap.insert(SemanticToStringMap::value_type("blendWeights", VES_BLEND_WEIGHTS)); in GLSLProgramCommon()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/Direct3D11/src/
H A DOgreD3D11Mappings.cpp362 return VES_BLEND_WEIGHTS; in get()
389 case VES_BLEND_WEIGHTS: in get()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreHardwareVertexBuffer.h93 VES_BLEND_WEIGHTS = 2, enumerator
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreHardwareVertexBuffer.h103 VES_BLEND_WEIGHTS = 2, enumerator
/dports/devel/upp/upp/bazaar/plugin/assimp/code/Ogre/
H A DOgreStructs.h93 VES_BLEND_WEIGHTS = 2, enumerator
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DOgreStructs.h91 VES_BLEND_WEIGHTS = 2, enumerator
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DOgreStructs.h91 VES_BLEND_WEIGHTS = 2, enumerator
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/Ogre/
H A DOgreStructs.h93 VES_BLEND_WEIGHTS = 2, enumerator
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DOgreStructs.h92 VES_BLEND_WEIGHTS = 2, enumerator
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/RTShaderSystem/src/
H A DOgreShaderExHardwareSkinning.cpp472 …ement* pDeclWeights = ro.vertexData->vertexDeclaration->findElementBySemantic(VES_BLEND_WEIGHTS,0); in extractSkeletonData()

12