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

/external/libdrm/intel/
H A Dintel_bufmgr_fake.c853 unsigned long stride, aligned_y; local
863 aligned_y = ALIGN(y, 2);
867 return drm_intel_fake_bo_alloc(bufmgr, name, stride * aligned_y,
H A Dintel_bufmgr_gem.c823 unsigned long aligned_y, height_alignment; local
838 aligned_y = y;
849 aligned_y = ALIGN(y, height_alignment);
853 size = stride * aligned_y;

Completed in 61 milliseconds