Searched refs:max_height (Results 1 - 25 of 132) sorted by relevance

123456

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/
H A Dquery.c68 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))
205 *max_height = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM,
209 *max_macroblocks = (*max_width/16)*(*max_height/16);
212 *max_height = 0;
226 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height)
244 if (!(is_supported && max_width && max_height))
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 Dquery.c68 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))
204 *max_height = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM,
211 *max_macroblocks = (*max_width/16)*(*max_height/16);
215 *max_height = 0;
229 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height)
247 if (!(is_supported && max_width && max_height))
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/pixman/dist/test/
H A Dblitters-test.c24 int max_height,
41 height = prng_rand_n (max_height) + 1;
249 int max_width, max_height, max_extra_stride; local in function:test_composite
252 max_width = max_height = 24 + testnum / 10000;
258 if (max_height > 16)
259 max_height = 16;
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/xmessage/dist/
H A Dmakeform.c218 Dimension max_height)
272 if (max_height == 0)
273 max_height = .7 * HeightOfScreen(XtScreen(text));
298 if (height > max_height) {
299 height = max_height;
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 Dcontext.c56 unsigned int max_width = 0, max_height = 0; local in function:Validate
96 max_height = surface_info[l].max_height;
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 Dcontext.c56 unsigned int max_width = 0, max_height = 0; local in function:Validate
96 max_height = surface_info[l].max_height;
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 DWMGeom.c123 if (rheight > hints->max_height) rheight = hints->max_height;
H A DSetNrmHint.c94 data.maxHeight = hints->max_height;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86xvmc.h45 unsigned short max_height; member in struct:__anon8a8ad0160208
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86xvmc.h45 unsigned short max_height; member in struct:__anon8e949fe90208
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowclass.h87 int max_width, max_height; member in struct:__anon89a0bf6c0208
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmultiwindowclass.h60 int max_width, max_height; member in struct:__anon045cf5390208
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_test_dma.c211 unsigned bpp, max_width, max_height, max_depth, j, num; local in function:r600_test_dma
300 max_height = MIN2(tsrc.height0, tdst.height0);
314 height = max_height;
328 if (max_width < 8 || max_height < 8)
331 height = ((rand() % (max_height / 8)) + 1) * 8;
340 assert(max_width > 0 && max_height > 0);
343 height = (rand() % max_height) + 1;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_test_dma.c226 unsigned bpp, max_width, max_height, max_depth, j, num; local in function:si_test_dma
317 max_height = MIN2(tsrc.height0, tdst.height0);
331 height = max_height;
345 if (max_width < 8 || max_height < 8)
348 height = ((rand() % (max_height / 8)) + 1) * 8;
357 assert(max_width > 0 && max_height > 0);
360 height = (rand() % max_height) + 1;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_test_dma.c210 unsigned bpp, max_width, max_height, max_depth, j, num; local in function:r600_test_dma
299 max_height = MIN2(tsrc.height0, tdst.height0);
313 height = max_height;
327 if (max_width < 8 || max_height < 8)
330 height = ((rand() % (max_height / 8)) + 1) * 8;
339 assert(max_width > 0 && max_height > 0);
342 height = (rand() % max_height) + 1;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_test_blit.c207 unsigned max_width, max_height, max_depth, j, num; local in function:si_test_blit
302 max_height = MIN2(tsrc.height0, tdst.height0);
316 height = max_height;
328 if (max_width < 8 || max_height < 8)
331 height = ((rand() % (max_height / 8)) + 1) * 8;
340 assert(max_width > 0 && max_height > 0);
343 height = (rand() % max_height) + 1;
/xsrc/external/mit/freetype/dist/src/pshinter/
H A Dpshglob.c712 FT_Short max_height = 1; local in function:psh_globals_new
715 max_height = psh_calc_max_height( priv->num_blue_values,
717 max_height );
718 max_height = psh_calc_max_height( priv->num_other_blues,
720 max_height );
721 max_height = psh_calc_max_height( priv->num_family_blues,
723 max_height );
724 max_height = psh_calc_max_height( priv->num_family_other_blues,
726 max_height );
729 max_scale = FT_DivFix( 1000, max_height );
[all...]
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXvMC.h72 unsigned short max_height; member in struct:__anon0f084cab0108
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxvmcext.h17 unsigned short max_height; member in struct:__anonf1f5a4760208
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxvmcext.h17 unsigned short max_height; member in struct:__anonb941ef090208
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
H A Dglx_usefont.c223 unsigned int max_width, max_height, max_bm_width, max_bm_height; local in function:glXUseXFont
242 max_height = fs->max_bounds.ascent + fs->max_bounds.descent;
244 max_bm_height = max_height;
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dxfont.c232 unsigned int max_width, max_height, max_bm_width, max_bm_height; local in function:DRI_glXUseXFont
254 max_height = fs->max_bounds.ascent + fs->max_bounds.descent;
256 max_bm_height = max_height;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dxfonts.c222 unsigned int max_width, max_height, max_bm_width, max_bm_height; local in function:Fake_glXUseXFont
240 max_height = fs->max_bounds.ascent + fs->max_bounds.descent;
242 max_bm_height = max_height;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
H A Dglx_usefont.c223 unsigned int max_width, max_height, max_bm_width, max_bm_height; local in function:glXUseXFont
242 max_height = fs->max_bounds.ascent + fs->max_bounds.descent;
244 max_bm_height = max_height;
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dxfont.c228 unsigned int max_width, max_height, max_bm_width, max_bm_height; local in function:DRI_glXUseXFont
244 max_height = fs->max_bounds.ascent + fs->max_bounds.descent;
246 max_bm_height = max_height;

Completed in 19 milliseconds

123456