Searched refs:gsDataMode (Results 1 – 2 of 2) sorted by relevance
500 u32 gsDataMode = m_ExeImageInfo[ m_GeoShaderIndex ]->gsDataMode; in MakeOutAttrCommand_() local511 *command++ = 0x08000000 | (gsDataMode == 0 ? 0x0000 : 0x0100) | vtxOutNum - 1; in MakeOutAttrCommand_()540 if ( gsDataMode == 2 ) in MakeOutAttrCommand_()542 … gsDataMode |= 0x01 << 24; in MakeOutAttrCommand_()543 … gsDataMode |= ( m_ExeImageInfo[ m_GeoShaderIndex ]->gsVertexStartIndex ) << 16; in MakeOutAttrCommand_()544 … gsDataMode |= ( vtxOutNum - 1 ) << 12; in MakeOutAttrCommand_()545 … gsDataMode |= ( m_ExeImageInfo[ m_GeoShaderIndex ]->gsVertexNum - 1 ) << 8; in MakeOutAttrCommand_()547 *command++ = gsDataMode; in MakeOutAttrCommand_()
434 u8 gsDataMode; member