Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/gr/CTR/
Dgr_Vertex.cpp321 int total_byte = 0; in MakeEnableAttrCommand_() local
335 total_byte = ((total_byte + 1) & ~0x1); in MakeEnableAttrCommand_()
343 total_byte = ((total_byte + 3) & ~0x3); in MakeEnableAttrCommand_()
352 total_byte += vtx_array.byte[ j ]; in MakeEnableAttrCommand_()
396 … *command++ = elem[ 1 ] | ((total_byte + (maxAlign - 1)) & ~(maxAlign - 1)) << 16 | elem_num << 28; in MakeEnableAttrCommand_()