Searched refs:bind_first_slot (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_binding.c | 88 * @bind_first_slot: Used together with @bind_cmd_buffer to indicate the 114 u32 bind_first_slot; member 722 * emitted, @cbs->bind_first_slot is set to zero, and @cbs->bind_cmd_buffer 734 cbs->bind_first_slot = 0; in vmw_collect_view_ids() 757 * emitted, @cbs->bind_first_slot indicates the index of the first emitted 772 cbs->bind_first_slot = i; in vmw_collect_dirty_view_ids() 820 cmd->body.startView = cbs->bind_first_slot; in vmw_emit_set_sr() 826 cbs->bind_first_slot, cbs->bind_cmd_count); in vmw_emit_set_sr() 880 * emitted, @cbs->bind_first_slot is set to zero, and @cbs->bind_cmd_buffer 893 cbs->bind_first_slot in vmw_collect_so_targets() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_binding.c | 88 * @bind_first_slot: Used together with @bind_cmd_buffer to indicate the 114 u32 bind_first_slot; member 745 * emitted, @cbs->bind_first_slot is set to zero, and @cbs->bind_cmd_buffer 755 cbs->bind_first_slot = 0; in vmw_collect_view_ids() 778 * emitted, @cbs->bind_first_slot indicates the index of the first emitted 793 cbs->bind_first_slot = i; in vmw_collect_dirty_view_ids() 842 cmd->body.startView = cbs->bind_first_slot; in vmw_emit_set_sr() 848 cbs->bind_first_slot, cbs->bind_cmd_count); in vmw_emit_set_sr() 902 * emitted, @cbs->bind_first_slot is set to zero, and @cbs->bind_cmd_buffer 913 cbs->bind_first_slot in vmw_collect_so_targets() [all...] |
Completed in 4 milliseconds