Searched defs:shader_templ (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_simple_shaders.c369 static const char shader_templ[] = local
381 char text[sizeof(shader_templ)+100];
388 sprintf(text, shader_templ, output_semantic, output_mask, type);
456 static const char shader_templ[] = local
470 char text[sizeof(shader_templ)+100];
477 sprintf(text, shader_templ, type, type);

Completed in 108 milliseconds