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 488 // Recreate ELF hwcaps by parsing /proc/cpuinfo Features tag.
489 uint32_t hwcaps = 0; local
497 hwcaps |= HWCAP_VFP;
499 hwcaps |= HWCAP_VFPv3;
501 hwcaps |= HWCAP_VFPv3D16;
503 hwcaps |= HWCAP_VFPv4;
505 hwcaps |= HWCAP_NEON;
507 hwcaps |= HWCAP_IDIVA;
509 hwcaps |= HWCAP_IDIVT;
511 hwcaps |= HWCAP_IDIVA | HWCAP_IDIVT
667 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:__anon29367
  /external/valgrind/main/VEX/priv/
host_amd64_isel.c 147 UInt hwcaps; member in struct:__anon28963
    [all...]
host_arm_isel.c 118 UInt hwcaps; member in struct:__anon29057
    [all...]
host_mips_isel.c 117 UInt hwcaps; member in struct:__anon29127
    [all...]
host_s390_isel.c 113 UInt hwcaps; member in struct:__anon29270
    [all...]
host_x86_isel.c 181 UInt hwcaps; member in struct:__anon29344
    [all...]
host_ppc_isel.c 278 UInt hwcaps; member in struct:__anon29219
    [all...]
host_x86_defs.h 512 carries the host's hwcaps so the assembler knows what to
515 UInt hwcaps; member in struct:__anon29299::__anon29300::__anon29320
677 extern X86Instr* X86Instr_MFence ( UInt hwcaps );
guest_ppc_toIR.c 16492 UInt hwcaps = archinfo->hwcaps; local
    [all...]

Completed in 315 milliseconds