HomeSort by relevance Sort by last modified time
    Searched defs:hwcaps (Results 1 - 12 of 12) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_video.c 349 PgHWCaps_t hwcaps; local
389 if (PgGetGraphicsHWCaps(&hwcaps) < 0)
396 if (PgGetVideoModeInfo(hwcaps.current_video_mode, &desktop_mode) < 0)
SDL_ph_image.c 409 PgHWCaps_t hwcaps; local
412 if (PgGetGraphicsHWCaps(&hwcaps) < 0)
417 this->info.video_mem=hwcaps.currently_available_video_ram/1024;
420 if (PgGetVideoModeInfo(hwcaps.current_video_mode, &vmode) < 0)
429 if (hwcaps.currently_available_video_ram!=0)
524 PgHWCaps_t hwcaps; local
562 if (PgGetGraphicsHWCaps(&hwcaps) < 0)
569 this->info.video_mem=hwcaps.currently_available_video_ram/1024;
576 PgHWCaps_t hwcaps; local
605 if (PgGetGraphicsHWCaps(&hwcaps) < 0
    [all...]
  /ndk/sources/android/cpufeatures/
cpu-features.c 468 // Recreate ELF hwcaps by parsing /proc/cpuinfo Features tag.
469 uint32_t hwcaps = 0; local
477 hwcaps |= HWCAP_VFP;
479 hwcaps |= HWCAP_VFPv3;
481 hwcaps |= HWCAP_VFPv3D16;
483 hwcaps |= HWCAP_VFPv4;
485 hwcaps |= HWCAP_NEON;
487 hwcaps |= HWCAP_IDIVA;
489 hwcaps |= HWCAP_IDIVT;
491 hwcaps |= HWCAP_IDIVA | HWCAP_IDIVT
647 uint32_t hwcaps = get_elf_hwcap(cpuinfo, cpuinfo_len); local
    [all...]
  /external/valgrind/main/VEX/pub/
libvex.h 134 /* Special value representing all available s390x hwcaps */
155 /* Get an ARM architecure level from HWCAPS */
187 UInt hwcaps; member in struct:__anon16505
  /external/valgrind/main/VEX/priv/
host_amd64_isel.c 147 UInt hwcaps; member in struct:__anon16101
    [all...]
host_arm_isel.c 118 UInt hwcaps; member in struct:__anon16195
    [all...]
host_mips_isel.c 117 UInt hwcaps; member in struct:__anon16265
    [all...]
host_s390_isel.c 113 UInt hwcaps; member in struct:__anon16408
    [all...]
host_x86_isel.c 181 UInt hwcaps; member in struct:__anon16482
    [all...]
host_ppc_isel.c 278 UInt hwcaps; member in struct:__anon16357
    [all...]
host_x86_defs.h 512 carries the host's hwcaps so the assembler knows what to
515 UInt hwcaps; member in struct:__anon16437::__anon16438::__anon16458
677 extern X86Instr* X86Instr_MFence ( UInt hwcaps );
guest_ppc_toIR.c 16492 UInt hwcaps = archinfo->hwcaps; local
    [all...]

Completed in 281 milliseconds