Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.c450 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()
536 static const char shader_templ[] = in util_make_fs_blit_msaa_gen() local
552 char text[sizeof(shader_templ)+100]; in util_make_fs_blit_msaa_gen()
559 snprintf(text, sizeof(text), shader_templ, type, samp_type, in util_make_fs_blit_msaa_gen()
655 static const char shader_templ[] = in util_make_fs_blit_msaa_depthstencil() local
671 char text[sizeof(shader_templ)+100]; in util_make_fs_blit_msaa_depthstencil()
678 sprintf(text, shader_templ, type, type, type, type); in util_make_fs_blit_msaa_depthstencil()
1172 static const char shader_templ[] = in util_make_fs_stencil_blit() local
[all …]