Lines Matching refs:index
271 struct SetupInfo { u16 type; u16 index; bit32 value[4]; }; in MakeConstRgCommand_() member
286 *boolMap |= ( info.value[ 0 ] << info.index ) & ( 1 << info.index ); in MakeConstRgCommand_()
291 *command++ = PICA_CMD_HEADER_SINGLE( reg_integer + info.index ); in MakeConstRgCommand_()
295 *command++ = info.index; in MakeConstRgCommand_()
327 struct OutmapInfo { u16 type; u16 index; u16 mask; u16 reserve; }; in MakeOutAttrCommand_() member
373 outmap_buffer[ outMapBufferCount ].index = outMapBufferCount; in MakeOutAttrCommand_()
388 outmap_buffer[ outMapBufferCount ].index = outMapBufferCount; in MakeOutAttrCommand_()
401 outmap_buffer[ outMapBufferCount ].index = outMapBufferCount; in MakeOutAttrCommand_()
421 for ( int index = 0; index < OUT_ATTR_INDEX_MAX; ++index ) in MakeOutAttrCommand_() local
423 attr[ index ] = 0x1f1f1f1f; in MakeOutAttrCommand_()
427 … for ( int j = 0; outmap_buffer[ i ].index == index && j < OUT_ATTR_DIMENTION_MAX; ++j ) in MakeOutAttrCommand_()
443 … attr[ index ] = attr[ index ] & ~( 0xff << ( j * 8 ) ) | value << ( j * 8 ); in MakeOutAttrCommand_()
446 if ( attr[ index ] != 0x1f1f1f1f ) in MakeOutAttrCommand_()
448 outMask |= ( 1 << index ); in MakeOutAttrCommand_()
467 for ( int index = 0; index < VS_OUT_ATTR_INDEX_MAX; ++index ) in MakeOutAttrCommand_() local
469 vtxAttr[ index ] = 0x1f1f1f1f; in MakeOutAttrCommand_()
473 … for ( int j = 0; outmapInfo[ i ].index == index && j < OUT_ATTR_DIMENTION_MAX; ++j ) in MakeOutAttrCommand_()
490 … vtxAttr[ index ] = vtxAttr[ index ] & ~( 0xff << ( j * 8 ) ) | value << ( j * 8 ); in MakeOutAttrCommand_()
493 if ( vtxAttr[ index ] != 0x1f1f1f1f ) in MakeOutAttrCommand_()
495 vtxOutMask |= ( 1 << index ); in MakeOutAttrCommand_()
612 for ( int index = 0; index < OUT_ATTR_INDEX_MAX; ++index ) in MakeOutAttrCommand_() local
614 if ( attr[ index ] != 0x1f1f1f1f ) in MakeOutAttrCommand_()
616 *command++ = attr[ index ]; in MakeOutAttrCommand_()
621 for ( int index = outNum; index < OUT_ATTR_INDEX_MAX; ++index ) in MakeOutAttrCommand_() local
623 *command++ = attr[ index ]; in MakeOutAttrCommand_()
624 *command++ = PICA_CMD_HEADER_SINGLE( PICA_REG_VS_OUT_ATTR0 + index ); in MakeOutAttrCommand_()
850 int index = -1; in SearchBindSymbol() local
860 ++index; in SearchBindSymbol()
865 ++index; in SearchBindSymbol()
870 ++index; in SearchBindSymbol()
875 ++index; in SearchBindSymbol()
882 if ( index == symbol_index ) in SearchBindSymbol()