Home
last modified time | relevance | path

Searched refs:SubroutineIndex (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Dshaderapi.c2889 ctx->SubroutineIndex[p->info.stage].IndexPtr[j] = indices[j]; in _mesa_UniformSubroutinesuiv()
2921 *params = ctx->SubroutineIndex[p->info.stage].IndexPtr[location]; in _mesa_GetUniformSubroutineuiv()
3063 val = ctx->SubroutineIndex[p->info.stage].IndexPtr[i + j]; in _mesa_shader_write_subroutine_index()
3087 struct gl_subroutine_index_binding *binding = &ctx->SubroutineIndex[p->info.stage]; in _mesa_program_init_subroutine_defaults()
Dmtypes.h4942 struct gl_subroutine_index_binding SubroutineIndex[MESA_SHADER_STAGES]; member
/external/deqp/external/openglcts/modules/gles31/
Des31cExplicitUniformLocationTest.cpp2852 class SubroutineIndex : public ExplicitUniformLocationCaseBase class
3185 addChild(new TestSubcase(m_context, "subroutine-index", TestSubcase::Create<SubroutineIndex>)); in init()