Searched refs:shader_templ (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_simple_shaders.c | 490 static const char shader_templ[] = in util_make_fragment_passthrough_shader() local 499 char text[sizeof(shader_templ)+100]; in util_make_fragment_passthrough_shader() 503 sprintf(text, shader_templ, in util_make_fragment_passthrough_shader() 576 static const char shader_templ[] = in util_make_fs_blit_msaa_gen() local 592 char text[sizeof(shader_templ)+100]; in util_make_fs_blit_msaa_gen() 599 util_snprintf(text, sizeof(text), shader_templ, type, samp_type, in util_make_fs_blit_msaa_gen() 695 static const char shader_templ[] = in util_make_fs_blit_msaa_depthstencil() local 710 char text[sizeof(shader_templ)+100]; in util_make_fs_blit_msaa_depthstencil() 717 sprintf(text, shader_templ, type, type, type); in util_make_fs_blit_msaa_depthstencil()
|