Lines Matching refs:attribute

168         ResVertexAttribute attribute = shape.GetVertexAttributes( i );  in CalcSetupActivateVertexAttributeCommandSize_()  local
170 if ( attribute.GetFlags() & ResVertexAttributeData::FLAG_VERTEX_PARAM ) in CalcSetupActivateVertexAttributeCommandSize_()
205 ResVertexAttribute attribute = shape.GetVertexAttributes( i ); in CalcSetupDeactivateVertexAttributeCommandSize_() local
208 if ( attribute.GetFlags() & ResVertexAttributeData::FLAG_VERTEX_PARAM ) in CalcSetupDeactivateVertexAttributeCommandSize_()
214 if (attribute.GetFlags() & ResVertexAttributeData::FLAG_INTERLEAVE) in CalcSetupDeactivateVertexAttributeCommandSize_()
216 … ResInterleavedVertexStream interleave = ResStaticCast<ResInterleavedVertexStream>(attribute); in CalcSetupDeactivateVertexAttributeCommandSize_()
334 ResVertexAttribute attribute = shape.GetVertexAttributes( i ); in SetupActivateVertexAttributeCommand_() local
336 if ( attribute.GetFlags() & ResVertexAttributeData::FLAG_VERTEX_PARAM ) in SetupActivateVertexAttributeCommand_()
342 if (attribute.GetFlags() & ResVertexAttributeData::FLAG_INTERLEAVE) in SetupActivateVertexAttributeCommand_()
345 … ResInterleavedVertexStream interleave = ResStaticCast<ResInterleavedVertexStream>(attribute); in SetupActivateVertexAttributeCommand_()
392 s32 usage = attribute.GetUsage(); in SetupActivateVertexAttributeCommand_()
399 ResVertexStream stream = ResStaticCast<ResVertexStream>(attribute); in SetupActivateVertexAttributeCommand_()
427 ResVertexAttribute attribute = shape.GetVertexAttributes( i ); in SetupActivateVertexAttributeCommand_() local
429 if ( attribute.GetFlags() & ResVertexAttributeData::FLAG_VERTEX_PARAM ) in SetupActivateVertexAttributeCommand_()
431 ResVertexParamAttribute param = ResStaticCast<ResVertexParamAttribute>(attribute); in SetupActivateVertexAttributeCommand_()
543 ResVertexAttribute attribute = shape.GetVertexAttributes( i ); in SetupDeactivateVertexAttributeCommand_() local
546 if ( attribute.GetFlags() & ResVertexAttributeData::FLAG_VERTEX_PARAM ) in SetupDeactivateVertexAttributeCommand_()
552 if (attribute.GetFlags() & ResVertexAttributeData::FLAG_INTERLEAVE) in SetupDeactivateVertexAttributeCommand_()
554 … ResInterleavedVertexStream interleave = ResStaticCast<ResInterleavedVertexStream>(attribute); in SetupDeactivateVertexAttributeCommand_()