Searched refs:gsDataMode (Results 1 – 2 of 2) sorted by relevance
555 bit32 gsDataMode = m_ExeImageInfo[ m_GeoShaderIndex ]->gsDataMode; in MakeOutAttrCommand_() local561 if ( gsDataMode == 1 ) in MakeOutAttrCommand_()577 *command++ = 0x08000000 | (gsDataMode == 0 ? 0x0000 : 0x0100) | vtxOutNum - 1; in MakeOutAttrCommand_()609 … if ( ( gsDataMode == 1 ) && ( m_ExeImageInfo[ m_GeoShaderIndex ]->gsVertexNum != 0 ) ) in MakeOutAttrCommand_()616 if ( gsDataMode == 2 ) in MakeOutAttrCommand_()618 … gsDataMode |= 0x01 << 24; in MakeOutAttrCommand_()619 … gsDataMode |= ( m_ExeImageInfo[ m_GeoShaderIndex ]->gsVertexStartIndex ) << 16; in MakeOutAttrCommand_()620 … gsDataMode |= ( vtxOutNum - 1 ) << 12; in MakeOutAttrCommand_()621 … gsDataMode |= ( m_ExeImageInfo[ m_GeoShaderIndex ]->gsVertexNum - 1 ) << 8; in MakeOutAttrCommand_()625 *command++ = gsDataMode; in MakeOutAttrCommand_()
488 u8 gsDataMode; member