Searched refs:ntt_tokens (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
H A Dvirgl_context.c686 const struct tgsi_token *ntt_tokens = NULL; local in function:virgl_shader_encoder
692 ntt_tokens = tokens = nir_to_tgsi(s, vctx->base.screen); /* takes ownership */
707 FREE((void *)ntt_tokens);
711 FREE((void *)ntt_tokens);
1369 const struct tgsi_token *ntt_tokens = NULL; local in function:virgl_create_compute_state
1376 ntt_tokens = tokens = nir_to_tgsi(s, vctx->base.screen); /* takes ownership */
1387 FREE((void *)ntt_tokens);
1391 FREE((void *)ntt_tokens);

Completed in 5 milliseconds