Searched refs:shader_index (Results 1 – 1 of 1) sorted by relevance
182 int shader_index = GetVtxShaderIndex(); in MakeVtxProgramCommand() local193 NN_GR_ASSERT( 0 <= shader_index && shader_index < m_ExeImageInfoNum ); in MakeVtxProgramCommand()195 const ExeImageInfo* exe_info = m_ExeImageInfo[ shader_index ]; in MakeVtxProgramCommand()222 int shader_index = GetGeoShaderIndex(); in MakeGeoProgramCommand() local233 NN_GR_ASSERT( 0 <= shader_index && shader_index < m_ExeImageInfoNum ); in MakeGeoProgramCommand()235 const ExeImageInfo* exe_info = m_ExeImageInfo[ shader_index ]; in MakeGeoProgramCommand()306 int shader_index = GetVtxShaderIndex(); in MakeConstRgCommand_() local313 shader_index = GetGeoShaderIndex(); in MakeConstRgCommand_()320 NN_GR_ASSERT( 0 <= shader_index && shader_index < m_ExeImageInfoNum ); in MakeConstRgCommand_()321 const ExeImageInfo* exe_info = m_ExeImageInfo[ shader_index ]; in MakeConstRgCommand_()[all …]