HomeSort by relevance Sort by last modified time
    Searched refs:vdevice (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/src/opts/
SkBlitMask_opts_arm_neon.cpp 18 uint8x8x4_t vdevice = vld4_u8((uint8_t*)device); local
20 vdevice = SkAlphaMulQ_neon8(vdevice, vscale);
21 vdevice.val[NEON_A] += vmask;
23 vst4_u8((uint8_t*)device, vdevice);
  /external/skia/src/opts/
SkBlitMask_opts_arm_neon.cpp 18 uint8x8x4_t vdevice = vld4_u8((uint8_t*)device); local
20 vdevice = SkAlphaMulQ_neon8(vdevice, vscale);
21 vdevice.val[NEON_A] += vmask;
23 vst4_u8((uint8_t*)device, vdevice);
  /external/qemu-pc-bios/bochs/bios/
rombios.c 709 chs_t vdevice; member in struct:__anon33986
    [all...]

Completed in 81 milliseconds