Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/sources/libraries/gr/CTR/
Dgr_Vertex.cpp251 u32* bind_reg_command = command; in MakeEnableAttrCommand_() local
286bind_reg_command[ ( input_index >> 3 ) << 1 ] &= ~( 0xf << ( 4 * ( input_index % 8 ) ) ); in MakeEnableAttrCommand_()
287bind_reg_command[ ( input_index >> 3 ) << 1 ] |= vtx_array.bind[ j ] << ( 4 * ( input_index % 8 ) … in MakeEnableAttrCommand_()
325bind_reg_command[ ( input_index / 8 ) * 2 ] &= ~( 0xf << ( 4 * ( input_index % 8 ) ) ); in MakeEnableAttrCommand_()
326bind_reg_command[ ( input_index / 8 ) * 2 ] |= bind_reg << ( 4 * ( input_index % 8 ) ); in MakeEnableAttrCommand_()