Home
last modified time | relevance | path

Searched refs:X11 (Results 1 – 25 of 266) sorted by relevance

1234567891011

/external/libxaac/decoder/armv8/
Dixheaacd_overlap_add2.s28 stp X10, X11, [sp, #-16]!
39 ldp X10, X11, [sp], #16
60 LSL X11, X6, #2
105 ST1 {V24.S}[0], [X2], X11
107 ST1 {V24.S}[1], [X2], X11
109 ST1 {V24.S}[2], [X2], X11
112 ST1 {V24.S}[3], [X2], X11
127 ST1 {V16.S}[0], [X2], X11
134 ST1 {V16.S}[1], [X2], X11
135 ST1 {V16.S}[2], [X2], X11
[all …]
Dixheaacd_overlap_add1.s27 stp X10, X11, [sp, #-16]!
38 ldp X10, X11, [sp], #16
52 SUB X11, X10, #1
53 LSL X10, X11, #2
56 LSL X8, X11, #1
69 SUB X11, X5, #1
78 LSL X11, X11, #1
81 ADD X11, X11, X2
141 ST1 {V13.S}[0], [X11], X4
143 ST1 {V13.S}[1], [X11], X4
[all …]
Dixheaacd_sbr_imdct_using_fft.s28 stp X10, X11, [sp, #-16]!
39 ldp X10, X11, [sp], #16
81 MOV X11 , X2
135 ADD X11, X11, X12, LSL #3
136 LD2 {V0.S, V1.S}[3], [X11] , X1
137 ADD X11, X11, X1
138 LD2 {V4.S, V5.S}[3], [X11] , X1
139 SUB X11, X11, X1, LSL #1
153 LD2 {V2.S, V3.S}[3], [X11] , X1
154 ADD X11, X11, X1
[all …]
Dixheaacd_imdct_using_fft.s28 stp X10, X11, [sp, #-16]!
39 ldp X10, X11, [sp], #16
111 MOv X11 , X2
165 ADD X11, X11, X12, LSL #3
166 LD2 {v0.S, v1.S}[3], [X11] , X1
167 ADD X11, X11, X1
168 LD2 {v4.S, v5.S}[3], [X11] , X1
169 SUB X11, X11, X1, LSL #1
183 LD2 {v2.S, v3.S}[3], [X11] , X1
184 ADD X11, X11, X1
[all …]
Dixheaacd_shiftrountine_with_round.s3 stp X10, X11, [sp, #-16]!
20 ldp X10, X11, [sp], #16
/external/pigweed/pw_preprocessor/
Darguments_test.cc308 static_assert(PW_MACRO_ARG_COUNT(X1, X2, X3, X4, X5, X6, X7, X8, X9, X10, X11) == 11); in TEST()
309 static_assert(PW_MACRO_ARG_COUNT(X1, X2, X3, X4, X5, X6, X7, X8, X9, X10, X11, X12) == 12); in TEST()
310 static_assert(PW_MACRO_ARG_COUNT(X1, X2, X3, X4, X5, X6, X7, X8, X9, X10, X11, X12, X13) == 13); in TEST()
311 …static_assert(PW_MACRO_ARG_COUNT(X1, X2, X3, X4, X5, X6, X7, X8, X9, X10, X11, X12, X13, X14) == 1… in TEST()
312 …static_assert(PW_MACRO_ARG_COUNT(X1, X2, X3, X4, X5, X6, X7, X8, X9, X10, X11, X12, X13, X14, X15)… in TEST()
313 …static_assert(PW_MACRO_ARG_COUNT(X1, X2, X3, X4, X5, X6, X7, X8, X9, X10, X11, X12, X13, X14, X15,… in TEST()
314 …static_assert(PW_MACRO_ARG_COUNT(X1, X2, X3, X4, X5, X6, X7, X8, X9, X10, X11, X12, X13, X14, X15,… in TEST()
315 …static_assert(PW_MACRO_ARG_COUNT(X1, X2, X3, X4, X5, X6, X7, X8, X9, X10, X11, X12, X13, X14, X15,… in TEST()
316 …static_assert(PW_MACRO_ARG_COUNT(X1, X2, X3, X4, X5, X6, X7, X8, X9, X10, X11, X12, X13, X14, X15,… in TEST()
317 …static_assert(PW_MACRO_ARG_COUNT(X1, X2, X3, X4, X5, X6, X7, X8, X9, X10, X11, X12, X13, X14, X15,… in TEST()
[all …]
/external/deqp/framework/platform/
DCMakeLists.txt39 include_directories(lnx/X11)
49 lnx/X11/tcuLnxX11.cpp
50 lnx/X11/tcuLnxX11.hpp
51 lnx/X11/tcuLnxX11EglDisplayFactory.hpp
52 lnx/X11/tcuLnxX11EglDisplayFactory.cpp
58 lnx/X11/tcuLnxX11Xcb.hpp
59 lnx/X11/tcuLnxX11Xcb.cpp
66 lnx/X11/tcuLnxX11GlxPlatform.hpp
67 lnx/X11/tcuLnxX11GlxPlatform.cpp
199 # X11 libraries
[all …]
/external/deqp/targets/x11_glx/
Dx11_glx.cmake21 message("*** Using X11 GLX target")
22 set(DEQP_TARGET_NAME "X11 GLX")
25 # Use X11 target
28 find_package(X11)
30 message(FATAL_ERROR "X11 development package not found")
/external/deqp/targets/x11_egl_glx/
Dx11_egl_glx.cmake21 message("*** Using X11 EGL/GLX target")
22 set(DEQP_TARGET_NAME "X11 EGL/GLX")
25 # Use X11 target
28 find_package(X11)
30 message(FATAL_ERROR "X11 development package not found")
/external/swiftshader/tests/regres/deqp-patches/
Ddeqp-x11.patch11 diff --git a/framework/platform/lnx/X11/tcuLnxX11.cpp b/framework/platform/lnx/X11/tcuLnxX11.cpp
13 --- a/framework/platform/lnx/X11/tcuLnxX11.cpp
14 +++ b/framework/platform/lnx/X11/tcuLnxX11.cpp
21 #include <X11/Xutil.h>
/external/deqp/targets/x11_egl/
Dx11_egl.cmake21 message("*** Using X11 EGL target")
22 set(DEQP_TARGET_NAME "X11 EGL")
25 # Use X11 target
28 find_package(X11)
30 message(FATAL_ERROR "X11 development package not found")
/external/libxkbcommon/
DREADME.md20 To build for use with Wayland, you can disable X11 support while still
21 using the X11 keyboard configuration resource files thusly:
25 -Dxkb-config-root=/usr/share/X11/xkb \
26 -Dx-locale-root=/usr/share/X11/locale
32 in X11/extensions/XKB.h and friends, it has been substantially reworked to
41 by all current distributions for their X11 XKB data. More information on
48 ## Relation to X11
DPACKAGING27 -Dxkb-config-root instead of guessing (/usr/share/X11/xkb).
32 Contains the dataset for Compose support (/usr/share/X11/locale).
63 -Dxkb-config-root instead of guessing (/usr/share/X11/xkb).
/external/clang/test/CodeGen/
Doverride-layout.c96 struct PACKED X11 { struct
145 struct X11 x11; in use_structs()
146 typedef int X11array[sizeof(struct X11)]; in use_structs()
147 x11.y = sizeof(struct X11); in use_structs()
/external/angle/extensions/
DEGL_ANGLE_x11_visual.txt51 This extension allows passing the X11 visual ID used by the native
78 "If an X11 visual was specified at display creation time using
85 To request a display created with a X11 visual ID, the value of
86 EGL_ANGLE_X11_VISUAL_ID should be set to a valid X11 visual ID. If
/external/mesa3d/src/glx/apple/
DRELEASE_NOTES29 extension functions you may need from the X11 libGL, or OpenGL framework
30 libGL. Previous versions of the X11 libGL didn't allow getting the newer
35 New support for GLXPixmaps works well with mixed X11 and OpenGL drawing
42 not possible to render to with X11, which is allowed by the spec.
/external/mesa3d/docs/
Dprecompiled.rst13 - OpenSuse/SLES - OBS: X11:XOrg and pontostroy:X11
/external/deqp-deps/glslang/Test/
Dpreprocessor.function_macro.vert9 X8, X9, X10, X11, X12) X1+X2+X3+X4+X5+X6+X7+X8+X9+X10+X11+X12
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dpreprocessor.function_macro.vert9 X8, X9, X10, X11, X12) X1+X2+X3+X4+X5+X6+X7+X8+X9+X10+X11+X12
/external/libepoxy/
Dmeson_options.txt17 description: 'Enable X11 support (GLX or EGL-X11)')
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/md4/
Dmd4.c138 uint32_t X0, X1, X2, X3, X4, X5, X6, X7, X8, X9, X10, X11, X12, X13, X14, X15; in md4_block_data_order() local
179 X11 = CRYPTO_load_u32_le(data); in md4_block_data_order()
184 R0(B, C, D, A, X11, 19, 0); in md4_block_data_order()
210 R1(C, D, A, B, X11, 9, 0x5A827999L); in md4_block_data_order()
226 R2(D, A, B, C, X11, 9, 0x6ED9EBA1L); in md4_block_data_order()
/external/boringssl/src/crypto/fipsmodule/md4/
Dmd4.c136 uint32_t X0, X1, X2, X3, X4, X5, X6, X7, X8, X9, X10, X11, X12, X13, X14, X15; in md4_block_data_order() local
177 X11 = CRYPTO_load_u32_le(data); in md4_block_data_order()
182 R0(B, C, D, A, X11, 19, 0); in md4_block_data_order()
208 R1(C, D, A, B, X11, 9, 0x5A827999L); in md4_block_data_order()
224 R2(D, A, B, C, X11, 9, 0x6ED9EBA1L); in md4_block_data_order()
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/md4/
Dmd4.c136 uint32_t X0, X1, X2, X3, X4, X5, X6, X7, X8, X9, X10, X11, X12, X13, X14, X15; in md4_block_data_order() local
177 X11 = CRYPTO_load_u32_le(data); in md4_block_data_order()
182 R0(B, C, D, A, X11, 19, 0); in md4_block_data_order()
208 R1(C, D, A, B, X11, 9, 0x5A827999L); in md4_block_data_order()
224 R2(D, A, B, C, X11, 9, 0x6ED9EBA1L); in md4_block_data_order()
/external/vulkan-validation-layers/cmake/
DFindX11_XCB.cmake24 FIND_PATH(X11_XCB_INCLUDE_DIR NAMES X11/Xlib-xcb.h HINTS ${PKG_X11_XCB_INCLUDE_DIRS})
25 FIND_LIBRARY(X11_XCB_LIBRARIES NAMES X11-xcb HINTS ${PKG_X11_XCB_LIBRARY_DIRS})
/external/libpng/contrib/gregbook/
DMakefile.sgi41 XINC = -I/usr/include/X11 # old-style, stock X distributions
42 XLIB = -L/usr/lib/X11 -lX11

1234567891011