Home
last modified time | relevance | path

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

/CTR-SDK-1.3.0/CTR_SDK/sources/libraries/gr/CTR/
Dgr_Vertex.cpp288 int input_index = 0; in MakeEnableAttrCommand_() local
310 elem[ j / 8 ] |= input_index << ( 4 * ( j % 8 ) ); in MakeEnableAttrCommand_()
313 … type[ input_index / 8 ] |= vtx_array.type[ j ] << ( 4 * ( input_index % 8 ) ); in MakeEnableAttrCommand_()
316 … bind_reg_command[ ( input_index >> 3 ) << 1 ] &= ~( 0xf << ( 4 * ( input_index % 8 ) ) ); in MakeEnableAttrCommand_()
317 …bind_reg_command[ ( input_index >> 3 ) << 1 ] |= vtx_array.bind[ j ] << ( 4 * ( input_index % 8 ) … in MakeEnableAttrCommand_()
319 ++input_index; in MakeEnableAttrCommand_()
362 *command++ = input_index; in MakeEnableAttrCommand_()
372 … bind_reg_command[ ( input_index / 8 ) * 2 ] &= ~( 0xf << ( 4 * ( input_index % 8 ) ) ); in MakeEnableAttrCommand_()
373 … bind_reg_command[ ( input_index / 8 ) * 2 ] |= bind_reg << ( 4 * ( input_index % 8 ) ); in MakeEnableAttrCommand_()
376 fixed_attr_mask |= ( 1 << input_index + 16 ); in MakeEnableAttrCommand_()
[all …]