Home
last modified time | relevance | path

Searched refs:gsDataMode (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.13.2/sources/libraries/gr/CTR/
Dgr_Shader.cpp500 u32 gsDataMode = m_ExeImageInfo[ m_GeoShaderIndex ]->gsDataMode; in MakeOutAttrCommand_() local
511 *command++ = 0x08000000 | (gsDataMode == 0 ? 0x0000 : 0x0100) | vtxOutNum - 1; in MakeOutAttrCommand_()
540 if ( gsDataMode == 2 ) in MakeOutAttrCommand_()
542gsDataMode |= 0x01 << 24; in MakeOutAttrCommand_()
543gsDataMode |= ( m_ExeImageInfo[ m_GeoShaderIndex ]->gsVertexStartIndex ) << 16; in MakeOutAttrCommand_()
544gsDataMode |= ( vtxOutNum - 1 ) << 12; in MakeOutAttrCommand_()
545gsDataMode |= ( m_ExeImageInfo[ m_GeoShaderIndex ]->gsVertexNum - 1 ) << 8; in MakeOutAttrCommand_()
547 *command++ = gsDataMode; in MakeOutAttrCommand_()
/CTR-SDK-0.13.2/include/nn/gr/CTR/
Dgr_Shader.h434 u8 gsDataMode; member