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

/external/chromium_org/third_party/mesa/src/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);
/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 227 milliseconds