Lines Matching refs:outmapInfo
518 const OutmapInfo* outmapInfo = in MakeOutAttrCommand_() local
535 if ( ( outmapInfo[ g ].type >= 0 ) && in MakeOutAttrCommand_()
536 ( outmapInfo[ g ].type < 9 ) && in MakeOutAttrCommand_()
537 ( outmapInfo[ g ].type != 7 ) ) in MakeOutAttrCommand_()
546 if ( outmapInfo[ g ].type == vtxOutmapInfo[ v ].type ) in MakeOutAttrCommand_()
549 … outmap_buffer[ outMapBufferCount ].type = outmapInfo[ g ].type; in MakeOutAttrCommand_()
551 … outmap_buffer[ outMapBufferCount ].mask = outmapInfo[ g ].mask; in MakeOutAttrCommand_()
565 ( outmapInfo[ g ].type >= 0 ) && in MakeOutAttrCommand_()
566 ( outmapInfo[ g ].type < 9 ) && in MakeOutAttrCommand_()
567 ( outmapInfo[ g ].type != 7 ) ) in MakeOutAttrCommand_()
570 outmap_buffer[ outMapBufferCount ].type = outmapInfo[ g ].type; in MakeOutAttrCommand_()
572 outmap_buffer[ outMapBufferCount ].mask = outmapInfo[ g ].mask; in MakeOutAttrCommand_()
596 const OutmapInfo* outmapInfo = in MakeOutAttrCommand_() local
602 outmap_buffer[ i ] = outmapInfo[ i ]; in MakeOutAttrCommand_()
651 const OutmapInfo* outmapInfo = in MakeOutAttrCommand_() local
661 … for ( s32 j = 0; outmapInfo[ i ].index == index && j < OUT_ATTR_DIMENTION_MAX; ++j ) in MakeOutAttrCommand_()
663 if ( ( outmapInfo[ i ].mask & ( 1 << j ) ) == 0 ) continue; in MakeOutAttrCommand_()
666 switch ( outmapInfo[ i ].type ) in MakeOutAttrCommand_()