Home
last modified time | relevance | path

Searched refs:wl (Results 1 - 25 of 42) sorted by relevance

12

/third_party/glfw/src/
H A Dwl_init.c114 _glfw.wl.compositor = in registryHandleGlobal()
120 _glfw.wl.subcompositor = in registryHandleGlobal()
125 _glfw.wl.shm = in registryHandleGlobal()
134 if (!_glfw.wl.seat) in registryHandleGlobal()
136 _glfw.wl.seat = in registryHandleGlobal()
139 _glfwAddSeatListenerWayland(_glfw.wl.seat); in registryHandleGlobal()
141 if (wl_seat_get_version(_glfw.wl.seat) >= in registryHandleGlobal()
144 _glfw.wl.keyRepeatTimerfd = in registryHandleGlobal()
151 if (!_glfw.wl.dataDeviceManager) in registryHandleGlobal()
153 _glfw.wl in registryHandleGlobal()
[all...]
H A Dwl_window.c169 struct wl_shm_pool* pool = wl_shm_create_pool(_glfw.wl.shm, fd, length); in createShmBuffer()
203 edge->surface = wl_compositor_create_surface(_glfw.wl.compositor); in createFallbackEdge()
205 wl_proxy_set_tag((struct wl_proxy*) edge->surface, &_glfw.wl.tag); in createFallbackEdge()
206 edge->subsurface = wl_subcompositor_get_subsurface(_glfw.wl.subcompositor, in createFallbackEdge()
209 edge->viewport = wp_viewporter_get_viewport(_glfw.wl.viewporter, in createFallbackEdge()
214 struct wl_region* region = wl_compositor_create_region(_glfw.wl.compositor); in createFallbackEdge()
226 if (!_glfw.wl.viewporter) in createFallbackDecorations()
229 if (!window->wl.fallback.buffer) in createFallbackDecorations()
230 window->wl.fallback.buffer = createShmBuffer(&image); in createFallbackDecorations()
231 if (!window->wl in createFallbackDecorations()
[all...]
H A Dwl_platform.h68 #define wl_display_flush _glfw.wl.client.display_flush
69 #define wl_display_cancel_read _glfw.wl.client.display_cancel_read
70 #define wl_display_dispatch_pending _glfw.wl.client.display_dispatch_pending
71 #define wl_display_read_events _glfw.wl.client.display_read_events
72 #define wl_display_disconnect _glfw.wl.client.display_disconnect
73 #define wl_display_roundtrip _glfw.wl.client.display_roundtrip
74 #define wl_display_get_fd _glfw.wl.client.display_get_fd
75 #define wl_display_prepare_read _glfw.wl.client.display_prepare_read
76 #define wl_proxy_marshal _glfw.wl.client.proxy_marshal
77 #define wl_proxy_add_listener _glfw.wl
[all...]
H A Dwl_monitor.c54 monitor->wl.x = x; in outputHandleGeometry()
55 monitor->wl.y = y; in outputHandleGeometry()
86 monitor->wl.currentMode = monitor->modeCount - 1; in outputHandleMode()
96 const GLFWvidmode* mode = &monitor->modes[monitor->wl.currentMode]; in outputHandleDone()
116 monitor->wl.scale = factor; in outputHandleScale()
120 for (size_t i = 0; i < window->wl.outputScaleCount; i++) in outputHandleScale()
122 if (window->wl.outputScales[i].output == monitor->wl.output) in outputHandleScale()
124 window->wl.outputScales[i].factor = monitor->wl in outputHandleScale()
[all...]
H A Dinit.c65 .wl =
463 _glfwInitHints.wl.libdecorMode = value; in glfwInitHint()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_worklist.h88 nir_instr_worklist *wl = malloc(sizeof(nir_instr_worklist)); in nir_instr_worklist_create() local
89 if (!wl) in nir_instr_worklist_create()
92 if (!u_vector_init_pow2(&wl->instr_vec, 8, sizeof(struct nir_instr *))) { in nir_instr_worklist_create()
93 free(wl); in nir_instr_worklist_create()
97 return wl; in nir_instr_worklist_create()
101 nir_instr_worklist_length(nir_instr_worklist *wl) in nir_instr_worklist_length() argument
103 return u_vector_length(&wl->instr_vec); in nir_instr_worklist_length()
107 nir_instr_worklist_is_empty(nir_instr_worklist *wl) in nir_instr_worklist_is_empty() argument
109 return nir_instr_worklist_length(wl) == 0; in nir_instr_worklist_is_empty()
113 nir_instr_worklist_destroy(nir_instr_worklist *wl) in nir_instr_worklist_destroy() argument
120 nir_instr_worklist_push_tail(nir_instr_worklist *wl, nir_instr *instr) nir_instr_worklist_push_tail() argument
127 nir_instr_worklist_pop_head(nir_instr_worklist *wl) nir_instr_worklist_pop_head() argument
[all...]
H A Dnir_worklist.c41 nir_instr_worklist *wl = state; in nir_instr_worklist_add_srcs_cb() local
44 nir_instr_worklist_push_tail(wl, src->ssa->parent_instr); in nir_instr_worklist_add_srcs_cb()
50 nir_instr_worklist_add_ssa_srcs(nir_instr_worklist *wl, nir_instr *instr) in nir_instr_worklist_add_ssa_srcs() argument
52 nir_foreach_src(instr, nir_instr_worklist_add_srcs_cb, wl); in nir_instr_worklist_add_ssa_srcs()
/third_party/node/deps/openssl/openssl/crypto/ripemd/asm/
H A Drmd-586.pl41 @wl=( 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,10,11,12,13,14,15,
359 &RIP1($A,$B,$C,$D,$E,$wl[ 0],$sl[ 0],-1);
360 &RIP1($E,$A,$B,$C,$D,$wl[ 1],$sl[ 1],0);
361 &RIP1($D,$E,$A,$B,$C,$wl[ 2],$sl[ 2],0);
362 &RIP1($C,$D,$E,$A,$B,$wl[ 3],$sl[ 3],0);
363 &RIP1($B,$C,$D,$E,$A,$wl[ 4],$sl[ 4],0);
364 &RIP1($A,$B,$C,$D,$E,$wl[ 5],$sl[ 5],0);
365 &RIP1($E,$A,$B,$C,$D,$wl[ 6],$sl[ 6],0);
366 &RIP1($D,$E,$A,$B,$C,$wl[ 7],$sl[ 7],0);
367 &RIP1($C,$D,$E,$A,$B,$wl[
[all...]
/third_party/openssl/crypto/ripemd/asm/
H A Drmd-586.pl41 @wl=( 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,10,11,12,13,14,15,
359 &RIP1($A,$B,$C,$D,$E,$wl[ 0],$sl[ 0],-1);
360 &RIP1($E,$A,$B,$C,$D,$wl[ 1],$sl[ 1],0);
361 &RIP1($D,$E,$A,$B,$C,$wl[ 2],$sl[ 2],0);
362 &RIP1($C,$D,$E,$A,$B,$wl[ 3],$sl[ 3],0);
363 &RIP1($B,$C,$D,$E,$A,$wl[ 4],$sl[ 4],0);
364 &RIP1($A,$B,$C,$D,$E,$wl[ 5],$sl[ 5],0);
365 &RIP1($E,$A,$B,$C,$D,$wl[ 6],$sl[ 6],0);
366 &RIP1($D,$E,$A,$B,$C,$wl[ 7],$sl[ 7],0);
367 &RIP1($C,$D,$E,$A,$B,$wl[
[all...]
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_window.py12 wl = window.WindowList()
13 self.assertEqual(wl.dict, {})
14 self.assertEqual(wl.callbacks, [])
/third_party/icu/icu4c/source/test/perf/ustrperf/
H A Dstringperf.h251 int32_t wl; in prepareLinesForStd() local
257 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len, &err); in prepareLinesForStd()
258 memcpy(wlines_[i].name, wcs, wl * sizeof(wchar_t)); in prepareLinesForStd()
259 wlines_[i].len = wl; in prepareLinesForStd()
262 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len-1, &err); in prepareLinesForStd()
263 memcpy(wlines_[i].name, wcs, wl*sizeof(wchar_t)); in prepareLinesForStd()
264 wlines_[i].len = wl; in prepareLinesForStd()
/third_party/skia/src/opts/
H A DSkBitmapProcState_opts.h91 wl = _mm256_sub_epi8(_mm256_set1_epi8(16), wr); in S32_alpha_D32_filter_DX()
95 _mm256_unpacklo_epi8(wl,wr)); in S32_alpha_D32_filter_DX()
97 _mm256_unpackhi_epi8(wl,wr)); in S32_alpha_D32_filter_DX()
256 // and sixteen minus that as wl for pixels on the left at x0. in S32_alpha_D32_filter_DX()
258 wl = _mm_sub_epi8(_mm_set1_epi8(16), wr); in S32_alpha_D32_filter_DX() local
260 // We need to interlace wl and wr for _mm_maddubs_epi16(). in S32_alpha_D32_filter_DX()
261 __m128i interlaced_x_weights_AB = _mm_unpacklo_epi8(wl,wr), in S32_alpha_D32_filter_DX()
262 interlaced_x_weights_CD = _mm_unpackhi_epi8(wl,wr); in S32_alpha_D32_filter_DX()
293 // As above, splat out wx four times as wr, and sixteen minus that as wl. in S32_alpha_D32_filter_DX()
295 wl in S32_alpha_D32_filter_DX() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Ddirac_dwt.c73 int wl = d->width >> level; in ff_spatial_idwt_slice2() local
78 d->spatial_compose(d, level, wl, hl, stride_l); in ff_spatial_idwt_slice2()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_nir_optim.c31 add_src_instr_to_worklist(nir_src *src, void *wl) in add_src_instr_to_worklist() argument
36 nir_instr_worklist_push_tail(wl, src->ssa->parent_instr); in add_src_instr_to_worklist()
/third_party/ltp/testcases/kernel/mce-test/drivers/kdump/
H A Ddriver.sh142 wl=$(stat -c '%s' $gcov_head_raw)
143 h=$(echo -n 0x; od -A n -t x$wl $gcov_head_raw | tr -d ' ')
/third_party/mesa3d/include/
H A Dkopper_interface.h92 VkWaylandSurfaceCreateInfoKHR wl; member
/third_party/python/Objects/
H A Dlistobject.c2163 PyLongObject *vl, *wl; sdigit v0, w0; int res; in unsafe_long_compare() local
2172 wl = (PyLongObject*)w; in unsafe_long_compare()
2175 w0 = Py_SIZE(wl) == 0 ? 0 : (sdigit)wl->ob_digit[0]; in unsafe_long_compare()
2179 if (Py_SIZE(wl) < 0) in unsafe_long_compare()
2710 PyListObject *vl, *wl; in list_richcompare() local
2717 wl = (PyListObject *)w; in list_richcompare()
2719 if (Py_SIZE(vl) != Py_SIZE(wl) && (op == Py_EQ || op == Py_NE)) { in list_richcompare()
2728 for (i = 0; i < Py_SIZE(vl) && i < Py_SIZE(wl); i++) { in list_richcompare()
2730 PyObject *witem = wl in list_richcompare()
[all...]
/third_party/libabigail/
H A Dltmain.sh5144 single_module="${wl}-single_module"
5439 func_append compiler_flags " $wl$qarg"
5441 func_append compile_command " $wl$qarg"
5442 func_append finalize_command " $wl$qarg"
5651 single_module="${wl}-multi_module"
5791 func_append arg " $wl$func_quote_for_eval_result"
5792 func_append compiler_flags " $wl$func_quote_for_eval_result"
7049 func_append compiler_flags " ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}"
7387 xlcverstring="${wl}
[all...]
/third_party/skia/third_party/externals/microhttpd/
H A Dltmain.sh5164 single_module="${wl}-single_module"
5459 func_append compiler_flags " $wl$qarg"
5461 func_append compile_command " $wl$qarg"
5462 func_append finalize_command " $wl$qarg"
5671 single_module="${wl}-multi_module"
5811 func_append arg " $wl$func_quote_for_eval_result"
5812 func_append compiler_flags " $wl$func_quote_for_eval_result"
7072 func_append compiler_flags " ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}"
7413 xlcverstring="${wl}
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcustrtrn.c1390 int32_t wl; in Test_widestrs() local
1403 wcs = u_strToWCS(ws, wcap, &wl, ustr, ul, &err); in Test_widestrs()
1408 if(ul!=wl){ in Test_widestrs()
1409 log_err("u_strToWCS: ustr = %s, ul = %d, ws = %S, wl = %d!\n", u_austrcpy(astr, ustr), ul, ws, wl); in Test_widestrs()
1412 wl = (int32_t)uprv_wcslen(wcs); in Test_widestrs()
1413 cp = u_strFromWCS(rts, rtcap, &rtl, wcs, wl, &err); in Test_widestrs()
1419 if(wl != rtl){ in Test_widestrs()
1420 log_err("u_strFromWCS: wcs = %S, wl = %d,rts = %s, rtl = %d!\n", wcs, wl, u_austrcp in Test_widestrs()
[all...]
/third_party/eudev/
H A Dltmain.sh6611 single_module=$wl-single_module
6917 func_append compiler_flags " $wl$qarg"
6919 func_append compile_command " $wl$qarg"
6920 func_append finalize_command " $wl$qarg"
7134 single_module=$wl-multi_module
7279 func_append arg " $wl$func_quote_for_eval_result"
7280 func_append compiler_flags " $wl$func_quote_for_eval_result"
8564 func_append compiler_flags " $wl-dylib_file $wl$darwin_install_name:$depdepl"
8933 xlcverstring="$wl
[all...]
/third_party/curl/
H A Dltmain.sh6812 single_module=$wl-single_module
7125 func_append compiler_flags " $wl$qarg"
7127 func_append compile_command " $wl$qarg"
7128 func_append finalize_command " $wl$qarg"
7354 single_module=$wl-multi_module
7499 func_append arg " $wl$func_quote_arg_result"
7500 func_append compiler_flags " $wl$func_quote_arg_result"
8795 func_append compiler_flags " $wl-dylib_file $wl$darwin_install_name:$depdepl"
9167 xlcverstring="$wl
[all...]
/third_party/lame/
H A Dltmain.sh6563 single_module=$wl-single_module
6869 func_append compiler_flags " $wl$qarg"
6871 func_append compile_command " $wl$qarg"
6872 func_append finalize_command " $wl$qarg"
7086 single_module=$wl-multi_module
7231 func_append arg " $wl$func_quote_for_eval_result"
7232 func_append compiler_flags " $wl$func_quote_for_eval_result"
8512 func_append compiler_flags " $wl-dylib_file $wl$darwin_install_name:$depdepl"
8881 xlcverstring="$wl
[all...]
/third_party/node/deps/cares/
H A Dltmain.sh6812 single_module=$wl-single_module
7125 func_append compiler_flags " $wl$qarg"
7127 func_append compile_command " $wl$qarg"
7128 func_append finalize_command " $wl$qarg"
7354 single_module=$wl-multi_module
7499 func_append arg " $wl$func_quote_arg_result"
7500 func_append compiler_flags " $wl$func_quote_arg_result"
8795 func_append compiler_flags " $wl-dylib_file $wl$darwin_install_name:$depdepl"
9167 xlcverstring="$wl
[all...]
/third_party/node/deps/cares/config/
H A Dltmain.sh6812 single_module=$wl-single_module
7125 func_append compiler_flags " $wl$qarg"
7127 func_append compile_command " $wl$qarg"
7128 func_append finalize_command " $wl$qarg"
7354 single_module=$wl-multi_module
7499 func_append arg " $wl$func_quote_arg_result"
7500 func_append compiler_flags " $wl$func_quote_arg_result"
8795 func_append compiler_flags " $wl-dylib_file $wl$darwin_install_name:$depdepl"
9167 xlcverstring="$wl
[all...]

Completed in 59 milliseconds

12