Home
last modified time | relevance | path

Searched refs:wm (Results 1 – 25 of 114) sorted by relevance

12345

/third_party/weston/xwayland/
Dselection.c48 struct weston_wm *wm = data; in writable_callback() local
52 property = xcb_get_property_value(wm->property_reply); in writable_callback()
53 remainder = xcb_get_property_value_length(wm->property_reply) - in writable_callback()
54 wm->property_start; in writable_callback()
56 len = write(fd, property + wm->property_start, remainder); in writable_callback()
58 free(wm->property_reply); in writable_callback()
59 wm->property_reply = NULL; in writable_callback()
60 if (wm->property_source) in writable_callback()
61 wl_event_source_remove(wm->property_source); in writable_callback()
62 wm->property_source = NULL; in writable_callback()
[all …]
Dwindow-manager.c137 struct weston_wm *wm; member
185 weston_wm_set_net_active_window(struct weston_wm *wm, xcb_window_t window);
191 legacy_fullscreen(struct weston_wm *wm,
200 wm_debug_is_enabled(struct weston_wm *wm) in wm_debug_is_enabled() argument
202 return weston_log_scope_is_enabled(wm->server->wm_debug); in wm_debug_is_enabled()
206 wm_printf(struct weston_wm *wm, const char *fmt, ...) in wm_printf() argument
211 if (wm_debug_is_enabled(wm)) in wm_printf()
212 weston_log_scope_printf(wm->server->wm_debug, "%s ", in wm_printf()
213 weston_log_scope_timestamp(wm->server->wm_debug, in wm_printf()
217 weston_log_scope_vprintf(wm->server->wm_debug, fmt, ap); in wm_printf()
[all …]
Ddnd.c47 struct weston_wm *wm; member
58 struct weston_wm *wm = source->wm; in data_source_accept() local
69 client_message.window = wm->dnd_window; in data_source_accept()
70 client_message.type = wm->atom.xdnd_status; in data_source_accept()
71 client_message.data.data32[0] = wm->dnd_window; in data_source_accept()
77 client_message.data.data32[4] = wm->atom.xdnd_action_copy; in data_source_accept()
79 xcb_send_event(wm->conn, 0, wm->dnd_owner, in data_source_accept()
89 struct weston_wm *wm = source->wm; in data_source_send() local
94 xcb_convert_selection(wm->conn, in data_source_send()
95 wm->selection_window, in data_source_send()
[all …]
Dxwayland.h51 struct weston_wm *wm; member
165 dump_property(FILE *fp, struct weston_wm *wm, xcb_atom_t property,
172 weston_wm_selection_init(struct weston_wm *wm);
174 weston_wm_handle_selection_event(struct weston_wm *wm,
180 weston_wm_destroy(struct weston_wm *wm);
183 weston_wm_pick_seat(struct weston_wm *wm);
186 weston_wm_handle_dnd_event(struct weston_wm *wm,
189 weston_wm_dnd_init(struct weston_wm *wm);
Dlauncher.c80 if (wxs->wm) { in weston_xserver_shutdown()
81 weston_wm_destroy(wxs->wm); in weston_xserver_shutdown()
82 wxs->wm = NULL; in weston_xserver_shutdown()
313 wxs->wm = weston_wm_create(wxs, wm_fd); in weston_xwayland_xserver_loaded()
335 if (wxs->wm) { in weston_xwayland_xserver_exited()
337 weston_wm_destroy(wxs->wm); in weston_xwayland_xserver_exited()
338 wxs->wm = NULL; in weston_xwayland_xserver_exited()
/third_party/node/test/parallel/
Dtest-internal-iterable-weak-map.js16 const wm = new IterableWeakMap(); constant
22 wm.set(_cache.moduleA, 'hello');
23 wm.set(_cache.moduleB, 'discard');
24 wm.set(_cache.moduleC, 'goodbye');
29 const values = [...wm];
36 const wm = new IterableWeakMap(); constant
41 wm.set(_cache.moduleA, 'hello');
42 wm.set(_cache.moduleB, 'goodbye');
43 wm.set(_cache.moduleB, 'goodnight');
44 const values = [...wm];
[all …]
/third_party/mesa3d/src/gallium/drivers/crocus/
Dgen4_blorp_exec.h108 blorp_emit_dynamic(blorp_batch, GENX(WM_STATE), wm, 64, &offset) { in blorp_emit_wm_state()
111 wm.SamplerCount = (GFX_VER != 5); in blorp_emit_wm_state()
112 wm.BindingTableEntryCount = 2; in blorp_emit_wm_state()
114 wm.SamplerStatePointer = dynamic_state_address(blorp_batch, sampler); in blorp_emit_wm_state()
118 wm.DispatchGRFStartRegisterForConstantSetupData0 = in blorp_emit_wm_state()
120 wm.SetupURBEntryReadLength = prog_data->num_varying_inputs * 2; in blorp_emit_wm_state()
121 wm.SetupURBEntryReadOffset = 0; in blorp_emit_wm_state()
123 wm.DepthCoefficientURBReadOffset = 1; in blorp_emit_wm_state()
124 wm.PixelShaderKillsPixel = prog_data->uses_kill; in blorp_emit_wm_state()
125 wm.ThreadDispatchEnable = true; in blorp_emit_wm_state()
[all …]
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dgfx4_blorp_exec.h113 blorp_emit_dynamic(batch, GENX(WM_STATE), wm, 64, &offset) { in blorp_emit_wm_state()
116 wm.SamplerCount = (GFX_VER != 5); in blorp_emit_wm_state()
117 wm.BindingTableEntryCount = 2; in blorp_emit_wm_state()
119 wm.SamplerStatePointer = dynamic_state_address(batch, sampler); in blorp_emit_wm_state()
123 wm.DispatchGRFStartRegisterForConstantSetupData0 = in blorp_emit_wm_state()
125 wm.SetupURBEntryReadLength = prog_data->num_varying_inputs * 2; in blorp_emit_wm_state()
126 wm.SetupURBEntryReadOffset = 0; in blorp_emit_wm_state()
128 wm.DepthCoefficientURBReadOffset = 1; in blorp_emit_wm_state()
129 wm.PixelShaderKillsPixel = prog_data->uses_kill; in blorp_emit_wm_state()
130 wm.ThreadDispatchEnable = true; in blorp_emit_wm_state()
[all …]
DgenX_state_upload.c1068 brw_wm_prog_data(brw->wm.base.prog_data); in genX()
1387 brw_wm_prog_data(brw->wm.base.prog_data); in genX()
1698 brw_wm_prog_data(brw->wm.base.prog_data);
1793 brw_wm_prog_data(brw->wm.base.prog_data);
1797 UNUSED struct brw_stage_state *stage_state = &brw->wm.base;
1820 brw_batch_emit(brw, GENX(3DSTATE_WM), wm) {
1823 brw_state_emit(brw, GENX(WM_STATE), 64, &stage_state->state_offset, wm) {
1827 wm._8PixelDispatchEnable = wm_prog_data->dispatch_8;
1828 wm._16PixelDispatchEnable = wm_prog_data->dispatch_16;
1829 wm._32PixelDispatchEnable = wm_prog_data->dispatch_32;
[all …]
Dbrw_binding_tables.c133 const struct brw_stage_prog_data *prog_data = brw->wm.base.prog_data; in brw_upload_wm_binding_table()
137 &brw->wm.base); in brw_upload_wm_binding_table()
257 OUT_BATCH(brw->wm.base.bind_bo_offset); in gfx4_upload_binding_table_pointers()
292 OUT_BATCH(brw->wm.base.bind_bo_offset); /* wm/ps */ in gfx6_upload_binding_table_pointers()
Dbrw_wm_surface_state.c586 const int surf_index = surf_offset - &brw->wm.base.surf_offset[0]; in brw_update_texture_surface()
814 struct brw_stage_state *stage_state = &brw->wm.base; in brw_upload_wm_pull_constants()
820 struct brw_stage_prog_data *prog_data = brw->wm.base.prog_data; in brw_upload_wm_pull_constants()
885 brw_get_scratch_bo(brw, &brw->wm.multisampled_null_render_target_bo, in emit_null_surface_state()
891 brw->wm.multisampled_null_render_target_bo, in emit_null_surface_state()
1024 uint32_t *surf_offsets = brw->wm.base.surf_offset; in update_renderbuffer_surfaces()
1085 brw_wm_prog_data(brw->wm.base.prog_data); in update_renderbuffer_read_surfaces()
1097 uint32_t *surf_offset = &brw->wm.base.surf_offset[surf_index]; in update_renderbuffer_read_surfaces()
1253 update_stage_texture_surfaces(brw, fs, &brw->wm.base, false, 0); in brw_update_texture_surfaces()
1268 update_stage_texture_surfaces(brw, fs, &brw->wm.base, true, 0); in brw_update_texture_surfaces()
[all …]
Dbrw_wm.c165 brw_alloc_stage_scratch(brw, &brw->wm.base, prog_data.base.total_scratch); in brw_codegen_wm_prog()
177 &brw->wm.base.prog_offset, &brw->wm.base.prog_data); in brw_codegen_wm_prog()
552 &brw->wm.base.prog_offset, &brw->wm.base.prog_data, in brw_upload_wm_prog()
622 uint32_t old_prog_offset = brw->wm.base.prog_offset; in brw_fs_precompile()
623 struct brw_stage_prog_data *old_prog_data = brw->wm.base.prog_data; in brw_fs_precompile()
634 brw->wm.base.prog_offset = old_prog_offset; in brw_fs_precompile()
635 brw->wm.base.prog_data = old_prog_data; in brw_fs_precompile()
/third_party/wayland-ivi-extension/weston-ivi-shell/
DCMakeLists.txt33 OUTPUT ivi-wm-server-protocol.h
35 < ${CMAKE_SOURCE_DIR}/protocol/ivi-wm.xml
36 > ${CMAKE_CURRENT_BINARY_DIR}/ivi-wm-server-protocol.h
37 DEPENDS ${CMAKE_SOURCE_DIR}/protocol/ivi-wm.xml
41 OUTPUT ivi-wm-protocol.c
43 < ${CMAKE_SOURCE_DIR}/protocol/ivi-wm.xml
44 > ${CMAKE_CURRENT_BINARY_DIR}/ivi-wm-protocol.c
45 DEPENDS ${CMAKE_SOURCE_DIR}/protocol/ivi-wm.xml
70 ivi-wm-protocol.c
71 ivi-wm-server-protocol.h
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/
DCMakeLists.txt34 OUTPUT ivi-wm-client-protocol.h
36 < ${CMAKE_SOURCE_DIR}/protocol/ivi-wm.xml
37 > ${CMAKE_CURRENT_BINARY_DIR}/ivi-wm-client-protocol.h
38 DEPENDS ${CMAKE_SOURCE_DIR}/protocol/ivi-wm.xml
42 OUTPUT ivi-wm-protocol.c
44 < ${CMAKE_SOURCE_DIR}/protocol/ivi-wm.xml
45 > ${CMAKE_CURRENT_BINARY_DIR}/ivi-wm-protocol.c
46 DEPENDS ${CMAKE_SOURCE_DIR}/protocol/ivi-wm.xml
80 ivi-wm-client-protocol.h
81 ivi-wm-protocol.c
/third_party/boost/tools/build/example/qt/qt4/uic/
Dmain.cpp16 Ui::HelloWorldWidget wm; in main() local
17 wm.setupUi(&w); in main()
19 QObject::connect(wm.OkButton, SIGNAL(clicked()), &w, SLOT(close())); in main()
/third_party/mesa3d/src/intel/blorp/
Dblorp_genX_exec.h834 blorp_emit(batch, GENX(3DSTATE_WM), wm); in blorp_emit_ps_config()
940 blorp_emit(batch, GENX(3DSTATE_WM), wm) { in blorp_emit_ps_config()
943 wm.DepthBufferClear = true; in blorp_emit_ps_config()
946 wm.DepthBufferResolveEnable = true; in blorp_emit_ps_config()
949 wm.HierarchicalDepthBufferResolveEnable = true; in blorp_emit_ps_config()
958 wm.ThreadDispatchEnable = true; in blorp_emit_ps_config()
959 wm.PixelShaderComputedDepthMode = prog_data->computed_depth_mode; in blorp_emit_ps_config()
963 wm.PixelShaderKillsPixel = true; in blorp_emit_ps_config()
966 wm.MultisampleRasterizationMode = MSRASTMODE_ON_PATTERN; in blorp_emit_ps_config()
967 wm.MultisampleDispatchMode = in blorp_emit_ps_config()
[all …]
/third_party/weston/compositor/
Dxwayland.c69 int sv[2], wm[2], fd; in spawn_xserver() local
79 if (socketpair(AF_UNIX, SOCK_STREAM | SOCK_CLOEXEC, 0, wm) < 0) { in spawn_xserver()
103 fd = dup(wm[1]); in spawn_xserver()
144 close(wm[1]); in spawn_xserver()
145 wxw->wm_fd = wm[0]; in spawn_xserver()
/third_party/boost/boost/graph/
Dcore_numbers.hpp129 void compute_in_degree_map(Graph& g, CoreMap d, EdgeWeightMap wm) in compute_in_degree_map() argument
141 put(d, target(*ei, g), get(d, target(*ei, g)) + get(wm, *ei)); in compute_in_degree_map()
150 Graph& g, CoreMap c, EdgeWeightMap wm, MutableQueue& Q, Visitor vis) in core_numbers_impl() argument
171 put(c, u, get(c, u) - get(wm, *oi)); in core_numbers_impl()
184 Graph& g, CoreMap c, EdgeWeightMap wm, IndexMap im, CoreNumVisitor vis) in core_numbers_dispatch() argument
205 return core_numbers_impl(g, c, wm, Q, vis); in core_numbers_dispatch()
341 CoreMap c, EdgeWeightMap wm, VertexIndexMap vim, CoreNumVisitor vis) in core_numbers() argument
343 detail::compute_in_degree_map(g, c, wm); in core_numbers()
344 return detail::core_numbers_dispatch(g, c, wm, vim, vis); in core_numbers()
/third_party/boost/libs/graph/test/
Dcloseness_centrality.cpp71 WeightMap wm(1); in test_undirected() local
73 floyd_warshall_all_pairs_shortest_paths(g, dm, weight_map(wm)); in test_undirected()
108 WeightMap wm(1); in test_directed() local
110 floyd_warshall_all_pairs_shortest_paths(g, dm, weight_map(wm)); in test_directed()
Deccentricity.cpp70 WeightMap wm(1); in test_undirected() local
72 floyd_warshall_all_pairs_shortest_paths(g, dm, weight_map(wm)); in test_undirected()
111 WeightMap wm(1); in test_directed() local
113 floyd_warshall_all_pairs_shortest_paths(g, dm, weight_map(wm)); in test_directed()
Dmean_geodesic.cpp72 WeightMap wm(1); in test_undirected() local
74 floyd_warshall_all_pairs_shortest_paths(g, dm, weight_map(wm)); in test_undirected()
112 WeightMap wm(1); in test_directed() local
114 floyd_warshall_all_pairs_shortest_paths(g, dm, weight_map(wm)); in test_directed()
/third_party/boost/libs/graph/example/
Dhelper.hpp80 read_weighted_graph(Graph& g, NameMap nm, WeightMap wm, InputStream& is) in read_weighted_graph() argument
106 put(wm, e, p); in read_weighted_graph()
114 read_weighted_graph(Graph& g, WeightMap wm, InputStream& is) in read_weighted_graph() argument
119 return read_weighted_graph(g, NameMap(), wm, is); in read_weighted_graph()
Dinclusive_mean_geodesic.cpp94 WeightMap wm(get(&Link::probability, g)); in main() local
97 read_weighted_graph(g, nm, wm, cin); in main()
104 floyd_warshall_all_pairs_shortest_paths(g, dm, weight_map(wm)); in main()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_asm.h119 unsigned wm = 0; in inst_write_mask_compose() local
123 wm |= (1 << i); in inst_write_mask_compose()
127 return wm; in inst_write_mask_compose()
/third_party/gn/src/gn/format_test_data/
D062.gn85 "wm/drag_window_resizer_unittest.cc",
88 "wm/maximize_mode/maximize_mode_controller_unittest.cc",
95 "wm/workspace/workspace_window_resizer_unittest.cc",

12345