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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c37 vs = num_layers > 1 ? &sctx->vs_blit_pos_layered :
H A Dsi_pipe.c195 if (sctx->vs_blit_pos_layered)
196 sctx->b.delete_vs_state(&sctx->b, sctx->vs_blit_pos_layered);
H A Dsi_pipe.h828 void *vs_blit_pos_layered; member in struct:si_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c36 vs = num_layers > 1 ? &sctx->vs_blit_pos_layered : &sctx->vs_blit_pos;
H A Dsi_pipe.c242 if (sctx->vs_blit_pos_layered)
243 sctx->b.delete_vs_state(&sctx->b, sctx->vs_blit_pos_layered);
H A Dsi_pipe.h934 void *vs_blit_pos_layered; member in struct:si_context

Completed in 20 milliseconds