HomeSort by: relevance | last modified time | path
    Searched defs:bind_cmd_buffer (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_binding.c 87 * @bind_cmd_buffer: Scratch space used to construct binding commands.
88 * @bind_cmd_count: Number of binding command data entries in @bind_cmd_buffer
89 * @bind_first_slot: Used together with @bind_cmd_buffer to indicate the
90 * device binding slot of the first command data entry in @bind_cmd_buffer.
111 u32 bind_cmd_buffer[VMW_MAX_VIEW_BINDINGS]; member in struct:vmw_ctx_binding_state
671 * emitted, @cbs->bind_first_slot is set to zero, and @cbs->bind_cmd_buffer
689 cbs->bind_cmd_buffer[cbs->bind_cmd_count++] =
707 * binding, and @cbs->bind_cmd_buffer contains the command data.
725 cbs->bind_cmd_buffer[cbs->bind_cmd_count++] =
771 memcpy(&cmd[1], cbs->bind_cmd_buffer, view_id_size)
    [all...]

Completed in 50 milliseconds