Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_context.c682 const struct tgsi_token *ntt_tokens = NULL; in virgl_shader_encoder() local
697ntt_tokens = tokens = nir_to_tgsi_options(s, vctx->base.screen, &options); /* takes ownership */ in virgl_shader_encoder()
712 FREE((void *)ntt_tokens); in virgl_shader_encoder()
716 FREE((void *)ntt_tokens); in virgl_shader_encoder()
1372 const struct tgsi_token *ntt_tokens = NULL; in virgl_create_compute_state() local
1383ntt_tokens = tokens = nir_to_tgsi_options(s, vctx->base.screen, &options); /* takes ownership */ in virgl_create_compute_state()
1398 FREE((void *)ntt_tokens); in virgl_create_compute_state()
1402 FREE((void *)ntt_tokens); in virgl_create_compute_state()