HomeSort by relevance Sort by last modified time
    Searched refs:aligned_y (Results 1 - 2 of 2) sorted by null

  /external/libdrm/intel/
intel_bufmgr_fake.c 853 unsigned long stride, aligned_y; local
863 aligned_y = ALIGN(y, 2);
867 return drm_intel_fake_bo_alloc(bufmgr, name, stride * aligned_y,
    [all...]
intel_bufmgr_gem.c 823 unsigned long aligned_y, height_alignment; local
838 aligned_y = y;
849 aligned_y = ALIGN(y, height_alignment);
853 size = stride * aligned_y;
    [all...]

Completed in 1248 milliseconds