Lines Matching refs:index
422 u16 index; in MakeConstRgCommand_() member
439 *boolMap |= ( info.value[ 0 ] << info.index ) & ( 1 << info.index ); in MakeConstRgCommand_()
444 *command++ = PICA_CMD_HEADER_SINGLE( reg_integer + info.index ); in MakeConstRgCommand_()
448 *command++ = info.index; in MakeConstRgCommand_()
492 u16 index; in MakeOutAttrCommand_() member
550 … outmap_buffer[ outMapBufferCount ].index = outMapBufferCount; in MakeOutAttrCommand_()
571 outmap_buffer[ outMapBufferCount ].index = outMapBufferCount; in MakeOutAttrCommand_()
587 outmap_buffer[ outMapBufferCount ].index = outMapBufferCount; in MakeOutAttrCommand_()
607 for ( s32 index = 0; index < OUT_ATTR_INDEX_MAX; ++index ) in MakeOutAttrCommand_() local
609 attr[ index ] = 0x1f1f1f1f; in MakeOutAttrCommand_()
613 … for ( s32 j = 0; outmap_buffer[ i ].index == index && j < OUT_ATTR_DIMENTION_MAX; ++j ) in MakeOutAttrCommand_()
629 … attr[ index ] = attr[ index ] & ~( 0xff << ( j * 8 ) ) | value << ( j * 8 ); in MakeOutAttrCommand_()
632 if ( attr[ index ] != 0x1f1f1f1f ) in MakeOutAttrCommand_()
634 outMask |= ( 1 << index ); in MakeOutAttrCommand_()
655 for ( s32 index = 0; index < VS_OUT_ATTR_INDEX_MAX; ++index ) in MakeOutAttrCommand_() local
657 vtxAttr[ index ] = 0x1f1f1f1f; in MakeOutAttrCommand_()
661 … for ( s32 j = 0; outmapInfo[ i ].index == index && j < OUT_ATTR_DIMENTION_MAX; ++j ) in MakeOutAttrCommand_()
678 … vtxAttr[ index ] = vtxAttr[ index ] & ~( 0xff << ( j * 8 ) ) | value << ( j * 8 ); in MakeOutAttrCommand_()
681 if ( vtxAttr[ index ] != 0x1f1f1f1f ) in MakeOutAttrCommand_()
683 vtxOutMask |= ( 1 << index ); in MakeOutAttrCommand_()
812 for ( s32 index = 0; index < OUT_ATTR_INDEX_MAX; ++index ) in MakeOutAttrCommand_() local
814 if ( attr[ index ] != 0x1f1f1f1f ) in MakeOutAttrCommand_()
816 *command++ = attr[ index ]; in MakeOutAttrCommand_()
821 for ( s32 index = outNum; index < OUT_ATTR_INDEX_MAX; ++index ) in MakeOutAttrCommand_() local
823 *command++ = attr[ index ]; in MakeOutAttrCommand_()
824 *command++ = PICA_CMD_HEADER_SINGLE( PICA_REG_VS_OUT_ATTR0 + index ); in MakeOutAttrCommand_()
1051 s32 index = -1; in SearchBindSymbol() local
1061 ++index; in SearchBindSymbol()
1066 ++index; in SearchBindSymbol()
1071 ++index; in SearchBindSymbol()
1076 ++index; in SearchBindSymbol()
1083 if ( index == symbol_index ) in SearchBindSymbol()