Searched refs:get_interp_string (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/virglrenderer/src/ |
H A D | vrend_shader.c | 6169 static const char *get_interp_string(const struct vrend_shader_cfg *cfg, enum tgsi_interpolate_mode… in get_interp_string() function 6780 get_interp_string(cfg, fs_info->interpinfo[j].interpolate, flatshade), in get_interpolator_prefix() 6932 … get_interp_string(ctx->cfg, interpolators[ctx->outputs[i].sid], ctx->key->flatshade), in emit_ios_vs() 6939 … get_interp_string(ctx->cfg, interpolators[ctx->outputs[i].sid], ctx->key->flatshade), in emit_ios_vs() 7049 prefix = get_interp_string(ctx->cfg, ctx->inputs[i].interpolate, ctx->key->flatshade); in emit_ios_fs() 7415 get_interp_string(cfg, fs_info->interpinfo[j].interpolate, flatshade), in emit_interp_info()
|