Searched refs:format_bytes (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/bloat/ |
H A D | bloat.py | 27 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'),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | ScopedPrinter.cpp | 42 OS << " (" << format_bytes(Data, None, Data.size(), 1, 0, true) << ")\n"; in printBinaryImpl()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_rast_priv.h | 174 unsigned pixel_offset = px * task->scene->cbufs[buf].format_bytes + in lp_rast_get_color_block_pointer() 205 unsigned pixel_offset = px * task->scene->zsbuf.format_bytes + in lp_rast_get_depth_block_pointer()
|
H A D | lp_scene.c | 182 ssurf->format_bytes = util_format_get_blocksize(psurf->format); in init_scene_texture() 194 ssurf->format_bytes = util_format_get_blocksize(psurf->format); in init_scene_texture()
|
H A D | lp_scene.h | 127 unsigned format_bytes; member
|
H A D | lp_rast.c | 118 scene->cbufs[i].format_bytes * task->x; in lp_rast_tile_begin() 124 scene->zsbuf.format_bytes * task->x; in lp_rast_tile_begin()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | Format.h | 239 format_bytes(ArrayRef<uint8_t> Bytes, Optional<uint64_t> FirstByteOffset = None, in format_bytes() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | Format.h | 230 format_bytes(ArrayRef<uint8_t> Bytes, Optional<uint64_t> FirstByteOffset = None, in format_bytes() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFFormValue.cpp | 438 OS << format_bytes(ArrayRef<uint8_t>(Value.data, 16), None, 16, 16); in dump()
|
Completed in 8 milliseconds