Searched refs:svga_compute_shader (Results 1 – 6 of 6) sorted by relevance
50 struct svga_compute_shader *cs = CALLOC_STRUCT(svga_compute_shader); in svga_create_compute_state()87 struct svga_compute_shader *cs = (struct svga_compute_shader *)shader; in svga_bind_compute_state()101 struct svga_compute_shader *cs = (struct svga_compute_shader *)shader; in svga_delete_compute_state()102 struct svga_compute_shader *next_cs; in svga_delete_compute_state()109 next_cs = (struct svga_compute_shader *)cs->base.next; in svga_delete_compute_state()
45 struct svga_compute_shader *cs = svga->curr.cs; in make_cs_key()74 struct svga_compute_shader *cs = svga->curr.cs; in emit_hw_cs()
445 struct svga_compute_shader struct
317 struct svga_compute_shader *cs;
2907 - svga: store shared_mem_size in svga_compute_shader instead of svga_context
3458 - svga: store shared_mem_size in svga_compute_shader instead of svga_context