| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/ |
| 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 && max_height) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/ |
| 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 && max_height) [all...] |
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| stroke.h | 108 bottom, max_width; member in struct:__anon25 128 float top, bottom, max_width; member in struct:__anon28
|
| /xsrc/external/mit/pixman/dist/test/ |
| 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 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,
|
| /xsrc/external/mit/fslsfonts/dist/ |
| fslsfonts.c | 354 unsigned int max_width = 0, local 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/ |
| 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;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/ |
| context.c | 56 unsigned int max_width = 0, max_height = 0; local 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.old/dist/src/gallium/state_trackers/xvmc/ |
| context.c | 56 unsigned int max_width = 0, max_height = 0; local 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/ |
| WMGeom.c | 122 if (rwidth > hints->max_width) rwidth = hints->max_width;
|
| SetNrmHint.c | 93 data.maxWidth = hints->max_width;
|
| /xsrc/external/mit/freetype/dist/include/freetype/ |
| ftwinfnt.h | 204 FT_UShort max_width; member in struct:FT_WinFNT_HeaderRec_
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| xf86xvmc.h | 44 unsigned short max_width; member in struct:__anon9977
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| winmultiwindowclass.h | 87 int max_width, max_height; member in struct:__anon10202
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| xf86xvmc.h | 44 unsigned short max_width; member in struct:__anon10581
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| winmultiwindowclass.h | 60 int max_width, max_height; member in struct:__anon10800
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| r600_test_dma.c | 210 unsigned bpp, max_width, max_height, max_depth, j, num; local 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/ |
| si_test_blit.c | 207 unsigned max_width, max_height, max_depth, j, num; local 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/MesaLib.old/dist/src/gallium/drivers/r600/ |
| r600_test_dma.c | 211 unsigned bpp, max_width, max_height, max_depth, j, num; local 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/ |
| si_test_dma.c | 226 unsigned bpp, max_width, max_height, max_depth, j, num; local 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/xlsfonts/dist/ |
| xlsfonts.c | 388 int width, max_width = 0, lines_per_column, j, index; local 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/xorg-server/dist/Xext/ |
| xvmcext.h | 16 unsigned short max_width; member in struct:__anon9817
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| xvmcext.h | 16 unsigned short max_width; member in struct:__anon10380
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| XvMC.h | 71 unsigned short max_width; member in struct:__anon11380
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/ |
| glx_usefont.c | 223 unsigned int max_width, max_height, max_bm_width, max_bm_height; local 241 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing; 243 max_bm_width = (max_width + 7) / 8;
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| xfont.c | 228 unsigned int max_width, max_height, max_bm_width, max_bm_height; local 243 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing; 245 max_bm_width = (max_width + 7) / 8;
|