Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shaderlib_tgsi.c46 vs = &sctx->vs_blit_texcoord; in si_get_blitter_vs()
Dsi_pipe.c248 if (sctx->vs_blit_texcoord) in si_destroy_context()
249 sctx->b.delete_vs_state(&sctx->b, sctx->vs_blit_texcoord); in si_destroy_context()
Dsi_pipe.h937 void *vs_blit_texcoord; member