Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/sources/libraries/gr/CTR/
Dgr_Vertex.cpp265 int input_index = 0; in MakeEnableAttrCommand_() local
284 elem[ j / 8 ] |= input_index << ( 4 * ( j % 8 ) ); in MakeEnableAttrCommand_()
285 … type[ input_index / 8 ] |= vtx_array.type[ j ] << ( 4 * ( input_index % 8 ) ); in MakeEnableAttrCommand_()
286 … bind_reg_command[ ( input_index >> 3 ) << 1 ] &= ~( 0xf << ( 4 * ( input_index % 8 ) ) ); in MakeEnableAttrCommand_()
287 …bind_reg_command[ ( input_index >> 3 ) << 1 ] |= vtx_array.bind[ j ] << ( 4 * ( input_index % 8 ) … in MakeEnableAttrCommand_()
288 ++input_index; in MakeEnableAttrCommand_()
317 *command++ = input_index; in MakeEnableAttrCommand_()
325 … bind_reg_command[ ( input_index / 8 ) * 2 ] &= ~( 0xf << ( 4 * ( input_index % 8 ) ) ); in MakeEnableAttrCommand_()
326 … bind_reg_command[ ( input_index / 8 ) * 2 ] |= bind_reg << ( 4 * ( input_index % 8 ) ); in MakeEnableAttrCommand_()
328 fixed_attr_mask |= ( 1 << input_index + 16 ); in MakeEnableAttrCommand_()
[all …]