Lines Matching refs:index
33 for ( u32 index = 0; index < OUT_ATTR_COMMAND_MAX; index++) in Shader() local
35 m_CmdCacheOutAttr[ index ] = 0; in Shader()
38 for ( u32 index = 0; index < CONST_REG_COMMAND_MAX; index++) in Shader() local
40 m_CmdCacheVtxConst[ index ] = 0; in Shader()
41 m_CmdCacheGeoConst[ index ] = 0; in Shader()
324 struct SetupInfo { u16 type; u16 index; bit32 value[4]; }; in MakeConstRgCommand_() member
339 *boolMap |= ( info.value[ 0 ] << info.index ) & ( 1 << info.index ); in MakeConstRgCommand_()
344 *command++ = PICA_CMD_HEADER_SINGLE( reg_integer + info.index ); in MakeConstRgCommand_()
348 *command++ = info.index; in MakeConstRgCommand_()
380 struct OutmapInfo { u16 type; u16 index; u16 mask; u16 reserve; }; in MakeOutAttrCommand_() member
437 … outmap_buffer[ outMapBufferCount ].index = outMapBufferCount; in MakeOutAttrCommand_()
458 outmap_buffer[ outMapBufferCount ].index = outMapBufferCount; in MakeOutAttrCommand_()
474 outmap_buffer[ outMapBufferCount ].index = outMapBufferCount; in MakeOutAttrCommand_()
494 for ( int index = 0; index < OUT_ATTR_INDEX_MAX; ++index ) in MakeOutAttrCommand_() local
496 attr[ index ] = 0x1f1f1f1f; in MakeOutAttrCommand_()
500 … for ( int j = 0; outmap_buffer[ i ].index == index && j < OUT_ATTR_DIMENTION_MAX; ++j ) in MakeOutAttrCommand_()
516 … attr[ index ] = attr[ index ] & ~( 0xff << ( j * 8 ) ) | value << ( j * 8 ); in MakeOutAttrCommand_()
519 if ( attr[ index ] != 0x1f1f1f1f ) in MakeOutAttrCommand_()
521 outMask |= ( 1 << index ); in MakeOutAttrCommand_()
542 for ( int index = 0; index < VS_OUT_ATTR_INDEX_MAX; ++index ) in MakeOutAttrCommand_() local
544 vtxAttr[ index ] = 0x1f1f1f1f; in MakeOutAttrCommand_()
548 … for ( int j = 0; outmapInfo[ i ].index == index && j < OUT_ATTR_DIMENTION_MAX; ++j ) in MakeOutAttrCommand_()
565 … vtxAttr[ index ] = vtxAttr[ index ] & ~( 0xff << ( j * 8 ) ) | value << ( j * 8 ); in MakeOutAttrCommand_()
568 if ( vtxAttr[ index ] != 0x1f1f1f1f ) in MakeOutAttrCommand_()
570 vtxOutMask |= ( 1 << index ); in MakeOutAttrCommand_()
698 for ( int index = 0; index < OUT_ATTR_INDEX_MAX; ++index ) in MakeOutAttrCommand_() local
700 if ( attr[ index ] != 0x1f1f1f1f ) in MakeOutAttrCommand_()
702 *command++ = attr[ index ]; in MakeOutAttrCommand_()
707 for ( int index = outNum; index < OUT_ATTR_INDEX_MAX; ++index ) in MakeOutAttrCommand_() local
709 *command++ = attr[ index ]; in MakeOutAttrCommand_()
710 *command++ = PICA_CMD_HEADER_SINGLE( PICA_REG_VS_OUT_ATTR0 + index ); in MakeOutAttrCommand_()
937 int index = -1; in SearchBindSymbol() local
947 ++index; in SearchBindSymbol()
952 ++index; in SearchBindSymbol()
957 ++index; in SearchBindSymbol()
962 ++index; in SearchBindSymbol()
969 if ( index == symbol_index ) in SearchBindSymbol()