Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state_ts.c194 if (svga->tcs.passthrough_tcs && in get_passthrough_tcs()
199 svga->tcs.passthrough_tcs); in get_passthrough_tcs()
205 if (svga->tcs.passthrough_tcs) { in get_passthrough_tcs()
207 svga->tcs.passthrough_tcs); in get_passthrough_tcs()
220 svga->tcs.passthrough_tcs = new_tcs; in get_passthrough_tcs()
Dsvga_pipe_ts.c133 if (svga->tcs.passthrough_tcs) { in svga_cleanup_tcs_state()
134 svga_delete_tcs_state(&svga->pipe, svga->tcs.passthrough_tcs); in svga_cleanup_tcs_state()
Dsvga_context.h780 struct svga_tcs_shader *passthrough_tcs; member