Searched refs:aligned_pitch (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xf86-video-siliconmotion/dist/src/ |
| H A D | smi_crtc.c | 138 int aligned_pitch; local in function:SMI_CrtcShadowCreate 142 aligned_pitch = (width * pSmi->Bpp + 15) & ~15; 145 pScrn->bitsPerPixel,aligned_pitch,data)); 194 int aligned_pitch = (width*pSmi->Bpp + 15) & ~15; local in function:SMI_CrtcConfigResize 196 ExaOffscreenArea* fbArea = exaOffscreenAlloc(pScrn->pScreen, aligned_pitch*height, 16, TRUE, NULL, NULL); 221 pScrn->displayWidth = aligned_pitch / pSmi->Bpp; 223 -1, -1, -1, -1, aligned_pitch, NULL);
|
| H A D | smi_exa.c | 514 int dst_pixelpitch, src_pixelpitch, align, aligned_pitch; local in function:SMI_UploadToScreen 527 aligned_pitch = ((w*pDst->drawable.bitsPerPixel >> 3) + align - 1) & ~(align - 1); 576 memcpy(pSmi->DataPortBase, src, aligned_pitch);
|
| H A D | smi_driver.c | 844 int aligned_pitch = (pScrn->virtualX*pSmi->Bpp + 15) & ~15; local in function:SMI_PreInit 846 if(aligned_pitch * pScrn->virtualY > pSmi->FBReserved){
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_regions.c | 139 unsigned long aligned_pitch; local in function:intel_region_alloc 147 &tiling, &aligned_pitch, flags); 152 aligned_pitch, tiling, buffer);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_regions.c | 87 unsigned long aligned_pitch; local in function:intel_region_alloc 95 &tiling, &aligned_pitch, flags); 100 aligned_pitch, tiling, buffer);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_surface_modifier_test.c | 50 unsigned *aligned_pitch, unsigned *aligned_height) 59 if (aligned_pitch) 60 *aligned_pitch = w; 262 unsigned aligned_pitch, aligned_height; local in function:test_modifier 265 elem_bits, 16, &aligned_pitch, 268 aligned_pitch = align(dims[i][0], 256 / util_format_get_blocksize(format)); 274 assert(surf.u.gfx9.surf_pitch == aligned_pitch); 49 block_count(unsigned w,unsigned h,unsigned elem_bits,unsigned block_bits,unsigned * aligned_pitch,unsigned * aligned_height) argument
|
Completed in 8 milliseconds