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 849 unsigned long stride, aligned_y; local
859 aligned_y = ALIGN(y, 2);
863 return drm_intel_fake_bo_alloc(bufmgr, name, stride * aligned_y,
    [all...]
intel_bufmgr_gem.c 891 unsigned long aligned_y, height_alignment; local
906 aligned_y = y;
917 aligned_y = ALIGN(y, height_alignment);
921 size = stride * aligned_y;
    [all...]

Completed in 467 milliseconds