Searched refs:shader_index (Results 1 – 1 of 1) sorted by relevance
178 int shader_index = GetVtxShaderIndex(); in MakeVtxProgramCommand() local189 NN_GR_ASSERT( 0 <= shader_index && shader_index < m_ExeImageInfoNum ); in MakeVtxProgramCommand()191 const ExeImageInfo* exe_info = m_ExeImageInfo[ shader_index ]; in MakeVtxProgramCommand()218 int shader_index = GetGeoShaderIndex(); in MakeGeoProgramCommand() local229 NN_GR_ASSERT( 0 <= shader_index && shader_index < m_ExeImageInfoNum ); in MakeGeoProgramCommand()231 const ExeImageInfo* exe_info = m_ExeImageInfo[ shader_index ]; in MakeGeoProgramCommand()253 int shader_index = GetVtxShaderIndex(); in MakeConstRgCommand_() local260 shader_index = GetGeoShaderIndex(); in MakeConstRgCommand_()267 NN_GR_ASSERT( 0 <= shader_index && shader_index < m_ExeImageInfoNum ); in MakeConstRgCommand_()268 const ExeImageInfo* exe_info = m_ExeImageInfo[ shader_index ]; in MakeConstRgCommand_()[all …]