| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/ |
| H A D | query.c | 68 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) 74 if (!(is_supported && max_width && max_height)) 95 *max_width = *max_height = pow(2,max_2d_texture_level-1); 176 uint32_t *max_width, uint32_t *max_height) 182 if (!(is_supported && max_level && max_macroblocks && max_width && max_height)) 203 *max_width = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM, 209 *max_macroblocks = (*max_width/16)*(*max_height/16); 211 *max_width = 0; 226 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) 244 if (!(is_supported && max_width 67 vlVdpVideoSurfaceQueryCapabilities(VdpDevice device,VdpChromaType surface_chroma_type,VdpBool * is_supported,uint32_t * max_width,uint32_t * max_height) argument 174 vlVdpDecoderQueryCapabilities(VdpDevice device,VdpDecoderProfile profile,VdpBool * is_supported,uint32_t * max_level,uint32_t * max_macroblocks,uint32_t * max_width,uint32_t * max_height) argument 225 vlVdpOutputSurfaceQueryCapabilities(VdpDevice device,VdpRGBAFormat surface_rgba_format,VdpBool * is_supported,uint32_t * max_width,uint32_t * max_height) argument 425 vlVdpBitmapSurfaceQueryCapabilities(VdpDevice device,VdpRGBAFormat surface_rgba_format,VdpBool * is_supported,uint32_t * max_width,uint32_t * max_height) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/ |
| H A D | query.c | 68 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) 74 if (!(is_supported && max_width && max_height)) 94 *max_width = *max_height = max_2d_texture_size; 175 uint32_t *max_width, uint32_t *max_height) 181 if (!(is_supported && max_level && max_macroblocks && max_width && max_height)) 202 *max_width = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM, 211 *max_macroblocks = (*max_width/16)*(*max_height/16); 214 *max_width = 0; 229 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) 247 if (!(is_supported && max_width 67 vlVdpVideoSurfaceQueryCapabilities(VdpDevice device,VdpChromaType surface_chroma_type,VdpBool * is_supported,uint32_t * max_width,uint32_t * max_height) argument 173 vlVdpDecoderQueryCapabilities(VdpDevice device,VdpDecoderProfile profile,VdpBool * is_supported,uint32_t * max_level,uint32_t * max_macroblocks,uint32_t * max_width,uint32_t * max_height) argument 228 vlVdpOutputSurfaceQueryCapabilities(VdpDevice device,VdpRGBAFormat surface_rgba_format,VdpBool * is_supported,uint32_t * max_width,uint32_t * max_height) argument 428 vlVdpBitmapSurfaceQueryCapabilities(VdpDevice device,VdpRGBAFormat surface_rgba_format,VdpBool * is_supported,uint32_t * max_width,uint32_t * max_height) argument [all...] |
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | stroke.h | 108 bottom, max_width; member in struct:__anon1477d9d40b08 128 float top, bottom, max_width; member in struct:__anon1477d9d40e08
|
| /xsrc/external/mit/pixman/dist/test/ |
| H A D | blitters-test.c | 23 int max_width, 40 width = prng_rand_n (max_width) + 1; 249 int max_width, max_height, max_extra_stride; local in function:test_composite 252 max_width = max_height = 24 + testnum / 10000; 255 if (max_width > 256) 256 max_width = 256; 271 src_img = create_random_image (img_fmt_list, max_width, max_height, 283 dst_img = create_random_image (img_fmt_list, max_width, max_height, 325 mask_img = create_random_image (mask_fmt_list, max_width, max_height, 22 create_random_image(pixman_format_code_t * allowed_formats,int max_width,int max_height,int max_extra_stride,pixman_format_code_t * used_fmt) argument
|
| /xsrc/external/mit/fslsfonts/dist/ |
| H A D | fslsfonts.c | 354 unsigned int max_width = 0, local in function:show_fonts 359 if (width > max_width) 360 max_width = width; 362 if (max_width == 0) { 368 if ((max_width * 2) + output_line_padding > 372 max_width += output_line_padding; 374 output_line_padding) / max_width); 377 max_width += output_line_padding; 395 max_width,
|
| /xsrc/external/mit/xmessage/dist/ |
| H A D | makeform.c | 217 Dimension max_width, 270 if (max_width == 0) 271 max_width = .7 * WidthOfScreen(XtScreen(text)); 274 if (width > max_width) { 275 width = max_width; 211 make_queryform(Widget parent,char * msgstr,int msglen,char * button_list,Boolean print_value,char * default_button,Dimension max_width,Dimension max_height) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/ |
| H A D | context.c | 56 unsigned int max_width = 0, max_height = 0; local in function:Validate 95 max_width = surface_info[l].max_width; 112 i, port, surface_type_id, max_width, max_height, *chroma_format, 131 if (width > max_width || height > max_height) { 133 width, height, max_width, max_height);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/ |
| H A D | context.c | 56 unsigned int max_width = 0, max_height = 0; local in function:Validate 95 max_width = surface_info[l].max_width; 112 i, port, surface_type_id, max_width, max_height, *chroma_format, 131 if (width > max_width || height > max_height) { 133 width, height, max_width, max_height);
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | WMGeom.c | 122 if (rwidth > hints->max_width) rwidth = hints->max_width;
|
| H A D | SetNrmHint.c | 93 data.maxWidth = hints->max_width;
|
| /xsrc/external/mit/freetype/dist/include/freetype/ |
| H A D | ftwinfnt.h | 204 FT_UShort max_width; member in struct:FT_WinFNT_HeaderRec_
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86xvmc.h | 44 unsigned short max_width; member in struct:__anon8a8ad0160208
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86xvmc.h | 44 unsigned short max_width; member in struct:__anon8e949fe90208
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winmultiwindowclass.h | 87 int max_width, max_height; member in struct:__anon89a0bf6c0208
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winmultiwindowclass.h | 60 int max_width, max_height; member in struct:__anon045cf5390208
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_test_dma.c | 211 unsigned bpp, max_width, max_height, max_depth, j, num; local in function:r600_test_dma 299 max_width = MIN2(tsrc.width0, tdst.width0); 313 width = max_width; 328 if (max_width < 8 || max_height < 8) 330 width = ((rand() % (max_width / 8)) + 1) * 8; 340 assert(max_width > 0 && max_height > 0); 342 width = (rand() % max_width) + 1;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_test_dma.c | 226 unsigned bpp, max_width, max_height, max_depth, j, num; local in function:si_test_dma 316 max_width = MIN2(tsrc.width0, tdst.width0); 330 width = max_width; 345 if (max_width < 8 || max_height < 8) 347 width = ((rand() % (max_width / 8)) + 1) * 8; 357 assert(max_width > 0 && max_height > 0); 359 width = (rand() % max_width) + 1;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_test_dma.c | 210 unsigned bpp, max_width, max_height, max_depth, j, num; local in function:r600_test_dma 298 max_width = MIN2(tsrc.width0, tdst.width0); 312 width = max_width; 327 if (max_width < 8 || max_height < 8) 329 width = ((rand() % (max_width / 8)) + 1) * 8; 339 assert(max_width > 0 && max_height > 0); 341 width = (rand() % max_width) + 1;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_test_blit.c | 207 unsigned max_width, max_height, max_depth, j, num; local in function:si_test_blit 301 max_width = MIN2(tsrc.width0, tdst.width0); 315 width = max_width; 328 if (max_width < 8 || max_height < 8) 330 width = ((rand() % (max_width / 8)) + 1) * 8; 340 assert(max_width > 0 && max_height > 0); 342 width = (rand() % max_width) + 1;
|
| /xsrc/external/mit/xlsfonts/dist/ |
| H A D | xlsfonts.c | 388 int width, max_width = 0, lines_per_column, j, index; local in function:show_fonts 392 if (width > max_width) 393 max_width = width; 395 if (max_width == 0) 399 if ((max_width * 2) + output_line_padding > 404 max_width += output_line_padding; 406 output_line_padding) / max_width); 410 max_width += output_line_padding; 427 printf("%-*s", max_width, font_list[index].name);
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | XvMC.h | 71 unsigned short max_width; member in struct:__anon0f084cab0108
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | xvmcext.h | 16 unsigned short max_width; member in struct:__anonf1f5a4760208
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | xvmcext.h | 16 unsigned short max_width; member in struct:__anonb941ef090208
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/ |
| H A D | glx_usefont.c | 223 unsigned int max_width, max_height, max_bm_width, max_bm_height; local in function:glXUseXFont 241 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing; 243 max_bm_width = (max_width + 7) / 8;
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | xfont.c | 232 unsigned int max_width, max_height, max_bm_width, max_bm_height; local in function:DRI_glXUseXFont 253 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing; 255 max_bm_width = (max_width + 7) / 8;
|