Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_shader.c4395 char invocbuf[25]; in emit_ios() local
4398 snprintf(invocbuf, 25, ", invocations = %d", ctx->gs_num_invocations); in emit_ios()
4401 ctx->gs_num_invocations > 1 ? invocbuf : ""); in emit_ios()