Searched refs:gsDataMode (Results 1 – 2 of 2) sorted by relevance
575 bit32 gsDataMode = m_ExeImageInfo[ m_GeoShaderIndex ]->gsDataMode; in MakeOutAttrCommand_() local581 if ( gsDataMode == 1 ) in MakeOutAttrCommand_()597 *command++ = 0x08000000 | (gsDataMode == 0 ? 0x0000 : 0x0100) | vtxOutNum - 1; in MakeOutAttrCommand_()629 … if ( ( gsDataMode == 1 ) && ( m_ExeImageInfo[ m_GeoShaderIndex ]->gsVertexNum != 0 ) ) in MakeOutAttrCommand_()636 if ( gsDataMode == 2 ) in MakeOutAttrCommand_()638 … gsDataMode |= 0x01 << 24; in MakeOutAttrCommand_()639 … gsDataMode |= ( m_ExeImageInfo[ m_GeoShaderIndex ]->gsVertexStartIndex ) << 16; in MakeOutAttrCommand_()640 … gsDataMode |= ( vtxOutNum - 1 ) << 12; in MakeOutAttrCommand_()641 … gsDataMode |= ( m_ExeImageInfo[ m_GeoShaderIndex ]->gsVertexNum - 1 ) << 8; in MakeOutAttrCommand_()645 *command++ = gsDataMode; in MakeOutAttrCommand_()
488 u8 gsDataMode; member