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.c369 static const char shader_templ[] = in util_make_fs_blit_msaa_gen() local
381 char text[sizeof(shader_templ)+100]; in util_make_fs_blit_msaa_gen()
388 sprintf(text, shader_templ, output_semantic, output_mask, type); in util_make_fs_blit_msaa_gen()
456 static const char shader_templ[] = in util_make_fs_blit_msaa_depthstencil() local
470 char text[sizeof(shader_templ)+100]; in util_make_fs_blit_msaa_depthstencil()
477 sprintf(text, shader_templ, type, type); in util_make_fs_blit_msaa_depthstencil()