Searched refs:num_planes (Results 1 - 25 of 75) sorted by last modified time

123

/xsrc/external/mit/xvinfo/dist/
H A Dxvinfo.c296 formats[n].num_planes);
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXvproto.h115 CARD8 num_planes; member in struct:__anon348c008f0608
547 CARD32 num_planes; member in struct:__anon348c008f2008
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyrvideo.c421 image->num_planes = formats[i].num_planes;
1240 reply->num_planes << 2);
1242 reply->num_planes << 2);
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxvdisp.c222 swapl(&rep->num_planes);
964 int size, num_planes, i; local in function:ProcXvQueryImageAttributes
993 num_planes = pImage->num_planes;
995 if (!(offsets = malloc(num_planes << 3)))
997 pitches = offsets + num_planes;
1009 .length = planeLength = num_planes << 1,
1010 .num_planes = num_planes,
1059 info.num_planes
[all...]
H A Dxvdix.h123 int num_planes; member in struct:__anon419ad4ed0508
H A Dxvmc.c579 info.num_planes = pImage->num_planes;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86xv.c471 pi->num_planes = imagePtr->num_planes;
H A Dxf86xv.h52 int num_planes; member in struct:__anone1cd51a60108
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkxv.c412 pi->num_planes = imagePtr->num_planes;
H A Dkxv.h66 int num_planes; member in struct:__anon30ce8c010108
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyrhostvideo.c711 rep.num_planes << 2);
714 rep.num_planes << 2);
H A Dephyrhostvideo.h65 int num_planes; member in struct:_EphyrHostImageFormat
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxvmc.c541 info.num_planes = pImage->num_planes;
H A Dxvdisp.c270 swapl(&rep->num_planes, n);
1128 int size, num_planes, i; local in function:ProcXvQueryImageAttributes
1156 num_planes = pImage->num_planes;
1158 if(!(offsets = malloc(num_planes << 3)))
1160 pitches = offsets + num_planes;
1170 rep.length = planeLength = num_planes << 1;
1171 rep.num_planes = num_planes;
1215 info.num_planes
[all...]
H A Dxvdix.h125 int num_planes; member in struct:__anona5184b1a0508
/xsrc/external/mit/xgc/dist/
H A Dplanemask.c67 int i, num_planes; local in function:create_planemask_choice
72 num_planes = PlanesOfScreen(X.scr);
74 planemask = (1<<num_planes)-1;
80 pm = (Widget *) malloc(num_planes * sizeof(Widget));
81 pminfo = (int *) malloc(num_planes * sizeof(int));
90 for (i=0;i<num_planes;++i) { /* go through all the buttons */
/xsrc/external/mit/libepoxy/src/
H A Degl_generated.h905 typedef EGLBoolean (GLAPIENTRY *PFNEGLEXPORTDMABUFIMAGEQUERYMESAPROC)(EGLDisplay dpy, EGLImageKHR image, int * fourcc, int * num_planes, EGLuint64KHR * modifiers);
1100 EPOXY_PUBLIC EGLBoolean (EPOXY_CALLSPEC *epoxy_eglExportDMABUFImageQueryMESA)(EGLDisplay dpy, EGLImageKHR image, int * fourcc, int * num_planes, EGLuint64KHR * modifiers);
H A Degl_generated_dispatch.c5067 GEN_THUNKS_RET(EGLBoolean, eglExportDMABUFImageQueryMESA, (EGLDisplay dpy, EGLImageKHR image, int * fourcc, int * num_planes, EGLuint64KHR * modifiers), (dpy, image, fourcc, num_planes, modifiers))
/xsrc/external/mit/libXvMC/dist/src/
H A DXvMC.c187 ret[i].num_planes = Info.num_planes;
/xsrc/external/mit/libXv/dist/src/
H A DXv.c940 ret[i].num_planes = Info.num_planes;
1000 if (rep.num_planes < ((INT_MAX >> 3) - sizeof(XvImage)))
1001 ret = Xmalloc(sizeof(XvImage) + (rep.num_planes << 3));
1008 ret->num_planes = (int) rep.num_planes;
1010 ret->offsets = ret->pitches + rep.num_planes;
1013 _XRead(dpy, (char *) (ret->pitches), rep.num_planes << 2);
1014 _XRead(dpy, (char *) (ret->offsets), rep.num_planes << 2);
/xsrc/external/mit/libXv/dist/include/X11/extensions/
H A DXvlib.h131 int num_planes; member in struct:__anon3b3c96a30908
157 int num_planes; member in struct:__anon3b3c96a30a08
/xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
H A Dwsi_common_wayland.c1193 for (int i = 0; i < image->base.num_planes; i++) {
H A Dwsi_common_win32.c444 image->num_planes = 1;
H A Dwsi_common_x11.c1465 image->base.num_planes,
1483 assert(image->base.num_planes == 1);
1500 for (int i = 0; i < image->base.num_planes; i++)
H A Dwsi_common_display.c1046 for (unsigned int i = 0; i < image->base.num_planes; i++) {
1076 for (unsigned int i = 0; i < image->base.num_planes; i++) {
1100 for (unsigned int i = 0; i < image->base.num_planes; i++)

Completed in 46 milliseconds

123