Searched refs:resource_rebind (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_shader.c | 863 if (swc->resource_rebind == NULL) { in svga_rebind_shaders() 874 ret = swc->resource_rebind(swc, NULL, hw->vs->gb_shader, SVGA_RELOC_READ); in svga_rebind_shaders() 881 ret = swc->resource_rebind(swc, NULL, hw->gs->gb_shader, SVGA_RELOC_READ); in svga_rebind_shaders() 888 ret = swc->resource_rebind(swc, NULL, hw->fs->gb_shader, SVGA_RELOC_READ); in svga_rebind_shaders() 895 ret = swc->resource_rebind(swc, NULL, hw->tcs->gb_shader, SVGA_RELOC_READ); in svga_rebind_shaders() 902 ret = swc->resource_rebind(swc, NULL, hw->tes->gb_shader, SVGA_RELOC_READ); in svga_rebind_shaders()
|
D | svga_draw.c | 412 ret = svga->swc->resource_rebind(svga->swc, in svga_validate_sampler_resources() 460 ret = svga->swc->resource_rebind(svga->swc, in svga_validate_constant_buffers() 491 ret = svga->swc->resource_rebind(svga->swc, in svga_validate_constant_buffers() 513 ret = svga->swc->resource_rebind(svga->swc, in svga_validate_constant_buffers() 909 svga->swc->resource_rebind(svga->swc, vbuffer_handles[i], in validate_vertex_buffers() 981 enum pipe_error ret = svga->swc->resource_rebind(svga->swc, in validate_index_buffer()
|
D | svga_state_framebuffer.c | 362 ret = svga->swc->resource_rebind(svga->swc, in svga_rebind_framebuffer_bindings() 372 ret = svga->swc->resource_rebind(svga->swc, in svga_rebind_framebuffer_bindings()
|
D | svga_shader_buffer.c | 333 ret = svga->swc->resource_rebind(svga->swc, surf, NULL, in svga_validate_shader_buffer_resources()
|
D | svga_image_view.c | 297 ret = svga->swc->resource_rebind(svga->swc, surf, NULL, in svga_validate_image_view_resources()
|
D | svga_state_vs.c | 177 ret = svga->swc->resource_rebind(svga->swc, NULL, gbshader, in svga_reemit_vs_bindings()
|
D | svga_winsys.h | 474 (*resource_rebind)(struct svga_winsys_context *swc, member
|
D | svga_state_fs.c | 330 ret = svga->swc->resource_rebind(svga->swc, NULL, in svga_reemit_fs_bindings()
|
D | svga_pipe_streamout.c | 521 ret = swc->resource_rebind(swc, svga->so_surfaces[i], NULL, SVGA_RELOC_WRITE); in svga_rebind_stream_output_targets()
|
D | svga_state_uav.c | 323 ret = swc->resource_rebind(swc, hw->uaViews[i], NULL, in svga_rebind_uav()
|
/third_party/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()
|