Home
last modified time | relevance | path

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

/CTR-SDK-1.3.0/CTR_SDK/sources/libraries/gr/CTR/
Dgr_Shader.cpp419 for( s32 g = 0; g < exe_info->outMapCount; ++g ) in MakeOutAttrCommand_()
426 for( s32 v = 0; v < vtx_exe_info->outMapCount; ++v ) in MakeOutAttrCommand_()
449 for( s32 g = 0; g < exe_info->outMapCount; ++g ) in MakeOutAttrCommand_()
465 for( s32 v = 0; v < vtx_exe_info->outMapCount; ++v ) in MakeOutAttrCommand_()
487 for( int i = 0; i < exe_info->outMapCount; ++i ) in MakeOutAttrCommand_()
491 outMapBufferCount = exe_info->outMapCount; in MakeOutAttrCommand_()
545 for ( int i = 0; i < exe_info->outMapCount; ++i ) in MakeOutAttrCommand_()
/CTR-SDK-1.3.0/CTR_SDK/include/nn/gr/CTR/
Dgr_Shader.h506 u32 outMapCount; member