Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/gr/CTR/
Dgr_Shader.cpp497 u32 outNum = 0; in MakeOutAttrCommand_() local
635 ++outNum; in MakeOutAttrCommand_()
789 *command++ = outNum - 1; in MakeOutAttrCommand_()
797 *command++ = outNum - 1; in MakeOutAttrCommand_()
803 *command++ = outNum - 1; in MakeOutAttrCommand_()
807 *command++ = outNum; in MakeOutAttrCommand_()
811 outNum = 0; in MakeOutAttrCommand_()
817 *command++ = PICA_CMD_HEADER_SINGLE( PICA_REG_VS_OUT_ATTR0 + outNum ); in MakeOutAttrCommand_()
818 ++outNum; in MakeOutAttrCommand_()
821 for ( s32 index = outNum; index < OUT_ATTR_INDEX_MAX; ++index ) in MakeOutAttrCommand_()
Dgr_ShaderLite.cpp560 u32 outNum = 0; in MakeOutAttrCommand_() local
698 ++outNum; in MakeOutAttrCommand_()
852 *command++ = outNum - 1; in MakeOutAttrCommand_()
860 *command++ = outNum - 1; in MakeOutAttrCommand_()
866 *command++ = outNum - 1; in MakeOutAttrCommand_()
870 *command++ = outNum; in MakeOutAttrCommand_()
874 outNum = 0; in MakeOutAttrCommand_()
880 *command++ = PICA_CMD_HEADER_SINGLE( PICA_REG_VS_OUT_ATTR0 + outNum ); in MakeOutAttrCommand_()
881 ++outNum; in MakeOutAttrCommand_()
884 for ( s32 index = outNum; index < OUT_ATTR_INDEX_MAX; ++index ) in MakeOutAttrCommand_()