Searched refs:emulation (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/
H A DStdLib.inc6 # the application is to be run in an emulation environment.
86 # emulation environment.
101 # to be run under an emulation environment.
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddrawprim.c628 BOOL emulation = FALSE; local
760 FIXME("Using software emulation because not all material properties could be tracked.\n");
762 WARN_(d3d_perf)("Using software emulation because not all material properties could be tracked.\n");
763 emulation = TRUE;
773 FIXME("Using software emulation because manual fog coordinates are provided.\n");
775 WARN_(d3d_perf)("Using software emulation because manual fog coordinates are provided.\n");
776 emulation = TRUE;
779 if (emulation)
787 if (device->useDrawStridedSlow || emulation)
795 FIXME("Using immediate mode with vertex shaders for half float emulation
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddrawprim.c643 BOOL emulation = FALSE; local
654 FIXME("Using software emulation because not all material properties could be tracked\n");
657 TRACE("Using software emulation because not all material properties could be tracked\n");
659 emulation = TRUE;
668 FIXME("Using software emulation because manual fog coordinates are provided\n");
671 TRACE("Using software emulation because manual fog coordinates are provided\n");
673 emulation = TRUE;
676 if(emulation) {
683 if (This->useDrawStridedSlow || emulation) {
689 FIXME("Using immediate mode with vertex shaders for half float emulation\
[all...]
/vbox/src/VBox/ValidationKit/bootsectors/
H A Dbootsector2-cpu-a20-1.asm3 ; Bootsector that checks the A20 emulation.
/vbox/src/VBox/Devices/PC/BIOS/
H A Dorgs.asm15 ;; ROM BIOS for use with Bochs/Plex86/QEMU emulation environment
594 ;; El Torito floppy/hard disk emulation
993 ;; check if emulation is active
H A DVBoxBiosAlternative.asm40 ; ROM BIOS for use with Bochs/Plex86/QEMU emulation environment
82 ; ROM BIOS for use with Bochs/Plex86/QEMU emulation environment
124 ; ROM BIOS for use with Bochs/Plex86/QEMU emulation environment
166 ; ROM BIOS for use with Bochs/Plex86/QEMU emulation environment
226 ; ROM BIOS for use with Bochs/Plex86/QEMU emulation environment
268 ; ROM BIOS for use with Bochs/Plex86/QEMU emulation environment
310 ; ROM BIOS for use with Bochs/Plex86/QEMU emulation environment
352 ; ROM BIOS for use with Bochs/Plex86/QEMU emulation environment
394 ; ROM BIOS for use with Bochs/Plex86/QEMU emulation environment
436 ; ROM BIOS for use with Bochs/Plex86/QEMU emulation environmen
[all...]
/vbox/src/VBox/Devices/Graphics/BIOS/
H A DVBoxVgaBiosAlternative.asm109 ; // - Kevin Lawton's vga card emulation for bochs/plex86

Completed in 121 milliseconds