Lines Matching refs:j
676 … for ( s32 j = 0; outmap_buffer[ i ].index == index && j < OUT_ATTR_DIMENTION_MAX; ++j ) in MakeOutAttrCommand_() local
678 if ( ( outmap_buffer[ i ].mask & ( 1 << j ) ) == 0 ) continue; in MakeOutAttrCommand_()
692 … attr[ index ] = attr[ index ] & ~( 0xff << ( j * 8 ) ) | value << ( j * 8 ); in MakeOutAttrCommand_()
724 … for ( s32 j = 0; outmapInfo[ i ].index == index && j < OUT_ATTR_DIMENTION_MAX; ++j ) in MakeOutAttrCommand_() local
726 if ( ( outmapInfo[ i ].mask & ( 1 << j ) ) == 0 ) continue; in MakeOutAttrCommand_()
741 … vtxAttr[ index ] = vtxAttr[ index ] & ~( 0xff << ( j * 8 ) ) | value << ( j * 8 ); in MakeOutAttrCommand_()
1261 for ( u32 j = 0; j < exe_info->setupCount; ++j ) in CalculateBufferSize_() local
1263 const SetupInfo& info = setupInfo[ j ]; in CalculateBufferSize_()
1302 for(int j = 0; j < m_ExeImageInfoNum; j++) in CalculateBufferSize_() local
1304 if( m_ExeImageInfo[j]->isGeoShader ) in CalculateBufferSize_()
1306 … size += (m_ExeImageInfo[j]->gsDataMode == 1) ? 50 * sizeof(u32): 48 * sizeof(u32); in CalculateBufferSize_()
1357 for ( u32 j = 0; j < exe_info->setupCount; ++j ) in AssignBuffer_() local
1359 const SetupInfo& info = setupInfo[ j ]; in AssignBuffer_()
1400 for(int j = 0; j < m_ExeImageInfoNum; j++) in AssignBuffer_() local
1402 if( m_ExeImageInfo[j]->isGeoShader ) in AssignBuffer_()
1404 … m_CmdCacheOutAttrNumArray[idx] = (m_ExeImageInfo[j]->gsDataMode == 1) ? 50 : 48; in AssignBuffer_()