Searched refs:resource_rebind (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_shader.c | 644 if (swc->resource_rebind == NULL) { in svga_rebind_shaders() 655 ret = swc->resource_rebind(swc, NULL, hw->vs->gb_shader, SVGA_RELOC_READ); in svga_rebind_shaders() 662 ret = swc->resource_rebind(swc, NULL, hw->gs->gb_shader, SVGA_RELOC_READ); in svga_rebind_shaders() 669 ret = swc->resource_rebind(swc, NULL, hw->fs->gb_shader, SVGA_RELOC_READ); in svga_rebind_shaders() 676 ret = swc->resource_rebind(swc, NULL, hw->tcs->gb_shader, SVGA_RELOC_READ); in svga_rebind_shaders() 683 ret = swc->resource_rebind(swc, NULL, hw->tes->gb_shader, SVGA_RELOC_READ); in svga_rebind_shaders()
|
D | svga_draw.c | 396 ret = svga->swc->resource_rebind(svga->swc, in validate_sampler_resources() 427 ret = svga->swc->resource_rebind(svga->swc, in validate_constant_buffers() 458 ret = svga->swc->resource_rebind(svga->swc, in validate_constant_buffers() 734 svga->swc->resource_rebind(svga->swc, vbuffer_handles[i], in validate_vertex_buffers() 789 enum pipe_error ret = svga->swc->resource_rebind(svga->swc, in validate_index_buffer()
|
D | svga_winsys.h | 457 (*resource_rebind)(struct svga_winsys_context *swc, member
|
D | svga_state_framebuffer.c | 366 ret = svga->swc->resource_rebind(svga->swc, in svga_rebind_framebuffer_bindings() 376 ret = svga->swc->resource_rebind(svga->swc, in svga_rebind_framebuffer_bindings()
|
D | svga_state_vs.c | 239 ret = svga->swc->resource_rebind(svga->swc, NULL, gbshader, in svga_reemit_vs_bindings()
|
D | svga_state_fs.c | 391 ret = svga->swc->resource_rebind(svga->swc, NULL, in svga_reemit_fs_bindings()
|
D | svga_pipe_streamout.c | 516 ret = swc->resource_rebind(swc, svga->so_surfaces[i], NULL, SVGA_RELOC_WRITE); in svga_rebind_stream_output_targets()
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_context.c | 803 vswc->base.resource_rebind = vmw_svga_winsys_resource_rebind; in vmw_svga_winsys_context_create()
|