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
426 outmap_buffer[ outMapBufferCount ].index = outMapBufferCount; in MakeOutAttrCommand_()
441 outmap_buffer[ outMapBufferCount ].index = outMapBufferCount; in MakeOutAttrCommand_()
454 outmap_buffer[ outMapBufferCount ].index = outMapBufferCount; in MakeOutAttrCommand_()
474 for ( int index = 0; index < OUT_ATTR_INDEX_MAX; ++index ) in MakeOutAttrCommand_() local
476 attr[ index ] = 0x1f1f1f1f; in MakeOutAttrCommand_()
480 … for ( int j = 0; outmap_buffer[ i ].index == index && j < OUT_ATTR_DIMENTION_MAX; ++j ) in MakeOutAttrCommand_()
496 … attr[ index ] = attr[ index ] & ~( 0xff << ( j * 8 ) ) | value << ( j * 8 ); in MakeOutAttrCommand_()
499 if ( attr[ index ] != 0x1f1f1f1f ) in MakeOutAttrCommand_()
501 outMask |= ( 1 << index ); in MakeOutAttrCommand_()
522 for ( int index = 0; index < VS_OUT_ATTR_INDEX_MAX; ++index ) in MakeOutAttrCommand_() local
524 vtxAttr[ index ] = 0x1f1f1f1f; in MakeOutAttrCommand_()
528 … for ( int j = 0; outmapInfo[ i ].index == index && j < OUT_ATTR_DIMENTION_MAX; ++j ) in MakeOutAttrCommand_()
545 … vtxAttr[ index ] = vtxAttr[ index ] & ~( 0xff << ( j * 8 ) ) | value << ( j * 8 ); in MakeOutAttrCommand_()
548 if ( vtxAttr[ index ] != 0x1f1f1f1f ) in MakeOutAttrCommand_()
550 vtxOutMask |= ( 1 << index ); in MakeOutAttrCommand_()
678 for ( int index = 0; index < OUT_ATTR_INDEX_MAX; ++index ) in MakeOutAttrCommand_() local
680 if ( attr[ index ] != 0x1f1f1f1f ) in MakeOutAttrCommand_()
682 *command++ = attr[ index ]; in MakeOutAttrCommand_()
687 for ( int index = outNum; index < OUT_ATTR_INDEX_MAX; ++index ) in MakeOutAttrCommand_() local
689 *command++ = attr[ index ]; in MakeOutAttrCommand_()
690 *command++ = PICA_CMD_HEADER_SINGLE( PICA_REG_VS_OUT_ATTR0 + index ); in MakeOutAttrCommand_()
917 int index = -1; in SearchBindSymbol() local
927 ++index; in SearchBindSymbol()
932 ++index; in SearchBindSymbol()
937 ++index; in SearchBindSymbol()
942 ++index; in SearchBindSymbol()
949 if ( index == symbol_index ) in SearchBindSymbol()