Home
last modified time | relevance | path

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 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'),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DScopedPrinter.cpp42 OS << " (" << format_bytes(Data, None, Data.size(), 1, 0, true) << ")\n"; in printBinaryImpl()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_priv.h174 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 Dlp_scene.c182 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 Dlp_scene.h127 unsigned format_bytes; member
H A Dlp_rast.c118 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 DFormat.h239 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 DFormat.h230 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 DDWARFFormValue.cpp438 OS << format_bytes(ArrayRef<uint8_t>(Value.data, 16), None, 16, 16); in dump()

Completed in 8 milliseconds