Home
last modified time | relevance | path

Searched refs:vres (Results 1 – 13 of 13) sorted by relevance

/external/skqp/src/core/
DSkBlitRow_D32.cpp160 uint8x8_t vsrc, vdst, vres; in blit_row_s32_blend() local
172 vres = vshrn_n_u16(vdst_wide, 8); in blit_row_s32_blend()
174 vst1_u32(dst, vreinterpret_u32_u8(vres)); in blit_row_s32_blend()
182 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; in blit_row_s32_blend() local
192 vres = vshrn_n_u16(vdst_wide, 8); in blit_row_s32_blend()
194 vst1_lane_u32(dst, vreinterpret_u32_u8(vres), 0); in blit_row_s32_blend()
204 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; in blit_row_s32a_blend() local
221 vres = vshrn_n_u16(vdst_wide, 8); in blit_row_s32a_blend()
223 vst1_lane_u32(dst, vreinterpret_u32_u8(vres), 0); in blit_row_s32a_blend()
235 uint8x8_t vsrc, vdst, vres, vsrc_alphas; in blit_row_s32a_blend() local
[all …]
/external/skia/src/core/
DSkBlitRow_D32.cpp160 uint8x8_t vsrc, vdst, vres; in blit_row_s32_blend() local
172 vres = vshrn_n_u16(vdst_wide, 8); in blit_row_s32_blend()
174 vst1_u32(dst, vreinterpret_u32_u8(vres)); in blit_row_s32_blend()
182 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; in blit_row_s32_blend() local
192 vres = vshrn_n_u16(vdst_wide, 8); in blit_row_s32_blend()
194 vst1_lane_u32(dst, vreinterpret_u32_u8(vres), 0); in blit_row_s32_blend()
204 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; in blit_row_s32a_blend() local
221 vres = vshrn_n_u16(vdst_wide, 8); in blit_row_s32a_blend()
223 vst1_lane_u32(dst, vreinterpret_u32_u8(vres), 0); in blit_row_s32a_blend()
235 uint8x8_t vsrc, vdst, vres, vsrc_alphas; in blit_row_s32a_blend() local
[all …]
/external/adhd/cras/src/common/
Dedid_utils.c236 int vres = base[DTD_VA_LO] + ((base[DTD_VABL_HI] & 0xf0)<<4); in show_edid_dtd() local
252 int refr = (pelclk * 10000)/((hres+hbl)*(vres+vbl)); in show_edid_dtd()
253 int refm = (pelclk * 10000)%((hres+hbl)*(vres+vbl)); in show_edid_dtd()
254 int refd = (refm*100)/((hres+hbl)*(vres+vbl)); in show_edid_dtd()
258 hres, vres, (mdflg & 0x80) ? 'i' : 'p', in show_edid_dtd()
266 vres+vso, vres+vso+vsw, vres+vbl); in show_edid_dtd()
745 int hres, vres; in show_edid() local
755 vres = (hres * 10)/16; in show_edid()
758 vres = (hres * 3)/4; in show_edid()
761 vres = (hres * 4)/5; in show_edid()
[all …]
/external/skia/src/opts/
DSkBitmapProcState_opts.h266 uint8x8_t vy, vconst16_8, v16_y, vres; in filter_and_scale_by_alpha() local
298 vres = vshrn_n_u16(vcombine_u16(tmp, vcreate_u16(0)), 8); // shift down result by 8 in filter_and_scale_by_alpha()
299 vst1_lane_u32(dst, vreinterpret_u32_u8(vres), 0); // store result in filter_and_scale_by_alpha()
/external/skqp/src/opts/
DSkBitmapProcState_opts.h266 uint8x8_t vy, vconst16_8, v16_y, vres; in filter_and_scale_by_alpha() local
298 vres = vshrn_n_u16(vcombine_u16(tmp, vcreate_u16(0)), 8); // shift down result by 8 in filter_and_scale_by_alpha()
299 vst1_lane_u32(dst, vreinterpret_u32_u8(vres), 0); // store result in filter_and_scale_by_alpha()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_screen.c539 struct virgl_resource *vres = virgl_resource(res); in virgl_flush_frontbuffer() local
542 vws->flush_frontbuffer(vws, vres->hw_res, level, layer, winsys_drawable_handle, in virgl_flush_frontbuffer()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/GlobalISel/
Darm64-regbankselect.mir77 %vres = or <2 x i32> %varg1, %varg2
78 %res = bitcast <2 x i32> %vres to i64
85 %vres = fadd double %varg1, %varg2
86 %res = bitcast double %vres to i64
92 %vres = fadd double %varg1, %varg1
93 store double %vres, double* %addr
/external/vixl/test/aarch64/
Dtest-simulator-aarch64.cc1937 VRegister vres = v5.V16B(); in Test2OpNEON_Helper() local
1975 __ Mov(vres, vd); in Test2OpNEON_Helper()
1980 __ Str(vres, MemOperand(out, vd.GetSizeInBytes(), PostIndex)); in Test2OpNEON_Helper()
2191 VRegister vres = v5.V16B(); in TestByElementNEON_Helper() local
2230 __ Mov(vres, vd); in TestByElementNEON_Helper()
2237 __ Str(vres, MemOperand(out, vd.GetSizeInBytes(), PostIndex)); in TestByElementNEON_Helper()
2664 VRegister vres = VRegister(5, vn_bits); in TestOpImmOpImmNEON_Helper() local
2701 __ Mov(vres, vd); in TestOpImmOpImmNEON_Helper()
2703 __ Str(vres, MemOperand(out, vd.GetSizeInBytes(), PostIndex)); in TestOpImmOpImmNEON_Helper()
/external/hyphenation-patterns/fr/
Dhyph-fr.pat.txt1176 4vres.
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
DsubdivisionData.txt1344 FR-79 Deux-Sèvres
D2013-1_UNLOCODE_CodeListPart1.csv4187 ,"BE","CHI","Chi�vres","Chievres","WHT","--3-----","RN","0212",,"5035N 00348E",
33280 ,"FR","IVR","Bi�vres","Bievres","91","-23-----","RL","0601",,"4845N 00213E",
35969 ,"FR","GV5","G�vres","Gavres",,"1-------","AA","1201",,"4741N 00321W",
36036 ,"FR","GVS","Gi�vres","Gievres","41","123-----","RL","0601",,"4716N 00140E",
42354 ,"FR","SEV","S�vres","Sevres","92","--3-----","AF","9506",,,
42524 ,"FR","SUV","Su�vres","Suevres","41","--3-----","RL","0501",,"4740N 00128E",
/external/python/google-api-python-client/samples/prediction/
Dlanguage_id.txt436 …oucl�s tombant sur ses �paules, aux grands yeux bleus languissants, aux l�vres ros�es et aux mains…
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Dinternal_raw_IPA-old.txt191708vres %13843