Searched refs:gsDataMode (Results 1 – 2 of 2) sorted by relevance
500 bit32 gsDataMode = m_ExeImageInfo[ m_GeoShaderIndex ]->gsDataMode; in MakeOutAttrCommand_() local506 if ( gsDataMode == 1 ) in MakeOutAttrCommand_()522 *command++ = 0x08000000 | (gsDataMode == 0 ? 0x0000 : 0x0100) | vtxOutNum - 1; in MakeOutAttrCommand_()552 … if ( ( gsDataMode == 1 ) && ( m_ExeImageInfo[ m_GeoShaderIndex ]->gsVertexNum != 0 ) ) in MakeOutAttrCommand_()558 if ( gsDataMode == 2 ) in MakeOutAttrCommand_()560 … gsDataMode |= 0x01 << 24; in MakeOutAttrCommand_()561 … gsDataMode |= ( m_ExeImageInfo[ m_GeoShaderIndex ]->gsVertexStartIndex ) << 16; in MakeOutAttrCommand_()562 … gsDataMode |= ( vtxOutNum - 1 ) << 12; in MakeOutAttrCommand_()563 … gsDataMode |= ( m_ExeImageInfo[ m_GeoShaderIndex ]->gsVertexNum - 1 ) << 8; in MakeOutAttrCommand_()567 *command++ = gsDataMode; in MakeOutAttrCommand_()
444 u8 gsDataMode; member