Searched refs:passthrough_tcs (Results 1 – 3 of 3) sorted by relevance
285 if (svga->tcs.passthrough_tcs && in get_passthrough_tcs()290 svga->tcs.passthrough_tcs); in get_passthrough_tcs()296 if (svga->tcs.passthrough_tcs) { in get_passthrough_tcs()298 svga->tcs.passthrough_tcs); in get_passthrough_tcs()311 svga->tcs.passthrough_tcs = new_tcs; in get_passthrough_tcs()
128 if (svga->tcs.passthrough_tcs) { in svga_cleanup_tcs_state()129 svga_delete_tcs_state(&svga->pipe, svga->tcs.passthrough_tcs); in svga_cleanup_tcs_state()
660 struct svga_tcs_shader *passthrough_tcs; member