Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/gr/CTR/
Dgr_Vertex.cpp312 int input_index = 0; in MakeEnableAttrCommand_() local
358 elem[ j / 8 ] |= input_index << ( 4 * ( j % 8 ) ); in MakeEnableAttrCommand_()
361 … type[ input_index / 8 ] |= vtx_array.type[ j ] << ( 4 * ( input_index % 8 ) ); in MakeEnableAttrCommand_()
364 … bind_reg_command[ ( input_index >> 3 ) << 1 ] &= ~( 0xf << ( 4 * ( input_index % 8 ) ) ); in MakeEnableAttrCommand_()
365 …bind_reg_command[ ( input_index >> 3 ) << 1 ] |= vtx_array.bind[ j ] << ( 4 * ( input_index % 8 ) … in MakeEnableAttrCommand_()
367 ++input_index; in MakeEnableAttrCommand_()
412 *command++ = input_index; in MakeEnableAttrCommand_()
422 … bind_reg_command[ ( input_index / 8 ) * 2 ] &= ~( 0xf << ( 4 * ( input_index % 8 ) ) ); in MakeEnableAttrCommand_()
423 … bind_reg_command[ ( input_index / 8 ) * 2 ] |= bind_reg << ( 4 * ( input_index % 8 ) ); in MakeEnableAttrCommand_()
426 fixed_attr_mask |= ( 1 << input_index + 16 ); in MakeEnableAttrCommand_()
[all …]