Lines Matching refs:pstring
7244 const char *pstring, const char *auxstring) in replace_interp() argument
7257 memcpy(ptr, pstring, strlen(pstring)); in replace_interp()
7258 memcpy(ptr + strlen(pstring), auxstring, strlen(auxstring)); in replace_interp()
7288 const char *pstring, *auxstring; in vrend_patch_vertex_shader_interpolants() local
7305 pstring = get_interp_string(cfg, fs_info->interpinfo[i].interpolate, flatshade); in vrend_patch_vertex_shader_interpolants()
7306 if (!pstring) in vrend_patch_vertex_shader_interpolants()
7317 replace_interp(prog_strings, "gl_FrontSecondaryColor", pstring, auxstring); in vrend_patch_vertex_shader_interpolants()
7318 replace_interp(prog_strings, "gl_BackSecondaryColor", pstring, auxstring); in vrend_patch_vertex_shader_interpolants()
7320 replace_interp(prog_strings, "gl_FrontColor", pstring, auxstring); in vrend_patch_vertex_shader_interpolants()
7321 replace_interp(prog_strings, "gl_BackColor", pstring, auxstring); in vrend_patch_vertex_shader_interpolants()
7325 replace_interp(prog_strings, glsl_name, pstring, auxstring); in vrend_patch_vertex_shader_interpolants()
7327 replace_interp(prog_strings, glsl_name, pstring, auxstring); in vrend_patch_vertex_shader_interpolants()
7332 replace_interp(prog_strings, glsl_name, pstring, auxstring); in vrend_patch_vertex_shader_interpolants()