Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/sources/libraries/gr/CTR/
Dgr_Vertex.cpp95 array->bind[ 0 ] = bind_reg; in EnableAttrAsArray()
100 array->bind[ i ] = -1; in EnableAttrAsArray()
154 array->bind[ i ] = -1; in EnableInterleavedArray()
158 array->bind[ i ] = interleave_info.symbol[ i ]->start; in EnableInterleavedArray()
200 if ( m_LoadArray[ i ].bind[ j ] != bind_reg ) continue; in DisableAttr_()
202 m_LoadArray[ i ].bind[ j ] = -1; in DisableAttr_()
225 if ( bind[ i ] != -1 ) return; in CheckDisable()
282 if ( vtx_array.bind[ j ] >= 0 ) in MakeEnableAttrCommand_()
287 …bind_reg_command[ ( input_index >> 3 ) << 1 ] |= vtx_array.bind[ j ] << ( 4 * ( input_index % 8 ) … in MakeEnableAttrCommand_()
/CTR-SDK-0.13.2/include/nn/gr/CTR/
Dgr_Vertex.h293 int bind[ VERTEX_ATTRIBUTE_MAX ]; member
/CTR-SDK-0.13.2/sources/libraries/rdt/CTR/
Drdt_Utility.cpp87 result = bind(sock0, (struct sockaddr*)&addr, sizeof(addr)); in SetupServerSide()