Home
last modified time | relevance | path

Searched refs:x11 (Results 1 – 25 of 1260) sorted by relevance

12345678910>>...51

/third_party/flutter/glfw/src/
Dx11_window.c59 const int fd = ConnectionNumber(_glfw.x11.display); in waitForEvent()
103 while (!XCheckTypedWindowEvent(_glfw.x11.display, in waitForVisibilityNotify()
104 window->x11.handle, in waitForVisibilityNotify()
125 if (_glfwGetWindowPropertyX11(window->x11.handle, in getWindowState()
126 _glfw.x11.WM_STATE, in getWindowState()
127 _glfw.x11.WM_STATE, in getWindowState()
153 event->xproperty.window == window->x11.handle && in isFrameExtentsEvent()
154 event->xproperty.atom == _glfw.x11.NET_FRAME_EXTENTS; in isFrameExtentsEvent()
206 return _glfw.x11.publicKeys[scancode]; in translateKey()
215 if (XFindContext(_glfw.x11.display, in findWindowByHandle()
[all …]
Dx11_init.c49 if (_glfw.x11.xkb.available) in translateKeyCode()
55 keySym = XkbKeycodeToKeysym(_glfw.x11.display, scancode, 0, 1); in translateKeyCode()
77 keySym = XkbKeycodeToKeysym(_glfw.x11.display, scancode, 0, 0); in translateKeyCode()
84 keySyms = XGetKeyboardMapping(_glfw.x11.display, scancode, 1, &dummy); in translateKeyCode()
235 memset(_glfw.x11.publicKeys, -1, sizeof(_glfw.x11.publicKeys)); in createKeyTables()
236 memset(_glfw.x11.nativeKeys, -1, sizeof(_glfw.x11.nativeKeys)); in createKeyTables()
238 if (_glfw.x11.xkb.available) in createKeyTables()
244 XkbDescPtr desc = XkbGetMap(_glfw.x11.display, 0, XkbUseCoreKbd); in createKeyTables()
245 XkbGetNames(_glfw.x11.display, XkbKeyNamesMask, desc); in createKeyTables()
308 _glfw.x11.publicKeys[scancode] = key; in createKeyTables()
[all …]
Dx11_monitor.c87 _glfwSplitBPP(DefaultDepth(_glfw.x11.display, _glfw.x11.screen), in vidmodeFromModeInfo()
102 if (_glfw.x11.randr.available && !_glfw.x11.randr.monitorBroken) in _glfwSetVideoModeX11()
117 sr = XRRGetScreenResources(_glfw.x11.display, _glfw.x11.root); in _glfwSetVideoModeX11()
118 ci = XRRGetCrtcInfo(_glfw.x11.display, sr, monitor->x11.crtc); in _glfwSetVideoModeX11()
119 oi = XRRGetOutputInfo(_glfw.x11.display, sr, monitor->x11.output); in _glfwSetVideoModeX11()
137 if (monitor->x11.oldMode == None) in _glfwSetVideoModeX11()
138 monitor->x11.oldMode = ci->mode; in _glfwSetVideoModeX11()
140 XRRSetCrtcConfig(_glfw.x11.display, in _glfwSetVideoModeX11()
141 sr, monitor->x11.crtc, in _glfwSetVideoModeX11()
169 if (_glfw.x11.randr.available && !_glfw.x11.randr.monitorBroken) in _glfwRestoreVideoModeX11()
[all …]
/third_party/cef/libcef/browser/native/
Dwindow_x11.cc33 x11::Window FindChild(x11::Window window) { in FindChild()
34 auto query_tree = x11::Connection::Get()->QueryTree({window}).Sync(); in FindChild()
39 return x11::Window::None; in FindChild()
42 x11::Window FindToplevelParent(x11::Window window) { in FindToplevelParent()
43 x11::Window top_level_window = window; in FindToplevelParent()
46 auto query_tree = x11::Connection::Get()->QueryTree({window}).Sync(); in FindToplevelParent()
51 if (!ui::PropertyExists(query_tree->parent, x11::GetAtom(kNetWMPid)) || in FindToplevelParent()
67 return x11::Connection::Get()->GetXlibDisplay(); in cef_get_xdisplay()
71 x11::Window parent_xwindow, in CefWindowX11()
75 connection_(x11::Connection::Get()), in CefWindowX11()
[all …]
Dwindow_x11.h20 namespace x11 {
33 public x11::EventObserver {
36 x11::Window parent_xwindow,
63 void OnEvent(const x11::Event& event) override;
65 x11::Window xwindow() const { return xwindow_; } in xwindow()
73 void ProcessXEvent(const x11::Event& xev);
78 x11::Connection* const connection_;
79 x11::Window parent_xwindow_;
80 x11::Window xwindow_;
83 std::unique_ptr<x11::XScopedEventSelector> xwindow_events_;
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/assembly/arm64/
DMatmulFp32OptRow12.S50 mov x11, x2
93 mov x11, x2
96 mov x11, x20
377 str s8, [x11]
380 add x11, x11, x8
381 str s10, [x11]
384 add x11, x11, x8
385 str s12, [x11]
388 add x11, x11, x8
389 str s14, [x11]
[all …]
DMatmulFp32OptRow8.S50 mov x11, x2
93 mov x11, x2
96 mov x11, x20
319 str s8, [x11]
322 add x11, x11, x8
323 str s10, [x11]
326 add x11, x11, x8
327 str s12, [x11]
330 add x11, x11, x8
331 str s14, [x11]
[all …]
DMatmulFp32OptRow4.S51 mov x11, x2
94 mov x11, x2
97 mov x11, x20
260 str s8, [x11]
263 add x11, x11, x8
264 str s10, [x11]
267 add x11, x11, x8
268 str s12, [x11]
271 add x11, x11, x8
272 str s14, [x11]
[all …]
DMatmulFp32Opt.S50 mov x11, x2
100 mov x11, x2
103 mov x11, x20
371 mov x11, x2
374 mov x11, x20
581 mov x11, x2
584 mov x11, x20
745 str s8, [x11]
748 add x11, x11, x8
749 str s10, [x11]
[all …]
DAdderFp32.S61 mov x11, x2
219 mov x11, x2
337 mov x11, x2
423 str s9, [x11]
426 add x11, x11, x8
427 str s11, [x11]
430 add x11, x11, x8
431 str s13, [x11]
434 add x11, x11, x8
435 str s15, [x11]
[all …]
DMatmulWinogradFp32.S47 mov x11, x6 // in_channel
51 cmp x11, #16
53 cmp x11, #8
55 cmp x11, #4
57 cmp x11, #1
85 subs x11, x11, #16
87 cmp x11, #16
89 cmp x11, #8
91 cmp x11, #4
93 cmp x11, #1
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/assembly/fp16/
DMatmulFp16Opt.S47 mov x11, x2
79 mov x11, x2
274 mov x11, x2
397 mov x11, x2
484 mov x11, x2
553 mov x11, x2
627 str h16, [x11]
630 add x11, x11, x8
631 str h17, [x11]
634 add x11, x11, x8
[all …]
DMatmul12X16Fp16.S112 mov x11, x2 // cur_output
306 mov x11, x2 // cur_output
452 mov x11, x2 // cur_output
550 mov x11, x2 // cur_output
624 mov x11, x2 // cur_output
715 str h8, [x11]
718 add x11, x11, x8
719 str h10, [x11]
722 add x11, x11, x8
723 str h12, [x11]
[all …]
DMatmulBaseFp16Neon.S47 mov x11, x2
64 mov x11, x2
230 st1 {v16.8h}, [x11], x8
231 st1 {v17.8h}, [x11], x8
232 st1 {v18.8h}, [x11], x8
233 st1 {v19.8h}, [x11], x8
234 st1 {v20.8h}, [x11], x8
235 st1 {v21.8h}, [x11], x8
236 st1 {v22.8h}, [x11], x8
237 st1 {v23.8h}, [x11], x8
[all …]
DMatmulWinogradFp16.S48 mov x11, x6 // in_channel
52 cmp x11, #32
54 cmp x11, #16
56 cmp x11, #8
58 cmp x11, #4
60 cmp x11, #1
88 subs x11, x11, #32
90 cmp x11, #32
92 cmp x11, #16
94 cmp x11, #8
[all …]
/third_party/typescript/tests/baselines/reference/
DletAndVarRedeclaration.symbols67 let x11;
68 >x11 : Symbol(x11, Decl(letAndVarRedeclaration.ts, 36, 3))
70 for (var x11; ;) {
71 >x11 : Symbol(x11, Decl(letAndVarRedeclaration.ts, 37, 8))
77 let x11;
78 >x11 : Symbol(x11, Decl(letAndVarRedeclaration.ts, 41, 7))
80 for (var x11; ;) {
81 >x11 : Symbol(x11, Decl(letAndVarRedeclaration.ts, 42, 12))
88 let x11;
89 >x11 : Symbol(x11, Decl(letAndVarRedeclaration.ts, 47, 7))
[all …]
DletAndVarRedeclaration.js38 let x11; variable
39 for (var x11; ;) {
43 let x11;
44 for (var x11; ;) {
49 let x11; variable
50 for (var x11; ;) {
88 let x11; variable
89 for (var x11;;) {
92 let x11;
93 for (var x11;;) {
[all …]
DletAndVarRedeclaration.types67 let x11;
68 >x11 : any
70 for (var x11; ;) {
71 >x11 : any
77 let x11;
78 >x11 : any
80 for (var x11; ;) {
81 >x11 : any
88 let x11;
89 >x11 : any
[all …]
DletAndVarRedeclaration.errors.txt16 …mpiler/letAndVarRedeclaration.ts(37,5): error TS2451: Cannot redeclare block-scoped variable 'x11'.
17 …piler/letAndVarRedeclaration.ts(38,10): error TS2451: Cannot redeclare block-scoped variable 'x11'.
18 …mpiler/letAndVarRedeclaration.ts(42,9): error TS2451: Cannot redeclare block-scoped variable 'x11'.
19 …piler/letAndVarRedeclaration.ts(43,14): error TS2451: Cannot redeclare block-scoped variable 'x11'.
20 …mpiler/letAndVarRedeclaration.ts(48,9): error TS2451: Cannot redeclare block-scoped variable 'x11'.
21 …piler/letAndVarRedeclaration.ts(49,14): error TS2451: Cannot redeclare block-scoped variable 'x11'.
91 let x11;
93 !!! error TS2451: Cannot redeclare block-scoped variable 'x11'.
94 for (var x11; ;) {
96 !!! error TS2451: Cannot redeclare block-scoped variable 'x11'.
[all …]
Des6ImportDefaultBindingFollowedWithNamedImportDts.js9 export class x11 { } class
20 import defaultBinding5, { x11 as z, } from "./server";
29 exports.x11 = exports.a12 = exports.a11 = exports.m = exports.x = exports.a = void 0;
60 var x11 = /** @class */ (function () { function
61 function x11() { function
63 return x11;
65 exports.x11 = x11;
78 exports.x3 = new server_4.x11();
94 export declare class x11 {
104 import { x11 as z } from "./server";
Des6ImportNamedImportDts.types14 export class x11 { }
15 >x11 : x11
78 import { x11 as z, } from "./server";
79 >x11 : typeof z
109 import { a111 as a11, x111 as x11 } from "./server";
112 >x111 : typeof x11
113 >x11 : typeof x11
120 export var xxxx9 = new x11();
121 >xxxx9 : x11
122 >new x11() : x11
[all …]
Des6ImportNamedImportDts.js8 export class x11 { } class
28 import { x11 as z, } from "./server";
35 import { a111 as a11, x111 as x11 } from "./server";
37 export var xxxx9 = new x11();
51 …xports.x111 = exports.a111 = exports.x1 = exports.a1 = exports.m = exports.x11 = exports.x = expor…
76 var x11 = /** @class */ (function () { function
77 function x11() { function
79 return x11;
81 exports.x11 = x11;
148 exports.xxxx4 = new server_4.x11();
[all …]
/third_party/vk-gl-cts/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp61 VulkanWindowXlib (MovePtr<x11::XlibWindow> window) in VulkanWindowXlib()
78 UniquePtr<x11::XlibWindow> m_window;
84 VulkanDisplayXlib (MovePtr<x11::DisplayBase> display) in VulkanDisplayXlib()
85 …: vk::wsi::XlibDisplayInterface (vk::pt::XlibDisplayPtr(((x11::XlibDisplay*)display.get())->getXDi… in VulkanDisplayXlib()
92 x11::XlibDisplay* instance = (x11::XlibDisplay*)(m_display.get()); in createWindow()
95 …return new VulkanWindowXlib(MovePtr<x11::XlibWindow>(new x11::XlibWindow(*instance, (int)width, (i… in createWindow()
99 MovePtr<x11::DisplayBase> m_display;
109 VulkanWindowXcb (MovePtr<x11::XcbWindow> window) in VulkanWindowXcb()
126 UniquePtr<x11::XcbWindow> m_window;
132 VulkanDisplayXcb (MovePtr<x11::DisplayBase> display) in VulkanDisplayXcb()
[all …]
/third_party/weston/libweston/backend-x11/
Dmeson.build2 if not get_option('backend-x11')
9 'x11.c',
15 …error('x11-backend requires xcb >= 1.8 which was not found. Or, you can use \'-Dbackend-x11=false\…
26 foreach name : [ 'xcb-shm', 'x11', 'x11-xcb' ]
29 …error('x11-backend requires @0@ which was not found. Or, you can use \'-Dbackend-x11=false\'.'.for…
42 …error('x11-backend + gl-renderer requires egl which was not found. Or, you can use \'-Dbackend-x11
48 'x11-backend',
56 env_modmap += 'x11-backend.so=@0@;'.format(plugin_x11.full_path())
/third_party/openssl/crypto/bn/asm/arm64/
Darmv8-mont.S30 umulh x11,x8,x9
57 adc x7,x11,xzr
63 umulh x11,x8,x9
75 adc x7,x11,xzr
100 umulh x11,x8,x9
120 adc x7,x11,xzr
128 umulh x11,x8,x9
142 adc x7,x11,xzr
224 ldp x10,x11,[x1,#8*4]
298 mul x14,x11,x6
[all …]

12345678910>>...51