Searched refs:bpp (Results 1 - 25 of 635) sorted by relevance

1234567891011>>

/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A DrootlessConfig.h45 pixel. Note that we only care for 32bpp data. Mac OS X uses planar
46 alpha for 16bpp. */
47 # define RootlessAlphaMask(bpp) ((bpp) == 32 ? 0xFF000000 : 0)
58 # define RootlessAlphaMask(bpp) ((bpp) == 32 ? 0xFF000000 : 0)
/xsrc/external/mit/xorg-server/dist/miext/rootless/
H A DrootlessConfig.h47 pixel. Note that we only care for 32bpp data. Mac OS X uses planar
48 alpha for 16bpp. */
49 #define RootlessAlphaMask(bpp) ((bpp) == 32 ? 0xFF000000 : 0)
/xsrc/external/mit/MesaLib/dist/src/asahi/lib/
H A Dtiling.h28 unsigned width, unsigned bpp, unsigned linear_pitch,
32 unsigned width, unsigned bpp, unsigned linear_pitch,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
H A Dlima_tiling.h36 uint32_t bpp);
42 uint32_t bpp);
H A Dlima_tiling.c78 uint32_t bpp)
92 const uint8_t *source = &src8[source_start + bpp * src_x];
93 uint8_t *dest = dst + block_start_s + bpp * (block_x_s + index);
95 for (int b = 0; b < bpp; ++b)
131 uint32_t bpp)
145 uint8_t *dest = &dst8[dest_start + bpp * dest_x];
146 const uint8_t *source = src + block_start_s + bpp * (block_x_s + index);
148 for (int b = 0; b < bpp; ++b)
159 uint32_t bpp)
161 switch (bpp) {
74 lima_store_tiled_image_generic(void * dst,const void * src,const struct pipe_box * box,uint32_t dst_stride,uint32_t src_stride,uint32_t bpp) argument
127 lima_load_tiled_image_generic(void * dst,const void * src,const struct pipe_box * box,uint32_t dst_stride,uint32_t src_stride,uint32_t bpp) argument
155 lima_store_tiled_image(void * dst,const void * src,const struct pipe_box * box,uint32_t dst_stride,uint32_t src_stride,uint32_t bpp) argument
171 lima_load_tiled_image(void * dst,const void * src,const struct pipe_box * box,uint32_t dst_stride,uint32_t src_stride,uint32_t bpp) argument
[all...]
/xsrc/external/mit/xorg-server.old/dist/miext/shadow/
H A Dshalloc.c41 shadowAlloc (int width, int height, int bpp) argument
47 stride = BitmapBytePad (width * bpp);
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfb24_32.h39 int bpp);
49 int bpp);
H A Dfbscreen.c101 int bpp) /* bits per pixel for screen */
106 if (bpp > 1) {
126 if (bpp == 1) {
154 int bpp,
166 int bpp)
175 int imagebpp = bpp;
181 stride = (width * bpp) / 8;
189 * By default, a 24bpp screen will use 32bpp images, this avoids
191 * pixels. If you want real 24bit images, include a 24bpp
94 fbSetupScreen(ScreenPtr pScreen,pointer pbits,int xsize,int ysize,int dpix,int dpiy,int width,int bpp) argument
147 wfbFinishScreenInit(ScreenPtr pScreen,pointer pbits,int xsize,int ysize,int dpix,int dpiy,int width,int bpp,SetupWrapProcPtr setupWrap,FinishWrapProcPtr finishWrap) argument
254 wfbScreenInit(ScreenPtr pScreen,pointer pbits,int xsize,int ysize,int dpix,int dpiy,int width,int bpp,SetupWrapProcPtr setupWrap,FinishWrapProcPtr finishWrap) argument
274 fbScreenInit(ScreenPtr pScreen,pointer pbits,int xsize,int ysize,int dpix,int dpiy,int width,int bpp) argument
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/sun/
H A DsunMultiDepth.c120 int bpp /* bits per pixel of root */
130 ret = fbSetupScreen(pScreen, pbits, xsize, ysize, dpix, dpiy, width, bpp);
146 int bpp
158 &rootdepth, &defaultVisual, 1 << (bpp - 1), 8))
178 int bpp
182 width, bpp))
185 dpiy, width, bpp);
202 int bpp /* bits per pixel of root */
207 return fbSetupScreen(pScreen, pbits, xsize, ysize, dpix, dpiy, width, bpp);
219 int bpp
112 sunCfbSetupScreen(ScreenPtr pScreen,pointer pbits,int xsize,int ysize,int dpix,int dpiy,int width,int bpp) argument
138 sunCfbFinishScreenInit(ScreenPtr pScreen,pointer pbits,int xsize,int ysize,int dpix,int dpiy,int width,int bpp) argument
170 sunCfbScreenInit(ScreenPtr pScreen,pointer pbits,int xsize,int ysize,int dpix,int dpiy,int width,int bpp) argument
194 sunCfbSetupScreen(ScreenPtr pScreen,pointer pbits,int xsize,int ysize,int dpix,int dpiy,int width,int bpp) argument
211 sunCfbFinishScreenInit(ScreenPtr pScreen,pointer pbits,int xsize,int ysize,int dpix,int dpiy,int width,int bpp) argument
227 sunCfbScreenInit(ScreenPtr pScreen,pointer pbits,int xsize,int ysize,int dpix,int dpiy,int width,int bpp) argument
[all...]
/xsrc/external/mit/xorg-server/dist/hw/sun/
H A DsunMultiDepth.c120 int bpp /* bits per pixel of root */
130 ret = fbSetupScreen(pScreen, pbits, xsize, ysize, dpix, dpiy, width, bpp);
146 int bpp
158 &rootdepth, &defaultVisual, 1 << (bpp - 1), 8))
178 int bpp
182 width, bpp))
185 dpiy, width, bpp);
202 int bpp /* bits per pixel of root */
207 return fbSetupScreen(pScreen, pbits, xsize, ysize, dpix, dpiy, width, bpp);
219 int bpp
112 sunCfbSetupScreen(ScreenPtr pScreen,void * pbits,int xsize,int ysize,int dpix,int dpiy,int width,int bpp) argument
138 sunCfbFinishScreenInit(ScreenPtr pScreen,void * pbits,int xsize,int ysize,int dpix,int dpiy,int width,int bpp) argument
170 sunCfbScreenInit(ScreenPtr pScreen,void * pbits,int xsize,int ysize,int dpix,int dpiy,int width,int bpp) argument
194 sunCfbSetupScreen(ScreenPtr pScreen,void * pbits,int xsize,int ysize,int dpix,int dpiy,int width,int bpp) argument
211 sunCfbFinishScreenInit(ScreenPtr pScreen,void * pbits,int xsize,int ysize,int dpix,int dpiy,int width,int bpp) argument
227 sunCfbScreenInit(ScreenPtr pScreen,void * pbits,int xsize,int ysize,int dpix,int dpiy,int width,int bpp) argument
[all...]
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbutil.c30 fbReplicatePixel(Pixel p, int bpp) argument
34 b &= FbFullMask(bpp);
35 while (bpp < FB_UNIT) {
36 b |= b << bpp;
37 bpp <<= 1;
H A Dfbscreen.c98 int bpp)
103 if (bpp > 1) {
123 if (bpp == 1) {
145 int dpix, int dpiy, int width, int bpp,
150 int dpix, int dpiy, int width, int bpp)
164 stride = (width * bpp) / 8;
170 /* fb requires power-of-two bpp */
171 if (Ones(bpp) != 1)
179 &defaultVisual, ((unsigned long) 1 << (bpp - 1)),
195 int dpix, int dpiy, int width, int bpp,
94 fbSetupScreen(ScreenPtr pScreen,void * pbits,int xsize,int ysize,int dpix,int dpiy,int width,int bpp) argument
144 wfbFinishScreenInit(ScreenPtr pScreen,void * pbits,int xsize,int ysize,int dpix,int dpiy,int width,int bpp,SetupWrapProcPtr setupWrap,FinishWrapProcPtr finishWrap) argument
194 wfbScreenInit(ScreenPtr pScreen,void * pbits,int xsize,int ysize,int dpix,int dpiy,int width,int bpp,SetupWrapProcPtr setupWrap,FinishWrapProcPtr finishWrap) argument
207 fbScreenInit(ScreenPtr pScreen,void * pbits,int xsize,int ysize,int dpix,int dpiy,int width,int bpp) argument
[all...]
/xsrc/external/mit/xf86-video-nsc/dist/src/panel/
H A Dpnl_bios.c254 * bpp: depth of the panel configured
259 Pnl_GetPanelInfoFromBIOS(int *xres, int *yres, int *bpp, int *hz) argument
293 *bpp = 8;
296 *bpp = 9;
299 *bpp = 12;
302 *bpp = 18;
305 *bpp = 24;
308 *bpp = 16;
359 *bpp = 12;
362 *bpp
[all...]
/xsrc/external/mit/xf86-video-geode/dist/src/panel/
H A Dpnl_bios.c153 * bpp: depth of the panel configured
158 Pnl_GetPanelInfoFromBIOS(int *xres, int *yres, int *bpp, int *hz) argument
196 *bpp = 8;
199 *bpp = 9;
202 *bpp = 12;
205 *bpp = 18;
208 *bpp = 24;
211 *bpp = 16;
266 *bpp = 12;
269 *bpp
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dformat_traits.h55 static const uint32_t bpp{0}; member in struct:FormatTraits
82 static const uint32_t bpp{128}; member in struct:FormatTraits
105 static const uint32_t bpp{128}; member in struct:FormatTraits
128 static const uint32_t bpp{128}; member in struct:FormatTraits
150 static const uint32_t bpp{128}; member in struct:FormatTraits
179 static const uint32_t bpp{128}; member in struct:FormatTraits
208 static const uint32_t bpp{128}; member in struct:FormatTraits
237 static const uint32_t bpp{128}; member in struct:FormatTraits
266 static const uint32_t bpp{128}; member in struct:FormatTraits
289 static const uint32_t bpp{9 member in struct:FormatTraits
312 static const uint32_t bpp{96}; member in struct:FormatTraits
335 static const uint32_t bpp{96}; member in struct:FormatTraits
358 static const uint32_t bpp{96}; member in struct:FormatTraits
381 static const uint32_t bpp{96}; member in struct:FormatTraits
404 static const uint32_t bpp{96}; member in struct:FormatTraits
433 static const uint32_t bpp{64}; member in struct:FormatTraits
462 static const uint32_t bpp{64}; member in struct:FormatTraits
485 static const uint32_t bpp{64}; member in struct:FormatTraits
508 static const uint32_t bpp{64}; member in struct:FormatTraits
537 static const uint32_t bpp{64}; member in struct:FormatTraits
559 static const uint32_t bpp{64}; member in struct:FormatTraits
581 static const uint32_t bpp{64}; member in struct:FormatTraits
603 static const uint32_t bpp{64}; member in struct:FormatTraits
627 static const uint32_t bpp{64}; member in struct:FormatTraits
650 static const uint32_t bpp{64}; member in struct:FormatTraits
672 static const uint32_t bpp{64}; member in struct:FormatTraits
693 static const uint32_t bpp{64}; member in struct:FormatTraits
722 static const uint32_t bpp{64}; member in struct:FormatTraits
751 static const uint32_t bpp{64}; member in struct:FormatTraits
773 static const uint32_t bpp{64}; member in struct:FormatTraits
795 static const uint32_t bpp{64}; member in struct:FormatTraits
824 static const uint32_t bpp{64}; member in struct:FormatTraits
853 static const uint32_t bpp{64}; member in struct:FormatTraits
875 static const uint32_t bpp{64}; member in struct:FormatTraits
897 static const uint32_t bpp{64}; member in struct:FormatTraits
919 static const uint32_t bpp{64}; member in struct:FormatTraits
942 static const uint32_t bpp{32}; member in struct:FormatTraits
965 static const uint32_t bpp{32}; member in struct:FormatTraits
994 static const uint32_t bpp{32}; member in struct:FormatTraits
1023 static const uint32_t bpp{32}; member in struct:FormatTraits
1046 static const uint32_t bpp{32}; member in struct:FormatTraits
1069 static const uint32_t bpp{32}; member in struct:FormatTraits
1092 static const uint32_t bpp{32}; member in struct:FormatTraits
1115 static const uint32_t bpp{32}; member in struct:FormatTraits
1138 static const uint32_t bpp{32}; member in struct:FormatTraits
1161 static const uint32_t bpp{32}; member in struct:FormatTraits
1183 static const uint32_t bpp{32}; member in struct:FormatTraits
1205 static const uint32_t bpp{32}; member in struct:FormatTraits
1227 static const uint32_t bpp{32}; member in struct:FormatTraits
1249 static const uint32_t bpp{32}; member in struct:FormatTraits
1271 static const uint32_t bpp{32}; member in struct:FormatTraits
1300 static const uint32_t bpp{32}; member in struct:FormatTraits
1329 static const uint32_t bpp{32}; member in struct:FormatTraits
1352 static const uint32_t bpp{32}; member in struct:FormatTraits
1382 static const uint32_t bpp{32}; member in struct:FormatTraits
1403 static const uint32_t bpp{32}; member in struct:FormatTraits
1424 static const uint32_t bpp{32}; member in struct:FormatTraits
1445 static const uint32_t bpp{32}; member in struct:FormatTraits
1466 static const uint32_t bpp{32}; member in struct:FormatTraits
1487 static const uint32_t bpp{32}; member in struct:FormatTraits
1508 static const uint32_t bpp{32}; member in struct:FormatTraits
1530 static const uint32_t bpp{32}; member in struct:FormatTraits
1552 static const uint32_t bpp{32}; member in struct:FormatTraits
1574 static const uint32_t bpp{32}; member in struct:FormatTraits
1595 static const uint32_t bpp{32}; member in struct:FormatTraits
1616 static const uint32_t bpp{32}; member in struct:FormatTraits
1637 static const uint32_t bpp{32}; member in struct:FormatTraits
1660 static const uint32_t bpp{32}; member in struct:FormatTraits
1683 static const uint32_t bpp{32}; member in struct:FormatTraits
1706 static const uint32_t bpp{32}; member in struct:FormatTraits
1729 static const uint32_t bpp{32}; member in struct:FormatTraits
1752 static const uint32_t bpp{32}; member in struct:FormatTraits
1781 static const uint32_t bpp{32}; member in struct:FormatTraits
1803 static const uint32_t bpp{32}; member in struct:FormatTraits
1832 static const uint32_t bpp{32}; member in struct:FormatTraits
1861 static const uint32_t bpp{32}; member in struct:FormatTraits
1890 static const uint32_t bpp{32}; member in struct:FormatTraits
1912 static const uint32_t bpp{32}; member in struct:FormatTraits
1934 static const uint32_t bpp{32}; member in struct:FormatTraits
1955 static const uint32_t bpp{32}; member in struct:FormatTraits
1976 static const uint32_t bpp{32}; member in struct:FormatTraits
1999 static const uint32_t bpp{16}; member in struct:FormatTraits
2022 static const uint32_t bpp{16}; member in struct:FormatTraits
2045 static const uint32_t bpp{16}; member in struct:FormatTraits
2068 static const uint32_t bpp{16}; member in struct:FormatTraits
2091 static const uint32_t bpp{16}; member in struct:FormatTraits
2114 static const uint32_t bpp{16}; member in struct:FormatTraits
2136 static const uint32_t bpp{16}; member in struct:FormatTraits
2158 static const uint32_t bpp{16}; member in struct:FormatTraits
2180 static const uint32_t bpp{16}; member in struct:FormatTraits
2202 static const uint32_t bpp{16}; member in struct:FormatTraits
2223 static const uint32_t bpp{16}; member in struct:FormatTraits
2244 static const uint32_t bpp{16}; member in struct:FormatTraits
2265 static const uint32_t bpp{16}; member in struct:FormatTraits
2286 static const uint32_t bpp{16}; member in struct:FormatTraits
2307 static const uint32_t bpp{16}; member in struct:FormatTraits
2328 static const uint32_t bpp{16}; member in struct:FormatTraits
2349 static const uint32_t bpp{16}; member in struct:FormatTraits
2370 static const uint32_t bpp{16}; member in struct:FormatTraits
2392 static const uint32_t bpp{16}; member in struct:FormatTraits
2413 static const uint32_t bpp{16}; member in struct:FormatTraits
2434 static const uint32_t bpp{16}; member in struct:FormatTraits
2455 static const uint32_t bpp{16}; member in struct:FormatTraits
2477 static const uint32_t bpp{16}; member in struct:FormatTraits
2500 static const uint32_t bpp{16}; member in struct:FormatTraits
2523 static const uint32_t bpp{16}; member in struct:FormatTraits
2545 static const uint32_t bpp{16}; member in struct:FormatTraits
2567 static const uint32_t bpp{16}; member in struct:FormatTraits
2588 static const uint32_t bpp{16}; member in struct:FormatTraits
2609 static const uint32_t bpp{16}; member in struct:FormatTraits
2632 static const uint32_t bpp{16}; member in struct:FormatTraits
2655 static const uint32_t bpp{16}; member in struct:FormatTraits
2677 static const uint32_t bpp{16}; member in struct:FormatTraits
2699 static const uint32_t bpp{16}; member in struct:FormatTraits
2720 static const uint32_t bpp{8}; member in struct:FormatTraits
2741 static const uint32_t bpp{8}; member in struct:FormatTraits
2762 static const uint32_t bpp{8}; member in struct:FormatTraits
2783 static const uint32_t bpp{8}; member in struct:FormatTraits
2804 static const uint32_t bpp{8}; member in struct:FormatTraits
2825 static const uint32_t bpp{8}; member in struct:FormatTraits
2846 static const uint32_t bpp{8}; member in struct:FormatTraits
2867 static const uint32_t bpp{8}; member in struct:FormatTraits
2888 static const uint32_t bpp{8}; member in struct:FormatTraits
2909 static const uint32_t bpp{8}; member in struct:FormatTraits
2930 static const uint32_t bpp{8}; member in struct:FormatTraits
2951 static const uint32_t bpp{8}; member in struct:FormatTraits
2972 static const uint32_t bpp{8}; member in struct:FormatTraits
2993 static const uint32_t bpp{8}; member in struct:FormatTraits
3014 static const uint32_t bpp{64}; member in struct:FormatTraits
3037 static const uint32_t bpp{32}; member in struct:FormatTraits
3058 static const uint32_t bpp{64}; member in struct:FormatTraits
3079 static const uint32_t bpp{128}; member in struct:FormatTraits
3100 static const uint32_t bpp{128}; member in struct:FormatTraits
3121 static const uint32_t bpp{64}; member in struct:FormatTraits
3142 static const uint32_t bpp{128}; member in struct:FormatTraits
3163 static const uint32_t bpp{64}; member in struct:FormatTraits
3184 static const uint32_t bpp{128}; member in struct:FormatTraits
3205 static const uint32_t bpp{128}; member in struct:FormatTraits
3228 static const uint32_t bpp{32}; member in struct:FormatTraits
3249 static const uint32_t bpp{64}; member in struct:FormatTraits
3272 static const uint32_t bpp{24}; member in struct:FormatTraits
3295 static const uint32_t bpp{24}; member in struct:FormatTraits
3318 static const uint32_t bpp{24}; member in struct:FormatTraits
3341 static const uint32_t bpp{24}; member in struct:FormatTraits
3370 static const uint32_t bpp{256}; member in struct:FormatTraits
3393 static const uint32_t bpp{192}; member in struct:FormatTraits
3414 static const uint32_t bpp{64}; member in struct:FormatTraits
3435 static const uint32_t bpp{128}; member in struct:FormatTraits
3458 static const uint32_t bpp{48}; member in struct:FormatTraits
3481 static const uint32_t bpp{48}; member in struct:FormatTraits
3504 static const uint32_t bpp{48}; member in struct:FormatTraits
3527 static const uint32_t bpp{48}; member in struct:FormatTraits
3550 static const uint32_t bpp{48}; member in struct:FormatTraits
3571 static const uint32_t bpp{128}; member in struct:FormatTraits
3592 static const uint32_t bpp{128}; member in struct:FormatTraits
3613 static const uint32_t bpp{128}; member in struct:FormatTraits
3634 static const uint32_t bpp{128}; member in struct:FormatTraits
3657 static const uint32_t bpp{24}; member in struct:FormatTraits
3680 static const uint32_t bpp{48}; member in struct:FormatTraits
3703 static const uint32_t bpp{48}; member in struct:FormatTraits
3724 static const uint32_t bpp{32}; member in struct:FormatTraits
3753 static const uint32_t bpp{32}; member in struct:FormatTraits
3782 static const uint32_t bpp{32}; member in struct:FormatTraits
3811 static const uint32_t bpp{32}; member in struct:FormatTraits
3834 static const uint32_t bpp{32}; member in struct:FormatTraits
3863 static const uint32_t bpp{32}; member in struct:FormatTraits
3892 static const uint32_t bpp{32}; member in struct:FormatTraits
3921 static const uint32_t bpp{32}; member in struct:FormatTraits
3944 static const uint32_t bpp{32}; member in struct:FormatTraits
3967 static const uint32_t bpp{32}; member in struct:FormatTraits
3990 static const uint32_t bpp{24}; member in struct:FormatTraits
4013 static const uint32_t bpp{24}; member in struct:FormatTraits
4034 static const uint32_t bpp{8}; member in struct:FormatTraits
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddumb_bo.h40 const unsigned height, const unsigned bpp);
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dvx_formats.c211 uint32_t *bpp)
222 *bpp = V3D_INTERNAL_BPP_32;
229 *bpp = V3D_INTERNAL_BPP_32;
236 *bpp = V3D_INTERNAL_BPP_32;
248 *bpp = V3D_INTERNAL_BPP_64;
254 /* Use 64bpp to make sure the TLB doesn't throw away the alpha
257 *bpp = V3D_INTERNAL_BPP_64;
262 *bpp = V3D_INTERNAL_BPP_64;
268 *bpp = V3D_INTERNAL_BPP_32;
274 *bpp
341 uint32_t type, bpp; local in function:v3dX
352 uint32_t type, bpp; local in function:v3dX
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/
H A Daddrelemlib.cpp337 UINT_32 resultBits, ///< [in] result bits: total bpp after decompression
1124 * Adjust bpp/base pitch/width/height according to elemMode and expandX/Y
1134 UINT_32* pBpp, ///< [in,out] bpp
1143 UINT_32 bpp; local in function:Addr::ElemLib::AdjustSurfaceInfo
1151 bpp = *pBpp;
1156 packedBits = bpp / expandX / expandY;
1160 packedBits = bpp * expandX * expandY;
1164 packedBits = bpp; // 32-bit packed ==> 2 32-bit result
1187 packedBits = bpp;
1190 packedBits = bpp;
1272 UINT_32 bpp; local in function:Addr::ElemLib::RestoreSurfaceInfo
1373 UINT_32 bpp; local in function:Addr::ElemLib::GetBitsPerPixel
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/core/
H A Daddrelemlib.cpp337 UINT_32 resultBits, ///< [in] result bits: total bpp after decompression
1124 * Adjust bpp/base pitch/width/height according to elemMode and expandX/Y
1134 UINT_32* pBpp, ///< [in,out] bpp
1143 UINT_32 bpp; local in function:Addr::ElemLib::AdjustSurfaceInfo
1151 bpp = *pBpp;
1156 packedBits = bpp / expandX / expandY;
1160 packedBits = bpp * expandX * expandY;
1164 packedBits = bpp; // 32-bit packed ==> 2 32-bit result
1187 packedBits = bpp;
1190 packedBits = bpp;
1272 UINT_32 bpp; local in function:Addr::ElemLib::RestoreSurfaceInfo
1373 UINT_32 bpp; local in function:Addr::ElemLib::GetBitsPerPixel
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/core/
H A Daddrelemlib.cpp337 UINT_32 resultBits, ///< [in] result bits: total bpp after decompression
1125 * Adjust bpp/base pitch/width/height according to elemMode and expandX/Y
1135 UINT_32* pBpp, ///< [in,out] bpp
1144 UINT_32 bpp; local in function:Addr::ElemLib::AdjustSurfaceInfo
1152 bpp = *pBpp;
1157 packedBits = bpp / expandX / expandY;
1161 packedBits = bpp * expandX * expandY;
1165 packedBits = bpp; // 32-bit packed ==> 2 32-bit result
1188 packedBits = bpp;
1191 packedBits = bpp;
1273 UINT_32 bpp; local in function:Addr::ElemLib::RestoreSurfaceInfo
1373 UINT_32 bpp; local in function:Addr::ElemLib::GetBitsPerPixel
[all...]
/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Ddisp_gu1.c137 int gu1_set_display_bpp(unsigned short bpp);
138 int gu1_is_display_mode_supported(int xres, int yres, int bpp, int hz);
139 int gu1_set_display_mode(int xres, int yres, int bpp, int hz);
140 int gu1_set_display_timings(unsigned short bpp, unsigned short flags,
189 unsigned short height, unsigned short bpp);
191 unsigned short height, unsigned short bpp);
200 int gu1_mode_frequency_supported(int xres, int yres, int bpp,
202 int gu1_get_refreshrate_from_frequency(int xres, int yres, int bpp, int *hz,
204 int gu1_get_refreshrate_from_mode(int xres, int yres, int bpp, int *hz,
206 int gu1_get_frequency_from_refreshrate(int xres, int yres, int bpp, in
450 gu1_set_display_bpp(unsigned short bpp) argument
488 gu1_set_specified_mode(DISPLAYMODE * pMode,int bpp) argument
794 gu1_is_display_mode_supported(int xres,int yres,int bpp,int hz) argument
864 gu1_set_display_mode(int xres,int yres,int bpp,int hz) argument
897 gu1_set_display_timings(unsigned short bpp,unsigned short flags,unsigned short hactive,unsigned short hblankstart,unsigned short hsyncstart,unsigned short hsyncend,unsigned short hblankend,unsigned short htotal,unsigned short vactive,unsigned short vblankstart,unsigned short vsyncstart,unsigned short vsyncend,unsigned short vblankend,unsigned short vtotal,unsigned long frequency) argument
1785 gu1_set_fixed_timings(int panelResX,int panelResY,unsigned short width,unsigned short height,unsigned short bpp) argument
1832 gu1_set_panel_present(int panelResX,int panelResY,unsigned short width,unsigned short height,unsigned short bpp) argument
1984 gu1_mode_frequency_supported(int xres,int yres,int bpp,unsigned long frequency) argument
2035 gu1_get_refreshrate_from_frequency(int xres,int yres,int bpp,int * hz,unsigned long frequency) argument
2101 gu1_get_refreshrate_from_mode(int xres,int yres,int bpp,int * hz,unsigned long frequency) argument
2163 gu1_get_frequency_from_refreshrate(int xres,int yres,int bpp,int hz,int * frequency) argument
2237 gu1_get_display_mode(int * xres,int * yres,int * bpp,int * hz) argument
[all...]
/xsrc/external/mit/libdrm/dist/tests/modetest/
H A Dbuffers.c58 bo_create_dumb(int fd, unsigned int width, unsigned int height, unsigned int bpp) argument
69 ret = drmModeCreateDumbBuffer(fd, width, height, bpp, 0, &bo->handle,
121 unsigned int bpp; local in function:bo_create
129 bpp = 1;
133 bpp = 2;
137 bpp = 4;
153 bpp = 8;
159 bpp = 10;
186 bpp = 16;
191 bpp
[all...]
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_exa_shared.h41 extern Bool RADEONValidPM(uint32_t pm, int bpp);
42 extern Bool RADEONCheckBPP(int bpp);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_blt.h52 uint8_t bpp; /* # bytes per pixel 1/2/4/8 - only used for CLEAR_IMAGE */ member in struct:blt_imginfo
93 uint8_t bpp; member in struct:blt_inplace_op
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_blt.h51 uint8_t bpp; /* # bytes per pixel 1/2/4/8 - only used for CLEAR_IMAGE */ member in struct:blt_imginfo
92 uint8_t bpp; member in struct:blt_inplace_op

Completed in 34 milliseconds

1234567891011>>