Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp1962 char *sub_name; in do_hir() local
1963sub_name = ralloc_asprintf(ctx, "%s_%s", _mesa_shader_stage_to_subroutine_prefix(state->stage), th… in do_hir()
1964 var = state->symbols->get_variable(sub_name); in do_hir()
1965 ralloc_free(sub_name); in do_hir()