Searched refs:bind_reg_command (Results 1 – 1 of 1) sorted by relevance
286 bit32* bind_reg_command = command; in MakeEnableAttrCommand_() local340 … bind_reg_command[ ( input_index >> 3 ) << 1 ] &= ~( 0xf << ( 4 * ( input_index % 8 ) ) ); in MakeEnableAttrCommand_()341 …bind_reg_command[ ( input_index >> 3 ) << 1 ] |= vtx_array.bind[ j ] << ( 4 * ( input_index % 8 ) … in MakeEnableAttrCommand_()396 … bind_reg_command[ ( input_index / 8 ) * 2 ] &= ~( 0xf << ( 4 * ( input_index % 8 ) ) ); in MakeEnableAttrCommand_()397 … bind_reg_command[ ( input_index / 8 ) * 2 ] |= bind_reg << ( 4 * ( input_index % 8 ) ); in MakeEnableAttrCommand_()