Searched defs:psp (Results 1 - 19 of 19) sorted by path

/external/libunwind/include/tdep-ia64/
H A Dlibunwind_i.h144 unw_word_t psp; /* previous sp value */ member in struct:cursor
/external/mesa3d/src/glx/
H A Ddri2_glx.c1165 __GLXDRIscreen *psp; local
1275 psp = &psc->vtable;
1276 psc->base.driScreen = psp;
1277 psp->destroyScreen = dri2DestroyScreen;
1278 psp->createDrawable = dri2CreateDrawable;
1279 psp->swapBuffers = dri2SwapBuffers;
1280 psp->getDrawableMSC = NULL;
1281 psp->waitForMSC = NULL;
1282 psp->waitForSBC = NULL;
1283 psp
[all...]
H A Ddri3_glx.c766 __GLXDRIscreen *psp; local
897 psp = &psc->vtable;
898 psc->base.driScreen = psp;
899 psp->destroyScreen = dri3_destroy_screen;
900 psp->createDrawable = dri3_create_drawable;
901 psp->swapBuffers = dri3_swap_buffers;
903 psp->getDrawableMSC = dri3_drawable_get_msc;
904 psp->waitForMSC = dri3_wait_for_msc;
905 psp->waitForSBC = dri3_wait_for_sbc;
906 psp
[all...]
H A Ddri_glx.c332 void *psp = NULL; local
445 psp = (*psc->legacy->createNewScreen) (scrn,
455 if (psp == NULL) {
497 return psp;
821 __GLXDRIscreen *psp; local
870 psp = &psc->vtable;
871 psc->base.driScreen = psp;
873 psp->copySubBuffer = driCopySubBuffer;
875 psp->destroyScreen = driDestroyScreen;
876 psp
[all...]
H A Ddrisw_glx.c657 __GLXDRIscreen *psp; local
729 psp = &psc->vtable;
730 psc->base.driScreen = psp;
731 psp->destroyScreen = driswDestroyScreen;
732 psp->createDrawable = driswCreateDrawable;
733 psp->swapBuffers = driswSwapBuffers;
736 psp->copySubBuffer = driswCopySubBuffer;
H A Ddriwindows_glx.c505 __GLXDRIscreen *psp; local
545 psp = &psc->vtable;
546 psc->base.driScreen = psp;
547 psp->destroyScreen = driwindowsDestroyScreen;
548 psp->createDrawable = driwindowsCreateDrawable;
549 psp->swapBuffers = driwindowsSwapBuffers;
552 psp->copySubBuffer = driwindowsCopySubBuffer;
/external/mesa3d/src/mesa/drivers/dri/common/
H A Ddri_util.c66 setupLoaderExtensions(__DRIscreen *psp, argument
73 psp->dri2.loader = (__DRIdri2LoaderExtension *) extensions[i];
75 psp->dri2.image = (__DRIimageLookupExtension *) extensions[i];
77 psp->dri2.useInvalidate = (__DRIuseInvalidateExtension *) extensions[i];
79 psp->swrast_loader = (__DRIswrastLoaderExtension *) extensions[i];
81 psp->image.loader = (__DRIimageLoaderExtension *) extensions[i];
116 __DRIscreen *psp; local
118 psp = calloc(1, sizeof(*psp));
119 if (!psp)
221 driDestroyScreen(__DRIscreen *psp) argument
238 driGetExtensions(__DRIscreen *psp) argument
[all...]
H A Dmegadriver_stub.c153 __DRIconfig **stub_error_init_screen(__DRIscreen *psp) argument
H A Dutils.c502 driQueryRendererIntegerCommon(__DRIscreen *psp, int param, unsigned int *value) argument
528 value[0] = (psp->max_gl_core_version != 0)
532 value[0] = psp->max_gl_core_version / 10;
533 value[1] = psp->max_gl_core_version % 10;
536 value[0] = psp->max_gl_compat_version / 10;
537 value[1] = psp->max_gl_compat_version % 10;
540 value[0] = psp->max_gl_es1_version / 10;
541 value[1] = psp->max_gl_es1_version % 10;
544 value[0] = psp->max_gl_es2_version / 10;
545 value[1] = psp
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_screen.c705 i915_query_renderer_integer(__DRIscreen *psp, int param, unsigned int *value) argument
708 (struct intel_screen *) psp->driverPrivate;
728 drm_intel_get_aperture_sizes(psp->fd, &mappable_size, &aper_size);
755 return driQueryRendererIntegerCommon(psp, param, value);
762 i915_query_renderer_string(__DRIscreen *psp, int param, const char **value) argument
765 (struct intel_screen *) psp->driverPrivate;
799 intel_get_param(__DRIscreen *psp, int param, int *value) argument
808 ret = drmCommandWriteRead(psp->fd, DRM_I915_GETPARAM, &gp, sizeof(gp));
819 intel_get_boolean(__DRIscreen *psp, int param) argument
822 return intel_get_param(psp, para
1125 __DRIscreen *psp = screen->driScrnPriv; local
1153 intelInitScreen2(__DRIscreen *psp) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_screen.c159 nouveau_query_renderer_integer(__DRIscreen *psp, int param, argument
163 (struct nouveau_screen *) psp->driverPrivate;
192 return driQueryRendererIntegerCommon(psp, param, value);
197 nouveau_query_renderer_string(__DRIscreen *psp, int param, const char **value) argument
200 (struct nouveau_screen *) psp->driverPrivate;
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_screen.c474 radeonQueryRendererInteger(__DRIscreen *psp, int param, argument
477 radeonScreenPtr screen = (radeonScreenPtr)psp->driverPrivate;
495 retval = drmCommandWriteRead(psp->fd, DRM_RADEON_GEM_INFO, &gem_info,
512 return driQueryRendererIntegerCommon(psp, param, value);
517 radeonQueryRendererString(__DRIscreen *psp, int param, const char **value) argument
519 radeonScreenPtr screen = (radeonScreenPtr)psp->driverPrivate;
771 __DRIconfig **radeonInitScreen2(__DRIscreen *psp) argument
788 psp->max_gl_compat_version = 13;
789 psp->max_gl_es1_version = 11;
791 if (!radeonInitDriver(psp)) {
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_screen.c474 radeonQueryRendererInteger(__DRIscreen *psp, int param, argument
477 radeonScreenPtr screen = (radeonScreenPtr)psp->driverPrivate;
495 retval = drmCommandWriteRead(psp->fd, DRM_RADEON_GEM_INFO, &gem_info,
512 return driQueryRendererIntegerCommon(psp, param, value);
517 radeonQueryRendererString(__DRIscreen *psp, int param, const char **value) argument
519 radeonScreenPtr screen = (radeonScreenPtr)psp->driverPrivate;
771 __DRIconfig **radeonInitScreen2(__DRIscreen *psp) argument
788 psp->max_gl_compat_version = 13;
789 psp->max_gl_es1_version = 11;
791 if (!radeonInitDriver(psp)) {
[all...]
/external/mesa3d/src/mesa/drivers/dri/swrast/
H A Dswrast.c132 swrast_query_renderer_integer(__DRIscreen *psp, int param, argument
182 return driQueryRendererIntegerCommon(psp, param, value);
187 swrast_query_renderer_string(__DRIscreen *psp, int param, const char **value) argument
215 swrastFillInModes(__DRIscreen *psp, argument
235 (void) psp;
287 dri_init_screen(__DRIscreen * psp) argument
293 psp->max_gl_compat_version = 21;
294 psp->max_gl_es1_version = 11;
295 psp->max_gl_es2_version = 20;
297 psp
[all...]
/external/netperf/src/
H A Dnetcpu_pstat.c62 struct pst_processor *psp; local
68 psp = (struct pst_processor *)malloc(lib_num_loc_cpus * sizeof(*psp));
69 if (psp == NULL) {
70 printf("malloc(%d) failed!\n", lib_num_loc_cpus * sizeof(*psp));
73 if (pstat_getprocessor(psp, sizeof(*psp), lib_num_loc_cpus, 0) != -1) {
77 overlay->word[0] = psp[i].psp_idlecycles.psc_hi;
78 overlay->word[1] = psp[i].psp_idlecycles.psc_lo;
88 free(psp);
124 struct pst_processor *psp; local
[all...]
H A Dnetcpu_pstatnew.c112 struct pst_processor *psp; local
119 psp = (struct pst_processor *)malloc(max_proc_count * sizeof(*psp));
120 if (psp == NULL) {
121 printf("malloc(%d) failed!\n", max_proc_count * sizeof(*psp));
124 if (pstat_getprocessor(psp, sizeof(*psp), max_proc_count, 0) != -1) {
129 lib_iticksperclktick = psp[0].psp_iticksperclktick;
132 if (psp[j].psp_processor_state == PSP_SPU_DISABLED) {
136 /* we know that psp[
[all...]
/external/python/cpython2/PC/bdist_wininst/
H A Dinstall.c2077 PROPSHEETPAGE psp = {0}; local
2082 psp.dwSize = sizeof(psp);
2083 psp.dwFlags = PSP_DEFAULT|PSP_HIDEHEADER;
2084 psp.hInstance = GetModuleHandle (NULL);
2085 psp.lParam = 0;
2086 psp.pfnDlgProc = IntroDlgProc;
2087 psp.pszTemplate = MAKEINTRESOURCE(IDD_INTRO);
2089 ahpsp[0] = CreatePropertySheetPage(&psp);
2092 psp
[all...]
/external/syslinux/dos/
H A Dmystuff.h23 struct psp { struct
40 extern struct psp _PSP;
/external/syslinux/gpxe/src/arch/i386/image/
H A Dcomboot.c105 struct comboot_psp psp; local
110 psp.int20 = 0x20CD;
114 psp.first_non_free_para = get_fbms() << 6;
117 image, psp.first_non_free_para );
122 copy_to_user ( seg_userptr, 0, &psp, sizeof( psp ) );

Completed in 431 milliseconds