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

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_so.c 56 * @view_type: View type.
73 unsigned view_type; /* Immutable */ member in struct:vmw_view
225 cmd->header.id = vmw_view_destroy_cmds[view->view_type];
257 * @view_type: The view type.
261 static u32 vmw_view_key(u32 user_key, enum vmw_view_type view_type)
263 return user_key | (view_type << 20);
270 * @view_type: The view type.
275 static bool vmw_view_id_ok(u32 user_key, enum vmw_view_type view_type)
278 view_type < vmw_view_max);
308 * @view_type: The view type deduced from the view create command
    [all...]
vmwgfx_execbuf.c 419 * @view_type: The view type to look up.
431 enum vmw_view_type view_type, u32 id)
440 view = vmw_view_lookup(sw_context->man, view_type, id);
783 * @view_type: View type for the bindings.
791 enum vmw_view_type view_type,
808 view = vmw_view_id_val_add(sw_context, view_type,
2426 enum vmw_view_type view_type; local in function:vmw_cmd_dx_view_define
2441 view_type = vmw_view_cmd_to_type(header->id);
2442 if (view_type == vmw_view_max)
2456 res = vmw_context_cotable(ctx_node->ctx, vmw_view_cotables[view_type]);
2615 enum vmw_view_type view_type = vmw_view_cmd_to_type(header->id); local in function:vmw_cmd_dx_view_remove
    [all...]

Completed in 15 milliseconds