Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_shader.c4350 const char *prefix = "", *auxprefix = ""; in emit_ios() local
4444 auxprefix = get_aux_string(ctx->inputs[i].location); in emit_ios()
4455 … snprintf(buf, 255, "%s%sin vec4 %s%s;\n", prefix, auxprefix, ctx->inputs[i].glsl_name, postfix); in emit_ios()