| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_shader.c | 673 if (swc->resource_rebind == NULL) { 684 ret = swc->resource_rebind(swc, NULL, hw->vs->gb_shader, SVGA_RELOC_READ); 691 ret = swc->resource_rebind(swc, NULL, hw->gs->gb_shader, SVGA_RELOC_READ); 698 ret = swc->resource_rebind(swc, NULL, hw->fs->gb_shader, SVGA_RELOC_READ); 705 ret = swc->resource_rebind(swc, NULL, hw->tcs->gb_shader, SVGA_RELOC_READ); 712 ret = swc->resource_rebind(swc, NULL, hw->tes->gb_shader, SVGA_RELOC_READ);
|
| H A D | svga_draw.c | 396 ret = svga->swc->resource_rebind(svga->swc, 427 ret = svga->swc->resource_rebind(svga->swc, 458 ret = svga->swc->resource_rebind(svga->swc, 734 svga->swc->resource_rebind(svga->swc, vbuffer_handles[i], 789 enum pipe_error ret = svga->swc->resource_rebind(svga->swc,
|
| H A D | svga_state_vs.c | 239 ret = svga->swc->resource_rebind(svga->swc, NULL, gbshader,
|
| H A D | svga_winsys.h | 460 (*resource_rebind)(struct svga_winsys_context *swc, member in struct:svga_winsys_context
|
| H A D | svga_state_fs.c | 391 ret = svga->swc->resource_rebind(svga->swc, NULL,
|
| H A D | svga_state_framebuffer.c | 366 ret = svga->swc->resource_rebind(svga->swc, 376 ret = svga->swc->resource_rebind(svga->swc,
|
| H A D | svga_pipe_streamout.c | 516 ret = swc->resource_rebind(swc, svga->so_surfaces[i], NULL, SVGA_RELOC_WRITE);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_shader.c | 611 if (swc->resource_rebind == NULL) { 620 ret = swc->resource_rebind(swc, NULL, hw->vs->gb_shader, SVGA_RELOC_READ); 627 ret = swc->resource_rebind(swc, NULL, hw->gs->gb_shader, SVGA_RELOC_READ); 634 ret = swc->resource_rebind(swc, NULL, hw->fs->gb_shader, SVGA_RELOC_READ);
|
| H A D | svga_draw.c | 395 ret = svga->swc->resource_rebind(svga->swc, 428 ret = svga->swc->resource_rebind(svga->swc, 450 ret = svga->swc->resource_rebind(svga->swc, 667 svga->swc->resource_rebind(svga->swc, vbuffer_handles[i], 722 enum pipe_error ret = svga->swc->resource_rebind(svga->swc,
|
| H A D | svga_state_framebuffer.c | 349 ret = svga->swc->resource_rebind(svga->swc, 359 ret = svga->swc->resource_rebind(svga->swc,
|
| H A D | svga_pipe_streamout.c | 324 ret = swc->resource_rebind(swc, svga->so_surfaces[i], NULL, SVGA_RELOC_WRITE);
|
| H A D | svga_state_vs.c | 228 ret = svga->swc->resource_rebind(svga->swc, NULL, gbshader,
|
| H A D | svga_winsys.h | 447 (*resource_rebind)(struct svga_winsys_context *swc, member in struct:svga_winsys_context
|
| H A D | svga_state_fs.c | 380 ret = svga->swc->resource_rebind(svga->swc, NULL,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/ |
| H A D | vmw_context.c | 758 * vmw_svga_winsys_resource_rebind - The winsys resource_rebind callback 824 vswc->base.resource_rebind = vmw_svga_winsys_resource_rebind;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/ |
| H A D | vmw_context.c | 738 * vmw_svga_winsys_resource_rebind - The winsys resource_rebind callback 803 vswc->base.resource_rebind = vmw_svga_winsys_resource_rebind;
|