Searched refs:aligned_y (Results 1 - 2 of 2) sorted by relevance

/external/libdrm/intel/
H A Dintel_bufmgr_fake.c849 unsigned long stride, aligned_y; local
859 aligned_y = ALIGN(y, 2);
863 return drm_intel_fake_bo_alloc(bufmgr, name, stride * aligned_y,
H A Dintel_bufmgr_gem.c891 unsigned long aligned_y, height_alignment; local
906 aligned_y = y;
917 aligned_y = ALIGN(y, height_alignment);
921 size = stride * aligned_y;

Completed in 1855 milliseconds