/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/drivers/dri/common/ |
H A D | utils.h | 98 int patch; /**< Patch-level. */ member in struct:__DRIutilversionRec2
|
/vbox/src/VBox/Additions/x11/vboxvideo/ |
H A D | vboxvideo_dri.c | 205 int major, minor, patch; local 207 DRIQueryVersion(&major, &minor, &patch);
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | PATMSSM.cpp | 5 * NOTE: CSAM assumes patch memory is never reused!! 66 uint32_t cbPatchJump; //patch jump size 86 /* Tree of fixup records for the patch. */ 90 /* Tree of jumps inside the generated patch code. */ 96 * instruction in the patch block. 108 /* Temporary information during patch creation. Don't waste hypervisor memory for this. */ 114 /* Count the number of invalid writes to pages monitored for the patch. */ 115 //some statistics to determine if we should keep this patch activated 123 /* First opcode byte, that's overwritten when a patch is marked dirty. */ 135 /** The key is a patch offse 138 PATCHINFOSSM patch; member in struct:PATMPATCHRECSSM 677 PATMPATCHRECSSM patch; local 904 PATMPATCHRECSSM patch; local [all...] |
H A D | PATM.cpp | 5 * @note Never ever reuse patch memory!! 61 * Refresh trampoline patch state. 67 /** The trampoline patch record. */ 69 /** The new patch we want to jump to. */ 76 #define PATMREAD_NOCHECK 4 /* don't check for patch conflicts */ 157 /* These values can't change as they are hardcoded in patch code (old saved states!) */ 166 /* Allocate patch memory and GC patch state memory. */ 195 /* Hypervisor memory for patch statistics */ 199 /* Memory for patch looku 5377 PATCHINFO patch; local [all...] |
/vbox/src/VBox/VMM/include/ |
H A D | CSAMInternal.h | 129 CSAMPATCH patch; member in struct:CSAMPATCHREC
|
H A D | PATMInternal.h | 53 * Internal patch type flags (starts at RT_BIT(11)) 71 #define PATMFL_GLOBAL_FUNCTIONS RT_BIT_64(26) /** fake patch for global patm functions. */ 72 #define PATMFL_TRAMPOLINE RT_BIT_64(27) /** trampoline patch that clears PATM_ASMFIX_INTERRUPTFLAG and jumps to patch destination */ 74 #define PATMFL_INSTR_HINT RT_BIT_64(29) /** Generate patch, but don't activate it. */ 76 #define PATMFL_MUST_INSTALL_PATCHJMP RT_BIT_64(31) /** Need to patch guest code in order to activate patch. */ 78 #define PATMFL_EXTERNAL_JUMP_INSIDE RT_BIT_64(33) /** A trampoline patch was created that jumps to an instruction in the patch block */ 79 #define PATMFL_CODE_REFERENCED RT_BIT_64(34) /** patch bloc 370 PATCHINFO patch; member in struct:PATMPATCHREC [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | drawprim.c | 775 /* Tesselates a high order rectangular patch into single triangles using gl evaluators 786 * To overcome clipping find the biggest x, y and z values of the vertices in the patch and scale 798 struct WineD3DRectPatch *patch) { 805 const WINED3DRECTPATCH_INFO *info = &patch->RectPatchInfo; 812 * patch (as opposed to normal draws) will most likely need different changes anyway. */ 862 patch->has_normals = TRUE; 863 patch->has_texcoords = FALSE; 883 if(patch->has_normals) { 938 num_quads = ceilf(patch->numSegs[0]) * ceilf(patch 797 tesselate_rectpatch(IWineD3DDeviceImpl *This, struct WineD3DRectPatch *patch) argument [all...] |
H A D | device.c | 1891 struct WineD3DRectPatch *patch; local 1893 patch = LIST_ENTRY(e1, struct WineD3DRectPatch, entry); 1894 IWineD3DDevice_DeletePatch(iface, patch->Handle); 5629 struct WineD3DRectPatch *patch; local 5646 patch = LIST_ENTRY(e, struct WineD3DRectPatch, entry); 5647 if(patch->Handle == Handle) { 5655 patch = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(*patch)); 5656 patch->Handle = Handle; 5657 list_add_head(&This->patches[i], &patch 5693 HeapFree(GetProcessHeap(), 0, patch); local 5709 HeapFree(GetProcessHeap(), 0, patch); local 5726 struct WineD3DRectPatch *patch; local 5737 HeapFree(GetProcessHeap(), 0, patch); local [all...] |
/vbox/src/VBox/Additions/common/crOpenGL/ |
H A D | fakedri_drv.c | 201 /* Get aligned start address we're going to patch*/ 318 char patch[FAKEDRI_JMP64_PATCH_SIZE]; local 377 /*@todo we don't really know the size of targeted static function, but it's long enough in practice. We will also patch same place twice, but it's ok.*/ 382 /*it's a rel8 jmp, so we're going to patch the place it targets instead of jmp itself*/ 388 crError("Can't patch size is too small.(%s)", psFuncName); 399 crError("Can't patch size is too small.(%s)", psFuncName); 416 patch[0] = 0x49; /*movq %r11,imm64*/ 417 patch[1] = 0xBB; 418 crMemcpy(&patch[2], &pStart, 8); 419 patch[1 492 char patch[FAKEDRI_JMP64_PATCH_SIZE]; local [all...] |
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/internal/ |
H A D | dri_interface.h | 543 * minor version, and patch level. These structures should be modified to 549 int patch; /**< Patch-level. */ member in struct:__DRIversionRec
|
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/internal/ |
H A D | dri_interface.h | 604 * minor version, and patch level. These structures should be modified to 610 int patch; /**< Patch-level. */ member in struct:__DRIversionRec
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |