Lines Matching refs:outmapInfo
404 const OutmapInfo* outmapInfo = in MakeOutAttrCommand_() local
422 if ( ( outmapInfo[ g ].type >= 0 ) && in MakeOutAttrCommand_()
423 ( outmapInfo[ g ].type < 9 ) && in MakeOutAttrCommand_()
424 ( outmapInfo[ g ].type != 7 ) ) in MakeOutAttrCommand_()
433 if ( outmapInfo[ g ].type == vtxOutmapInfo[ v ].type ) in MakeOutAttrCommand_()
436 … outmap_buffer[ outMapBufferCount ].type = outmapInfo[ g ].type; in MakeOutAttrCommand_()
438 … outmap_buffer[ outMapBufferCount ].mask = outmapInfo[ g ].mask; in MakeOutAttrCommand_()
452 ( outmapInfo[ g ].type >= 0 ) && in MakeOutAttrCommand_()
453 ( outmapInfo[ g ].type < 9 ) && in MakeOutAttrCommand_()
454 ( outmapInfo[ g ].type != 7 ) ) in MakeOutAttrCommand_()
457 outmap_buffer[ outMapBufferCount ].type = outmapInfo[ g ].type; in MakeOutAttrCommand_()
459 outmap_buffer[ outMapBufferCount ].mask = outmapInfo[ g ].mask; in MakeOutAttrCommand_()
483 const OutmapInfo* outmapInfo = in MakeOutAttrCommand_() local
489 outmap_buffer[ i ] = outmapInfo[ i ]; in MakeOutAttrCommand_()
538 const OutmapInfo* outmapInfo = in MakeOutAttrCommand_() local
548 … for ( int j = 0; outmapInfo[ i ].index == index && j < OUT_ATTR_DIMENTION_MAX; ++j ) in MakeOutAttrCommand_()
550 if ( ( outmapInfo[ i ].mask & ( 1 << j ) ) == 0 ) continue; in MakeOutAttrCommand_()
553 switch ( outmapInfo[ i ].type ) in MakeOutAttrCommand_()