Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/gr/CTR/
Dgr_Shader.cpp365 for( int g = 0; g < exe_info->outMapCount; ++g ) in MakeOutAttrCommand_()
367 for( int v = 0; v < vtx_exe_info->outMapCount; ++v ) in MakeOutAttrCommand_()
382 for( int g = 0; g < exe_info->outMapCount; ++g ) in MakeOutAttrCommand_()
394 for( int v = 0; v < vtx_exe_info->outMapCount; ++v ) in MakeOutAttrCommand_()
414 for( int i = 0; i < exe_info->outMapCount; ++i ) in MakeOutAttrCommand_()
418 outMapBufferCount = exe_info->outMapCount; in MakeOutAttrCommand_()
470 for ( int i = 0; i < exe_info->outMapCount; ++i ) in MakeOutAttrCommand_()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/gr/CTR/
Dgr_Shader.h462 u32 outMapCount; member