Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shaderlib_tgsi.c325 static const char text_tmpl[] = in si_create_query_result_cs() local
480 char text[sizeof(text_tmpl) + 32]; in si_create_query_result_cs()
487 snprintf(text, sizeof(text), text_tmpl, sctx->screen->info.clock_crystal_freq); in si_create_query_result_cs()
811 static const char text_tmpl[] = "COMP\n" in gfx10_create_sh_query_result_cs() local
986 if (!tgsi_text_translate(text_tmpl, tokens, ARRAY_SIZE(tokens))) { in gfx10_create_sh_query_result_cs()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_query.c1410 static const char text_tmpl[] = in r600_create_query_result_shader() local
1569 char text[sizeof(text_tmpl) + 32]; in r600_create_query_result_shader()
1576 snprintf(text, sizeof(text), text_tmpl, in r600_create_query_result_shader()