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.c512 static const char shader_templ[] = in util_make_fragment_passthrough_shader() local
521 char text[sizeof(shader_templ)+100]; in util_make_fragment_passthrough_shader()
525 sprintf(text, shader_templ, in util_make_fragment_passthrough_shader()
598 static const char shader_templ[] = in util_make_fs_blit_msaa_gen() local
614 char text[sizeof(shader_templ)+100]; in util_make_fs_blit_msaa_gen()
621 util_snprintf(text, sizeof(text), shader_templ, type, samp_type, in util_make_fs_blit_msaa_gen()
717 static const char shader_templ[] = in util_make_fs_blit_msaa_depthstencil() local
732 char text[sizeof(shader_templ)+100]; in util_make_fs_blit_msaa_depthstencil()
739 sprintf(text, shader_templ, type, type, type); in util_make_fs_blit_msaa_depthstencil()