Home
last modified time | relevance | path

Searched refs:format_bytes (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/subzero/bloat/
Dbloat.py27 def format_bytes(bytes): function
281 'name': key + ' ' + format_bytes(size),
295 'name': name + ' ' + format_bytes(total),
337 'name': section + ' ' + format_bytes(size),
345 'name': name + ' ' + format_bytes(total),
357 'name': 'top ' + format_bytes(size),
427 print '%6s %s (%s) %s' % (format_bytes(size), sym,
430 print '%6s %s' % (format_bytes(total), 'total'),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DScopedPrinter.cpp42 OS << " (" << format_bytes(Data, None, Data.size(), 1, 0, true) << ")\n"; in printBinaryImpl()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_priv.h174 pixel_offset = px * task->scene->cbufs[buf].format_bytes + in lp_rast_get_color_block_pointer()
208 pixel_offset = px * task->scene->zsbuf.format_bytes + in lp_rast_get_depth_block_pointer()
Dlp_scene.c190 scene->cbufs[i].format_bytes = util_format_get_blocksize(cbuf->format); in lp_scene_begin_rasterization()
202 scene->cbufs[i].format_bytes = util_format_get_blocksize(cbuf->format); in lp_scene_begin_rasterization()
216 scene->zsbuf.format_bytes = util_format_get_blocksize(zsbuf->format); in lp_scene_begin_rasterization()
Dlp_scene.h147 unsigned format_bytes; member
Dlp_rast.c120 scene->cbufs[i].format_bytes * task->x; in lp_rast_tile_begin()
126 scene->zsbuf.format_bytes * task->x; in lp_rast_tile_begin()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFormat.h230 format_bytes(ArrayRef<uint8_t> Bytes, Optional<uint64_t> FirstByteOffset = None,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFormat.h239 format_bytes(ArrayRef<uint8_t> Bytes, Optional<uint64_t> FirstByteOffset = None,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp438 OS << format_bytes(ArrayRef<uint8_t>(Value.data, 16), None, 16, 16); in dump()
/external/ImageMagick/MagickCore/
Dprofile.c2244 format_bytes[] = {0, 1, 1, 2, 4, 8, 1, 1, 2, 4, 8, 4, 8}; in SyncExifProfile() local
2344 number_bytes=(size_t) components*format_bytes[format]; in SyncExifProfile()