Home
last modified time | relevance | path

Searched refs:vtxAttr (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.8-20130828/sources/libraries/gr/CTR/
Dgr_Shader.cpp647 bit32 vtxAttr[ VS_OUT_ATTR_INDEX_MAX ]; in MakeOutAttrCommand_() local
657 vtxAttr[ index ] = 0x1f1f1f1f; in MakeOutAttrCommand_()
678vtxAttr[ index ] = vtxAttr[ index ] & ~( 0xff << ( j * 8 ) ) | value << ( j * 8 ); in MakeOutAttrCommand_()
681 if ( vtxAttr[ index ] != 0x1f1f1f1f ) in MakeOutAttrCommand_()
Dgr_ShaderLite.cpp710 bit32 vtxAttr[ VS_OUT_ATTR_INDEX_MAX ]; in MakeOutAttrCommand_() local
720 vtxAttr[ index ] = 0x1f1f1f1f; in MakeOutAttrCommand_()
741vtxAttr[ index ] = vtxAttr[ index ] & ~( 0xff << ( j * 8 ) ) | value << ( j * 8 ); in MakeOutAttrCommand_()
744 if ( vtxAttr[ index ] != 0x1f1f1f1f ) in MakeOutAttrCommand_()