Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/res/
Dgfx_ResVertex.cpp106 if ( this->GetFlags() & ResVertexAttributeData::FLAG_VERTEX_PARAM ) in Setup()
110 else if ( this->GetFlags() & ResVertexAttributeData::FLAG_INTERLEAVE ) in Setup()
126 if ( this->GetFlags() & ResVertexAttributeData::FLAG_VERTEX_PARAM ) in Cleanup()
130 else if ( this->GetFlags() & ResVertexAttributeData::FLAG_INTERLEAVE ) in Cleanup()
Dgfx_ResMesh.cpp99 if (attribute.GetFlags() & ResVertexAttributeData::FLAG_VERTEX_PARAM) in ResSeparateDataShape_SetupVertexIrScale()
/NW4C-1.3.3/include/nw/gfx/res/
Dgfx_ResVertex.h31 struct ResVertexAttributeData struct
51 class ResVertexAttribute : public nw::ut::ResCommon< ResVertexAttributeData > argument
141 struct ResVertexParamAttributeData : public ResVertexAttributeData
212 struct ResVertexStreamBaseData : public ResVertexAttributeData
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp170 if ( attribute.GetFlags() & ResVertexAttributeData::FLAG_VERTEX_PARAM ) in CalcSetupActivateVertexAttributeCommandSize_()
208 if ( attribute.GetFlags() & ResVertexAttributeData::FLAG_VERTEX_PARAM ) in CalcSetupDeactivateVertexAttributeCommandSize_()
214 if (attribute.GetFlags() & ResVertexAttributeData::FLAG_INTERLEAVE) in CalcSetupDeactivateVertexAttributeCommandSize_()
336 if ( attribute.GetFlags() & ResVertexAttributeData::FLAG_VERTEX_PARAM ) in SetupActivateVertexAttributeCommand_()
342 if (attribute.GetFlags() & ResVertexAttributeData::FLAG_INTERLEAVE) in SetupActivateVertexAttributeCommand_()
429 if ( attribute.GetFlags() & ResVertexAttributeData::FLAG_VERTEX_PARAM ) in SetupActivateVertexAttributeCommand_()
546 if ( attribute.GetFlags() & ResVertexAttributeData::FLAG_VERTEX_PARAM ) in SetupDeactivateVertexAttributeCommand_()
552 if (attribute.GetFlags() & ResVertexAttributeData::FLAG_INTERLEAVE) in SetupDeactivateVertexAttributeCommand_()