Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/gr/CTR/
Dgr_Shader.cpp645 u32 vtxOutNum = 0; in MakeOutAttrCommand_() local
684 ++vtxOutNum; in MakeOutAttrCommand_()
710 *command++ = 0x08000000 | (gsDataMode == 0 ? 0x0000 : 0x0100) | vtxOutNum - 1; in MakeOutAttrCommand_()
730 *command++ = vtxOutNum - 1; in MakeOutAttrCommand_()
754 … gsDataMode |= ( vtxOutNum - 1 ) << 12; in MakeOutAttrCommand_()
763 *command++ = vtxOutNum - 1; in MakeOutAttrCommand_()
Dgr_ShaderLite.cpp708 u32 vtxOutNum = 0; in MakeOutAttrCommand_() local
747 ++vtxOutNum; in MakeOutAttrCommand_()
773 *command++ = 0x08000000 | (gsDataMode == 0 ? 0x0000 : 0x0100) | vtxOutNum - 1; in MakeOutAttrCommand_()
793 *command++ = vtxOutNum - 1; in MakeOutAttrCommand_()
817 … gsDataMode |= ( vtxOutNum - 1 ) << 12; in MakeOutAttrCommand_()
826 *command++ = vtxOutNum - 1; in MakeOutAttrCommand_()