Searched refs:resource_rebind (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_shader.c673 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 Dsvga_draw.c396 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 Dsvga_state_vs.c239 ret = svga->swc->resource_rebind(svga->swc, NULL, gbshader,
H A Dsvga_winsys.h460 (*resource_rebind)(struct svga_winsys_context *swc, member in struct:svga_winsys_context
H A Dsvga_state_fs.c391 ret = svga->swc->resource_rebind(svga->swc, NULL,
H A Dsvga_state_framebuffer.c366 ret = svga->swc->resource_rebind(svga->swc,
376 ret = svga->swc->resource_rebind(svga->swc,
H A Dsvga_pipe_streamout.c516 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 Dsvga_shader.c611 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 Dsvga_draw.c395 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 Dsvga_state_framebuffer.c349 ret = svga->swc->resource_rebind(svga->swc,
359 ret = svga->swc->resource_rebind(svga->swc,
H A Dsvga_pipe_streamout.c324 ret = swc->resource_rebind(swc, svga->so_surfaces[i], NULL, SVGA_RELOC_WRITE);
H A Dsvga_state_vs.c228 ret = svga->swc->resource_rebind(svga->swc, NULL, gbshader,
H A Dsvga_winsys.h447 (*resource_rebind)(struct svga_winsys_context *swc, member in struct:svga_winsys_context
H A Dsvga_state_fs.c380 ret = svga->swc->resource_rebind(svga->swc, NULL,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/
H A Dvmw_context.c758 * 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 Dvmw_context.c738 * vmw_svga_winsys_resource_rebind - The winsys resource_rebind callback
803 vswc->base.resource_rebind = vmw_svga_winsys_resource_rebind;

Completed in 19 milliseconds