HomeSort by relevance Sort by last modified time
    Searched refs:x11 (Results 1 - 25 of 902) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/framework/platform/X11/
tcuX11GlxPlatform.hpp 23 * \brief Platform that uses X11 via GLX.
32 namespace x11 namespace in namespace:tcu
40 } // x11
tcuX11EglPlatform.hpp 33 namespace x11 namespace in namespace:tcu
48 } // x11
tcuX11Platform.cpp 21 * \brief X11 Platform.
40 namespace x11 namespace in namespace:tcu
66 x11::egl::Platform m_eglPlatform;
84 } // x11
89 return new tcu::x11::X11Platform();
tcuX11EglPlatform.cpp 30 namespace x11 namespace in namespace:tcu
63 Display (MovePtr<x11::Display> x11Display)
72 x11::Display& getX11Display (void) { return *m_display; }
75 UniquePtr<x11::Display> m_display;
99 x11::Window m_window;
137 : NativeWindowFactory ("window", "X11 Window", Window::CAPABILITIES)
178 Pixmap (MovePtr<x11::Pixmap> x11Pixmap)
186 UniquePtr<x11::Pixmap> m_pixmap;
193 : NativePixmapFactory ("pixmap", "X11 Pixmap", Pixmap::CAPABILITIES) {}
206 MovePtr<x11::Pixmap> x11Pixmap (new x11::Pixmap(display->getX11Display()
    [all...]
  /external/libhevc/common/arm64/
ihevc_intra_pred_chroma_ver.s 122 lsl x11, x3, #2
124 add x11, x11, #-16
132 st2 {v22.8b, v23.8b}, [x2], x11
133 st2 {v22.8b, v23.8b}, [x5], x11
134 st2 {v22.8b, v23.8b}, [x8], x11
135 st2 {v22.8b, v23.8b}, [x10], x11
145 st2 {v22.8b, v23.8b}, [x2], x11
146 st2 {v22.8b, v23.8b}, [x5], x11
147 st2 {v22.8b, v23.8b}, [x8], x11
    [all...]
ihevc_inter_pred_chroma_horz_w16out.s 126 mov x11, #2
157 //mov x11,#8
187 ld1 { v0.2s},[x12],x11 //vector load pu1_src
188 ld1 { v1.2s},[x19],x11 //vector load pu1_src
191 ld1 { v2.2s},[x12],x11 //vector load pu1_src
192 ld1 { v3.2s},[x19],x11 //vector load pu1_src
196 ld1 { v4.2s},[x12],x11 //vector load pu1_src
197 ld1 { v5.2s},[x19],x11 //vector load pu1_src
207 ld1 { v29.2s},[x4],x11 //vector load pu1_src
208 ld1 { v31.2s},[x19],x11 //vector load pu1_sr
    [all...]
ihevc_inter_pred_chroma_horz.s 128 mov x11,#2
175 ld1 { v0.2s},[x12],x11 //vector load pu1_src
176 ld1 { v1.2s},[x19],x11 //vector load pu1_src
180 ld1 { v2.2s},[x12],x11 //vector load pu1_src
181 ld1 { v3.2s},[x19],x11 //vector load pu1_src
183 ld1 { v4.2s},[x12],x11 //vector load pu1_src
184 ld1 { v5.2s},[x19],x11 //vector load pu1_src
192 ld1 { v29.2s},[x4],x11 //vector load pu1_src
193 ld1 { v9.2s},[x19],x11 //vector load pu1_src
197 ld1 { v10.2s},[x4],x11 //vector load pu1_sr
    [all...]
ihevc_sao_edge_offset_class3_chroma.s 95 mov x25,x11 // ht 0x44
115 madd x11, x10, x1, x0 //pu1_src[(ht - 1) * src_strd + col]
119 LD1 {v0.8b},[x11],#8 //pu1_src[(ht - 1) * src_strd + col]
129 SUB x11,x7,#1 //[wd - 1]
130 LDRB w10,[x0,x11] //u1_pos_0_0_tmp_v = pu1_src[wd - 1]
133 mov x11, x16 //Load pu1_src_top_right from sp
134 LDRB w11,[x11] //pu1_src_top_right[0]
135 SUB x12,x9,x11 //pu1_src[wd - 2] - pu1_src_top_right[0]
141 ADD x11,x0,x1 //pu1_src + src_strd
143 LDRB w14,[x11,x14] //pu1_src[wd - 2 - 2 + src_strd
    [all...]
ihevc_intra_pred_chroma_dc.s 184 smov x11, v17.2s[0]
187 add x11,x11,x4
190 lsr x11,x11,x12
200 csel x11, x6, x11,eq
212 csel x11, x20, x11,ne
243 st2 {v16.8b, v17.8b}, [x2],x11
    [all...]
ihevc_sao_edge_offset_class2_chroma.s 96 mov x25,x11 // ht 0x44
118 madd x11, x10, x1, x0 //pu1_src[(ht - 1) * src_strd + col]
122 LD1 {v0.8b},[x11],#8 //pu1_src[(ht - 1) * src_strd + col]
137 SUB x12,x9,x11 //pu1_src[0] - pu1_src_top_left[0]
144 SUB x11,x9,x14 //pu1_src[0] - pu1_src[2 + src_strd]
149 CMP x11,#0
151 csel x11, x20, x11,LT
155 csel x11, x20, x11,GT //SIGN(pu1_src[0] - pu1_src[2 + src_strd]
    [all...]
ihevc_inter_pred_luma_copy.s 71 // x11 => ht
87 mov x11,x5 //loads ht
88 cmp x11,#0 //checks ht == 0
118 subs x11,x11,#4 //ht - 4
153 subs x11,x11,#4 //ht -= 4
186 subs x11,x11,#4 //ht -= 4
  /external/bluetooth/bluedroid/btif/include/
btif_sock_sdp.h 21 static const UINT8 UUID_OBEX_OBJECT_PUSH[] = {0x00, 0x00, 0x11, 0x05, 0x00, 0x00, 0x10, 0x00,
23 static const UINT8 UUID_PBAP_PSE[] = {0x00, 0x00, 0x11, 0x2F, 0x00, 0x00, 0x10, 0x00,
25 static const UINT8 UUID_MAPS_MAS[] = {0x00, 0x00, 0x11, 0x32, 0x00, 0x00, 0x10, 0x00,
27 static const UINT8 UUID_SPP[] = {0x00, 0x00, 0x11, 0x01, 0x00, 0x00, 0x10, 0x00,
  /external/clang/test/CodeGen/
2010-07-14-ref-off-end.c 22 if(f(t)!=0x11)abort();
  /external/lzma/CPP/7zip/
IPassword.h 18 PASSWORD_INTERFACE(ICryptoGetTextPassword2, 0x11)
  /external/oprofile/libop/
op_config.h 55 #define OPD_VERSION 0x11
  /external/chromium_org/third_party/sqlite/src/test/
collate1.test 116 INSERT INTO collate1t1 VALUES('5', '0x11');
120 INSERT INTO collate1t1 VALUES('11', '0x11');
128 } {{} {} 5 0xA 5 0x11 7 0xA 11 0x11 11 0x101}
133 } {{} {} 11 0x11 11 0x101 5 0xA 5 0x11 7 0xA}
138 } {7 0xA 5 0xA 5 0x11 11 0x11 11 0x101 {} {}}
144 } {7 0xA 5 0x11 5 0xA 11 0x101 11 0x11 {} {}}
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
BERTags.java 15 public static final int SET = 0x11;
16 public static final int SET_OF = 0x11; // for completeness - used to model a SET of the same type.
  /bionic/libc/kernel/uapi/linux/
cuda.h 36 #define CUDA_RESET_SYSTEM 0x11
  /development/ndk/platforms/android-L/include/linux/
cuda.h 36 #define CUDA_RESET_SYSTEM 0x11
  /external/chromium_org/chrome/browser/ui/
chrome_style.cc 27 return SkColorSetRGB(0x11, 0x55, 0xCC);
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/
Makefile 9 ifneq ($(findstring x11, $(EGL_PLATFORMS)),)
  /external/kernel-headers/original/uapi/linux/
cuda.h 24 #define CUDA_RESET_SYSTEM 0x11
  /external/mesa3d/src/gallium/winsys/sw/
Makefile 9 ifneq ($(findstring x11, $(EGL_PLATFORMS)),)
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
bundlefilter_unittest.cc 36 static const int kPayloadType1 = 0x11;
40 // SSRC = 0x1111, Payload type = 0x11
42 0x80, kPayloadType1, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11,
43 0x11,
80 0x80, 0xC8, 0x00, 0x01, 0x00, 0x00, 0x11, 0x11,
84 0x81, 0xCA, 0x00, 0x00, 0x00, 0x00, 0x11, 0x11, 0x01, 0x00,
105 0x81, 0xCE, 0x00, 0x0C, 0x00, 0x00, 0x11, 0x11, 0x00, 0x00, 0x11, 0x11
    [all...]
  /external/libhevc/decoder/arm64/
ihevcd_fmt_conv_420sp_to_420p.s 100 SUB x11,x5,x8 //// Dst Y increment
135 ADD x2, x2, x11
152 LSR x11, x8, #1
153 SUB x11,x5,x11 //// Dst U and V increment
194 ADD x3, x3, x11
195 ADD x5, x5, x11

Completed in 992 milliseconds

1 2 3 4 5 6 7 8 91011>>