Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/gr/CTR/
Dgr_Shader.cpp523 const ExeImageInfo* vtx_exe_info = m_ExeImageInfo[ vtx_shader_index ]; in MakeOutAttrCommand_() local
528 … reinterpret_cast< const u8* >( vtx_exe_info ) + vtx_exe_info->outMapOffset ); in MakeOutAttrCommand_()
539 for( s32 v = 0; v < vtx_exe_info->outMapCount; ++v ) in MakeOutAttrCommand_()
578 for( s32 v = 0; v < vtx_exe_info->outMapCount; ++v ) in MakeOutAttrCommand_()
Dgr_ShaderLite.cpp586 const ExeImageInfo* vtx_exe_info = m_ExeImageInfo[ vtx_shader_index ]; in MakeOutAttrCommand_() local
591 … reinterpret_cast< const u8* >( vtx_exe_info ) + vtx_exe_info->outMapOffset ); in MakeOutAttrCommand_()
602 for( s32 v = 0; v < vtx_exe_info->outMapCount; ++v ) in MakeOutAttrCommand_()
641 for( s32 v = 0; v < vtx_exe_info->outMapCount; ++v ) in MakeOutAttrCommand_()