Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shaderlib_tgsi.c298 static const char text_tmpl[] = in si_create_query_result_cs() local
453 char text[sizeof(text_tmpl) + 32]; in si_create_query_result_cs()
460 snprintf(text, sizeof(text), text_tmpl, sctx->screen->info.clock_crystal_freq); in si_create_query_result_cs()
792 static const char text_tmpl[] = "COMP\n" in gfx10_create_sh_query_result_cs() local
966 if (!tgsi_text_translate(text_tmpl, tokens, ARRAY_SIZE(tokens))) { in gfx10_create_sh_query_result_cs()
/third_party/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()