Searched refs:shader_templ (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_simple_shaders.c | 450 static const char shader_templ[] = in util_make_fragment_passthrough_shader() local 459 char text[sizeof(shader_templ)+100]; in util_make_fragment_passthrough_shader() 463 sprintf(text, shader_templ, in util_make_fragment_passthrough_shader() 537 static const char shader_templ[] = in util_make_fs_blit_msaa_gen() local 555 char text[sizeof(shader_templ)+400]; in util_make_fs_blit_msaa_gen() 562 snprintf(text, sizeof(text), shader_templ, type, samp_type, in util_make_fs_blit_msaa_gen() 666 static const char shader_templ[] = in util_make_fs_blit_msaa_depthstencil() local 684 char text[sizeof(shader_templ)+400]; in util_make_fs_blit_msaa_depthstencil() 691 sprintf(text, shader_templ, type, type, in util_make_fs_blit_msaa_depthstencil() 1188 static const char shader_templ[] in util_make_fs_stencil_blit() local [all...] |
Completed in 2 milliseconds