Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/gr/CTR/
Dgr_Vertex.cpp260 bit32* bind_reg_command = command; in MakeEnableAttrCommand_() local
295bind_reg_command[ ( input_index >> 3 ) << 1 ] &= ~( 0xf << ( 4 * ( input_index % 8 ) ) ); in MakeEnableAttrCommand_()
296bind_reg_command[ ( input_index >> 3 ) << 1 ] |= vtx_array.bind[ j ] << ( 4 * ( input_index % 8 ) … in MakeEnableAttrCommand_()
335bind_reg_command[ ( input_index / 8 ) * 2 ] &= ~( 0xf << ( 4 * ( input_index % 8 ) ) ); in MakeEnableAttrCommand_()
336bind_reg_command[ ( input_index / 8 ) * 2 ] |= bind_reg << ( 4 * ( input_index % 8 ) ); in MakeEnableAttrCommand_()