Searched refs:pixel_size (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/perf/
H A Dreadpixels.c111 GLuint pixel_size; member in struct:__anoncdc5bf680108
148 imgSize = ReadWidth * ReadHeight * DstFormats[fmt].pixel_size;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/
H A Dsvga3d_surfacedefs.h967 const SVGA3dSize *pixel_size,
970 block_size->width = DIV_ROUND_UP(pixel_size->width,
972 block_size->height = DIV_ROUND_UP(pixel_size->height,
974 block_size->depth = DIV_ROUND_UP(pixel_size->depth,
966 svga3dsurface_get_size_in_blocks(const struct svga3d_surface_desc * desc,const SVGA3dSize * pixel_size,SVGA3dSize * block_size) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
H A Dsvga3d_surfacedefs.h967 const SVGA3dSize *pixel_size,
970 block_size->width = DIV_ROUND_UP(pixel_size->width,
972 block_size->height = DIV_ROUND_UP(pixel_size->height,
974 block_size->depth = DIV_ROUND_UP(pixel_size->depth,
966 svga3dsurface_get_size_in_blocks(const struct svga3d_surface_desc * desc,const SVGA3dSize * pixel_size,SVGA3dSize * block_size) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
H A Dtransfer.cpp502 auto dst_pitch = pitch(region, {{ img.pixel_size(),
505 auto src_pitch = pitch(region, {{ img.pixel_size(),
540 auto dst_pitch = pitch(region, {{ img.pixel_size(),
542 auto src_pitch = pitch(region, {{ img.pixel_size(),
611 auto dst_pitch = pitch(region, {{ src_img.pixel_size() }});
613 auto src_pitch = pitch(region, {{ src_img.pixel_size(),
647 auto dst_pitch = pitch(region, {{ dst_img.pixel_size(),
651 auto src_pitch = pitch(region, {{ dst_img.pixel_size() }});
/xsrc/external/mit/libXaw/dist/src/
H A DTextSink.c1055 property->pixel_size = XrmStringToQuark(name);
1102 if (property->pixel_size != NULLQUARK) {
1104 (short)(atoi(XrmQuarkToString(property->pixel_size)) / 10);
1197 const char *foundry, *family, *weight, *slant, *setwidth, *addstyle, *pixel_size, local in function:_XawTextSinkAddProperty
1258 property->pixel_size != NULLQUARK)
1259 pixel_size = XrmQuarkToString(property->pixel_size);
1261 pixel_size = asterisk;
1306 pixel_size, point_size, res_x, res_y, spacing, avgwidth,
1436 property->pixel_size
[all...]
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DTextSinkP.h99 XrmQuark foundry, family, weight, slant, setwidth, addstyle, pixel_size, member in struct:_XawTextProperty
/xsrc/external/mit/libXfont/dist/src/FreeType/
H A Dftfuncs.h126 double pixel_size; /* to calc attributes (actual height) */ member in struct:_FTInstance
H A Dftfuncs.c425 instance->pixel_size =0;
1174 / instance->pixel_size));
3440 instance->pixel_size = base_height;
/xsrc/external/mit/libXfont2/dist/src/FreeType/
H A Dftfuncs.h126 double pixel_size; /* to calc attributes (actual height) */ member in struct:_FTInstance
H A Dftfuncs.c427 instance->pixel_size =0;
1176 / instance->pixel_size));
3444 instance->pixel_size = base_height;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dmemory.hpp122 size_t pixel_size() const;
H A Dmemory.cpp174 image::pixel_size() const { function in class:image
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/
H A Dtransfer.cpp614 auto dst_pitch = pitch(region, {{ img.pixel_size(),
617 auto src_pitch = pitch(region, {{ img.pixel_size(),
652 auto dst_pitch = pitch(region, {{ img.pixel_size(),
654 auto src_pitch = pitch(region, {{ img.pixel_size(),
755 auto dst_pitch = pitch(region, {{ src_img.pixel_size() }});
757 auto src_pitch = pitch(region, {{ src_img.pixel_size(),
791 auto dst_pitch = pitch(region, {{ dst_img.pixel_size(),
795 auto src_pitch = pitch(region, {{ dst_img.pixel_size() }});
H A Dmemory.cpp434 buf.as_scalar<size_t>() = img.pixel_size();
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dmemory.hpp150 size_t pixel_size() const;
H A Dmemory.cpp238 image::pixel_size() const { function in class:image
/xsrc/external/mit/xterm/dist/
H A Dfontutils.c126 int pixel_size; member in struct:__anond0ea38510108
455 if ((props.pixel_size = atoi(str)) == 0)
559 append_fontname_num(&result, props->pixel_size);
671 int pixel_size; local in function:xtermSpecialFont
680 pixel_size = props->pixel_size;
694 pixel_size *= 2;
699 || old_props.pixel_size != pixel_size
706 TRACE(("pixel_size
[all...]
/xsrc/external/mit/libX11/dist/modules/om/generic/
H A DomGeneric.c510 int pixel_size = 0; local in function:get_rotate_fontname
554 pixel_size = atoi(fields[PIXEL_SIZE_FIELD - 1]);
556 "[ 0 ~%d %d 0 ]", pixel_size, pixel_size);
/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dbitscale.c58 atom, truncate_atom, pixel_size, point_size, resolution_x, enumerator in enum:scaleType
87 { "PIXEL_SIZE", 0, pixel_size },
631 case pixel_size:
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dbitscale.c53 atom, truncate_atom, pixel_size, point_size, resolution_x, enumerator in enum:scaleType
82 { "PIXEL_SIZE", 0, pixel_size },
628 case pixel_size:

Completed in 207 milliseconds