Searched refs:gl_varying_slot_name (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_shader.c371 gl_varying_slot_name(so->outputs[i].slot));
399 gl_varying_slot_name(so->inputs[i].slot),
H A Dir3_compiler_nir.c2592 gl_varying_slot_name(slot));
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A Dshader_enums.c134 gl_varying_slot_name(gl_varying_slot slot) function in typeref:typename:const char *
H A Dshader_enums.h262 /* the remaining are simply for the benefit of gl_varying_slot_name()
304 const char *gl_varying_slot_name(gl_varying_slot slot);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vue_map.c269 return gl_varying_slot_name((gl_varying_slot) slot);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_print.c516 loc = gl_varying_slot_name(var->data.location);
521 loc = gl_varying_slot_name(var->data.location);
525 loc = gl_varying_slot_name(var->data.location);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.0.rst1149 - compiler: Drop now unused gl_varying_slot_name()

Completed in 17 milliseconds