Home | History | Annotate | Download | only in svga

Lines Matching defs:sws

94    struct svga_winsys_screen *sws = svga_screen(svga->pipe.screen)->sws;
103 sws->buffer_map(sws, sq->hwbuf, PIPE_TRANSFER_WRITE);
105 sws->buffer_destroy(sws, sq->hwbuf);
116 sws->buffer_unmap(sws, sq->hwbuf);
124 struct svga_winsys_screen *sws = svga_screen(svga->pipe.screen)->sws;
141 sws->fence_reference(sws, &sq->fence, NULL);
171 struct svga_winsys_screen *sws = svga_screen(svga->pipe.screen)->sws;
194 sws->fence_finish(sws, sq->fence, SVGA_FENCE_FLAG_QUERY);
453 struct svga_winsys_screen *sws = svga_screen(svga->pipe.screen)->sws;
469 sws->query_destroy(sws, svga->gb_query);
484 struct svga_winsys_screen *sws = svga_screen(svga->pipe.screen)->sws;
492 svga->gb_query = sws->query_create(sws, SVGA_QUERY_MEM_SIZE);
586 struct svga_winsys_screen *sws = svga_screen(svga->pipe.screen)->sws;
590 sws->fence_reference(sws, &sq->fence, NULL);
593 status = sws->query_init(sws, sq->gb_query, sq->offset, SVGA3D_QUERYSTATE_NEW);
632 struct svga_winsys_screen *sws = svga_screen(svga->pipe.screen)->sws;
639 sws->query_get_result(sws, sq->gb_query, sq->offset, &queryState, result, resultLen);
654 sws->fence_finish(sws, sq->fence, SVGA_FENCE_FLAG_QUERY);
655 sws->query_get_result(sws, sq->gb_query, sq->offset, &queryState, result, resultLen);
773 struct svga_winsys_screen *sws = svga_screen(svga->pipe.screen)->sws;
795 sws->buffer_destroy(sws, sq->hwbuf);
797 sws->fence_reference(sws, &sq->fence, NULL);
805 sws->fence_reference(sws, &sq->fence, NULL);
1199 struct svga_winsys_screen *sws = svga_screen(svga->pipe.screen)->sws;
1226 sws->fence_finish(sws, sq->fence, SVGA_FENCE_FLAG_QUERY);
1234 if (sws->have_set_predication_cmd) {