Searched refs:ppSI (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di915_hwmc.c143 static XF86MCSurfaceInfoPtr ppSI[2] = variable in typeref:typename:XF86MCSurfaceInfoPtr[2]
167 for (i = 0; i < ARRAY_SIZE(ppSI); i++) {
168 if (ctx->surface_type_id == ppSI[i]->surface_type_id) {
169 if (ctx->width > ppSI[i]->max_width)
170 ctx->width = ppSI[i]->max_width;
171 if (ctx->height > ppSI[i]->max_height)
172 ctx->height = ppSI[i]->max_height;
861 .num_surfaces = ARRAY_SIZE(ppSI),
862 .surfaces = ppSI,
H A Di810_hwmc.c129 static XF86MCSurfaceInfoPtr ppSI[2] = variable in typeref:typename:XF86MCSurfaceInfoPtr[2]
156 ppSI, /* surfaces */
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_hwmc.c116 static XF86MCSurfaceInfoPtr ppSI[1] = variable in typeref:typename:XF86MCSurfaceInfoPtr[1]
140 ppSI, /* surfaces */
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_hwmc.c127 static XF86MCSurfaceInfoPtr ppSI[2] = variable in typeref:typename:XF86MCSurfaceInfoPtr[2]
154 ppSI, /* surfaces */
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_hwmc.c127 static XF86MCSurfaceInfoPtr ppSI[2] = variable in typeref:typename:XF86MCSurfaceInfoPtr[2]
154 ppSI, /* surfaces */
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_xvmc.c246 static XF86MCSurfaceInfoPtr ppSI[2] = { variable in typeref:typename:XF86MCSurfaceInfoPtr[2]
276 ppSI, /* surfaces */

Completed in 12 milliseconds