Searched defs:hwcaps (Results 1 - 10 of 10) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/photon/
H A DSDL_ph_image.c409 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) <
[all...]
H A DSDL_ph_video.c349 PgHWCaps_t hwcaps; local
389 if (PgGetGraphicsHWCaps(&hwcaps) < 0)
396 if (PgGetVideoModeInfo(hwcaps.current_video_mode, &desktop_mode) < 0)
/external/valgrind/main/VEX/priv/
H A Dhost_s390_isel.c84 UInt hwcaps; member in struct:__anon11937
2357 UInt hwcaps_host = archinfo_host->hwcaps;
2386 env->hwcaps = hwcaps_host;
H A Dhost_amd64_isel.c138 UInt hwcaps; member in struct:__anon11724
3791 LibVEX_ppVexHwCaps(VexArchAMD64, env->hwcaps));
4087 if (!(env->hwcaps & VEX_HWCAPS_AMD64_CX16))
4184 UInt hwcaps_host = archinfo_host->hwcaps;
4210 env->hwcaps = hwcaps_host;
H A Dhost_arm_isel.c113 UInt hwcaps; member in struct:__anon11813
6019 UInt hwcaps_host = archinfo_host->hwcaps;
6025 /* hwcaps should not change from one ISEL call to another. */
H A Dhost_x86_isel.c171 UInt hwcaps; member in struct:__anon12007
3131 do { if (env->hwcaps == 0/*baseline, no sse*/) \
3136 do { if (0 == (env->hwcaps & VEX_HWCAPS_X86_SSE2)) \
3141 (env->hwcaps & VEX_HWCAPS_X86_SSE2)
3680 vex_printf("iselVecExpr (hwcaps = %s): can't reduce\n",
3681 LibVEX_ppVexHwCaps(VexArchX86,env->hwcaps));
3960 addInstr(env, X86Instr_MFence(env->hwcaps));
4091 UInt hwcaps_host = archinfo_host->hwcaps;
4118 env->hwcaps = hwcaps_host;
H A Dhost_ppc_isel.c268 UInt hwcaps; member in struct:__anon11894
3858 env->hwcaps));
4250 UInt hwcaps_host = archinfo_host->hwcaps;
4290 env->hwcaps = hwcaps_host;
H A Dhost_x86_defs.h491 carries the host's hwcaps so the assembler knows what to
494 UInt hwcaps; member in struct:__anon11966::__anon11967::__anon11985
642 extern X86Instr* X86Instr_MFence ( UInt hwcaps );
H A Dguest_ppc_toIR.c13337 UInt hwcaps = archinfo->hwcaps; local
13343 allow_V = (0 != (hwcaps & VEX_HWCAPS_PPC64_V));
13344 allow_FX = (0 != (hwcaps & VEX_HWCAPS_PPC64_FX));
13345 allow_GX = (0 != (hwcaps & VEX_HWCAPS_PPC64_GX));
13346 allow_VX = (0 != (hwcaps & VEX_HWCAPS_PPC64_VX));
13348 allow_F = (0 != (hwcaps & VEX_HWCAPS_PPC32_F));
13349 allow_V = (0 != (hwcaps & VEX_HWCAPS_PPC32_V));
13350 allow_FX = (0 != (hwcaps & VEX_HWCAPS_PPC32_FX));
13351 allow_GX = (0 != (hwcaps
[all...]
/external/valgrind/main/VEX/pub/
H A Dlibvex.h132 /* Special value representing all available s390x hwcaps */
166 UInt hwcaps; member in struct:__anon12026

Completed in 160 milliseconds