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.c285 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()
Dsvga_pipe_ts.c137 if (svga->tcs.passthrough_tcs) { in svga_cleanup_tcs_state()
138 svga_delete_tcs_state(&svga->pipe, svga->tcs.passthrough_tcs); in svga_cleanup_tcs_state()
Dsvga_context.h661 struct svga_tcs_shader *passthrough_tcs; member