Lines Matching refs:g
532 for( s32 g = 0; g < exe_info->outMapCount; ++g ) 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_()
543 ( vtxOutmapInfo[ g ].type < 9 ) && in MakeOutAttrCommand_()
544 ( vtxOutmapInfo[ 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_()
552 gs_copy_mask |= 1 << g; in MakeOutAttrCommand_()
562 for( s32 g = 0; g < exe_info->outMapCount; ++g ) in MakeOutAttrCommand_() local
564 if ( ( !( gs_copy_mask & ( 1 << g ) )) && 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_()