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

  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_posix.cc 87 uptr meta_size = MetaShadowEnd() - MetaShadowBeg(); local
89 (uptr)MmapFixedNoReserve(MetaShadowBeg(), meta_size, "meta shadow");
97 DontDumpShadowMemory(meta, meta_size);
99 meta, meta + meta_size, meta_size >> 30);
  /hardware/qcom/display/msm8996/libgralloc1/
gr_allocator.cpp 746 unsigned int meta_size = 0; local
754 meta_size = GetRgbUBwcMetaBufferSize(hnd->width, hnd->height, bpp);
761 *rgb_data = reinterpret_cast<void *>(hnd->base + meta_size);
gr_buf_mgr.cpp 200 unsigned int meta_size = ALIGN((unsigned int)sizeof(MetaData_t), PAGE_SIZE); local
201 if (allocator_->FreeBuffer(reinterpret_cast<void *>(hnd->base_metadata), meta_size,
  /hardware/qcom/display/msm8998/libgralloc1/
gr_allocator.cpp 745 unsigned int meta_size = 0; local
753 meta_size = GetRgbUBwcMetaBufferSize(hnd->width, hnd->height, bpp);
760 *rgb_data = reinterpret_cast<void *>(hnd->base + meta_size);
gr_buf_mgr.cpp 205 unsigned int meta_size = ALIGN((unsigned int)sizeof(MetaData_t), PAGE_SIZE); local
206 if (allocator_->FreeBuffer(reinterpret_cast<void *>(hnd->base_metadata), meta_size,
  /hardware/qcom/display/sdm845/libgralloc1/
gr_utils.cpp 645 unsigned int meta_size = 0; local
653 meta_size = GetRgbUBwcMetaBufferSize(hnd->width, hnd->height, bpp);
660 *rgb_data = reinterpret_cast<void *>(hnd->base + meta_size);
gr_buf_mgr.cpp 208 unsigned int meta_size = ALIGN((unsigned int)sizeof(MetaData_t), PAGE_SIZE); local
209 if (allocator_->FreeBuffer(reinterpret_cast<void *>(hnd->base_metadata), meta_size,
  /bionic/libc/kernel/uapi/linux/raid/
md_p.h 212 __le32 meta_size; member in struct:r5l_meta_block
  /external/kernel-headers/original/uapi/linux/raid/
md_p.h 382 __le32 meta_size; /* whole size of the block */ member in struct:r5l_meta_block
  /hardware/qcom/display/msm8996/libgralloc/
alloc_controller.cpp 1110 unsigned int meta_size = 0; local
    [all...]
  /hardware/qcom/display/sdm845/libgralloc/
alloc_controller.cpp 1113 unsigned int meta_size = 0; local
    [all...]

Completed in 245 milliseconds