Searched refs:vtxAttr (Results 1 – 2 of 2) sorted by relevance
647 bit32 vtxAttr[ VS_OUT_ATTR_INDEX_MAX ]; in MakeOutAttrCommand_() local657 vtxAttr[ index ] = 0x1f1f1f1f; in MakeOutAttrCommand_()678 … vtxAttr[ index ] = vtxAttr[ index ] & ~( 0xff << ( j * 8 ) ) | value << ( j * 8 ); in MakeOutAttrCommand_()681 if ( vtxAttr[ index ] != 0x1f1f1f1f ) in MakeOutAttrCommand_()
710 bit32 vtxAttr[ VS_OUT_ATTR_INDEX_MAX ]; in MakeOutAttrCommand_() local720 vtxAttr[ index ] = 0x1f1f1f1f; in MakeOutAttrCommand_()741 … vtxAttr[ index ] = vtxAttr[ index ] & ~( 0xff << ( j * 8 ) ) | value << ( j * 8 ); in MakeOutAttrCommand_()744 if ( vtxAttr[ index ] != 0x1f1f1f1f ) in MakeOutAttrCommand_()