Lines Matching refs:index
485 u16 index; in MakeConstRgCommand_() member
502 *boolMap |= ( info.value[ 0 ] << info.index ) & ( 1 << info.index ); in MakeConstRgCommand_()
507 *command++ = PICA_CMD_HEADER_SINGLE( reg_integer + info.index ); in MakeConstRgCommand_()
511 *command++ = info.index; in MakeConstRgCommand_()
555 u16 index; in MakeOutAttrCommand_() member
613 … outmap_buffer[ outMapBufferCount ].index = outMapBufferCount; in MakeOutAttrCommand_()
634 outmap_buffer[ outMapBufferCount ].index = outMapBufferCount; in MakeOutAttrCommand_()
650 outmap_buffer[ outMapBufferCount ].index = outMapBufferCount; in MakeOutAttrCommand_()
670 for ( s32 index = 0; index < OUT_ATTR_INDEX_MAX; ++index ) in MakeOutAttrCommand_() local
672 attr[ index ] = 0x1f1f1f1f; in MakeOutAttrCommand_()
676 … for ( s32 j = 0; outmap_buffer[ i ].index == index && j < OUT_ATTR_DIMENTION_MAX; ++j ) in MakeOutAttrCommand_()
692 … attr[ index ] = attr[ index ] & ~( 0xff << ( j * 8 ) ) | value << ( j * 8 ); in MakeOutAttrCommand_()
695 if ( attr[ index ] != 0x1f1f1f1f ) in MakeOutAttrCommand_()
697 outMask |= ( 1 << index ); in MakeOutAttrCommand_()
718 for ( s32 index = 0; index < VS_OUT_ATTR_INDEX_MAX; ++index ) in MakeOutAttrCommand_() local
720 vtxAttr[ index ] = 0x1f1f1f1f; in MakeOutAttrCommand_()
724 … for ( s32 j = 0; outmapInfo[ i ].index == index && j < OUT_ATTR_DIMENTION_MAX; ++j ) in MakeOutAttrCommand_()
741 … vtxAttr[ index ] = vtxAttr[ index ] & ~( 0xff << ( j * 8 ) ) | value << ( j * 8 ); in MakeOutAttrCommand_()
744 if ( vtxAttr[ index ] != 0x1f1f1f1f ) in MakeOutAttrCommand_()
746 vtxOutMask |= ( 1 << index ); in MakeOutAttrCommand_()
875 for ( s32 index = 0; index < OUT_ATTR_INDEX_MAX; ++index ) in MakeOutAttrCommand_() local
877 if ( attr[ index ] != 0x1f1f1f1f ) in MakeOutAttrCommand_()
879 *command++ = attr[ index ]; in MakeOutAttrCommand_()
884 for ( s32 index = outNum; index < OUT_ATTR_INDEX_MAX; ++index ) in MakeOutAttrCommand_() local
886 *command++ = attr[ index ]; in MakeOutAttrCommand_()
887 *command++ = PICA_CMD_HEADER_SINGLE( PICA_REG_VS_OUT_ATTR0 + index ); in MakeOutAttrCommand_()
1114 s32 index = -1; in SearchBindSymbol() local
1124 ++index; in SearchBindSymbol()
1129 ++index; in SearchBindSymbol()
1134 ++index; in SearchBindSymbol()
1139 ++index; in SearchBindSymbol()
1146 if ( index == symbol_index ) in SearchBindSymbol()
1252 u16 index; in CalculateBufferSize_() member
1348 u16 index; in AssignBuffer_() member