Lines Matching refs:outmapInfo
581 const OutmapInfo* outmapInfo = in MakeOutAttrCommand_() local
598 if ( ( outmapInfo[ g ].type >= 0 ) && in MakeOutAttrCommand_()
599 ( outmapInfo[ g ].type < 9 ) && in MakeOutAttrCommand_()
600 ( outmapInfo[ g ].type != 7 ) ) in MakeOutAttrCommand_()
609 if ( outmapInfo[ g ].type == vtxOutmapInfo[ v ].type ) in MakeOutAttrCommand_()
612 … outmap_buffer[ outMapBufferCount ].type = outmapInfo[ g ].type; in MakeOutAttrCommand_()
614 … outmap_buffer[ outMapBufferCount ].mask = outmapInfo[ g ].mask; in MakeOutAttrCommand_()
628 ( outmapInfo[ g ].type >= 0 ) && in MakeOutAttrCommand_()
629 ( outmapInfo[ g ].type < 9 ) && in MakeOutAttrCommand_()
630 ( outmapInfo[ g ].type != 7 ) ) in MakeOutAttrCommand_()
633 outmap_buffer[ outMapBufferCount ].type = outmapInfo[ g ].type; in MakeOutAttrCommand_()
635 outmap_buffer[ outMapBufferCount ].mask = outmapInfo[ g ].mask; in MakeOutAttrCommand_()
659 const OutmapInfo* outmapInfo = in MakeOutAttrCommand_() local
665 outmap_buffer[ i ] = outmapInfo[ i ]; in MakeOutAttrCommand_()
714 const OutmapInfo* outmapInfo = in MakeOutAttrCommand_() local
724 … for ( s32 j = 0; outmapInfo[ i ].index == index && j < OUT_ATTR_DIMENTION_MAX; ++j ) in MakeOutAttrCommand_()
726 if ( ( outmapInfo[ i ].mask & ( 1 << j ) ) == 0 ) continue; in MakeOutAttrCommand_()
729 switch ( outmapInfo[ i ].type ) in MakeOutAttrCommand_()