Searched refs:views (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_binding.h199 * @views: UAV view bindings.
203 struct vmw_ctx_bindinfo_view views[SVGA3D_DX11_1_MAX_UAVIEWS]; member in struct:vmw_ctx_bindinfo_uav
H A Dvmwgfx_binding.c203 offsetof(struct vmw_ctx_binding_state, ua_views[0].views),
206 offsetof(struct vmw_ctx_binding_state, ua_views[1].views),
1086 const struct vmw_ctx_bindinfo_view *loc = &cbs->ua_views[0].views[0];
1116 const struct vmw_ctx_bindinfo_view *loc = &cbs->ua_views[1].views[0];
/linux-master/arch/s390/kernel/
H A Ddebug.c254 memset(rc->views, 0, DEBUG_MAX_VIEWS * sizeof(struct debug_view *));
540 if (!debug_info->views[i])
555 if (!debug_info->views[i]->format_proc && !debug_info->views[i]->header_proc)
573 p_info->view = debug_info->views[i];
756 if (!id->views[i])
1197 if (!id->views[i])
1203 id->views[i] = view;
1209 "number of views %i\n", id->name, view->name, i);
1238 if (id->views[
[all...]
/linux-master/arch/s390/include/asm/
H A Ddebug.h21 #define DEBUG_MAX_VIEWS 10 /* max number of views in proc fs */
60 struct debug_view *views[DEBUG_MAX_VIEWS]; member in struct:debug_info
446 .views = { NULL }, \
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_helper.h763 u32 views; member in struct:hfi_multi_view_format
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1841 view = scene.views()[0]
1848 view = scene.views()[0]
4130 tables.append("information_schema.views")
4453 The Tables menu shows all tables and views in the database. Most tables have an associated view
4459 For PostgreSQL databases, information_schema.tables/views/columns are included.

Completed in 155 milliseconds