Searched refs:view_type (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_so.c56 * @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) argument
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) argument
278 view_type < vmw_view_max);
308 * @view_type
315 vmw_view_add(struct vmw_cmdbuf_res_manager *man, struct vmw_resource *ctx, struct vmw_resource *srf, enum vmw_view_type view_type, u32 user_key, const void *cmd, size_t cmd_size, struct list_head *list) argument
410 vmw_view_remove(struct vmw_cmdbuf_res_manager *man, u32 user_key, enum vmw_view_type view_type, struct list_head *list, struct vmw_resource **res_p) argument
492 vmw_view_lookup(struct vmw_cmdbuf_res_manager *man, enum vmw_view_type view_type, u32 user_key) argument
[all...]
H A Dvmwgfx_so.h142 enum vmw_view_type view_type,
149 u32 user_key, enum vmw_view_type view_type,
160 enum vmw_view_type view_type,
H A Dvmwgfx_execbuf.c419 * @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
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]);
430 vmw_view_id_val_add(struct vmw_sw_context *sw_context, enum vmw_view_type view_type, u32 id) argument
790 vmw_view_bindings_add(struct vmw_sw_context *sw_context, enum vmw_view_type view_type, enum vmw_ctx_binding_type binding_type, uint32 shader_slot, uint32 view_ids[], u32 num_views, u32 first_slot) argument
2615 enum vmw_view_type view_type = vmw_view_cmd_to_type(header->id); local
[all...]

Completed in 180 milliseconds