Home
last modified time | relevance | path

Searched refs:svga_tes_shader (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_ts.c148 struct svga_tes_shader *tes; in svga_create_tes_state()
150 tes = CALLOC_STRUCT(svga_tes_shader); in svga_create_tes_state()
174 struct svga_tes_shader *tes = (struct svga_tes_shader *) shader; in svga_bind_tes_state()
189 struct svga_tes_shader *tes = (struct svga_tes_shader *) shader; in svga_delete_tes_state()
190 struct svga_tes_shader *next_tes; in svga_delete_tes_state()
198 next_tes = (struct svga_tes_shader *)tes->base.next; in svga_delete_tes_state()
Dsvga_state_ts.c191 struct svga_tes_shader *tes, in compile_tes()
218 struct svga_tes_shader *tes = svga->curr.tes; in make_tes_key()
331 struct svga_tes_shader *tes = svga->curr.tes; in emit_hw_tes()
Dsvga_context.h285 struct svga_tes_shader *tes;
663 struct svga_tes_shader *tes;
Dsvga_shader.h351 struct svga_tes_shader struct
Dsvga_state_tgsi_transform.c422 struct svga_tes_shader *tes = svga->curr.tes; /* currently bound tes */ in update_tgsi_transform()