Home
last modified time | relevance | path

Searched defs:column_width (Results 1 – 8 of 8) sorted by relevance

/external/igt-gpu-tools/lib/
Digt_vc4.c339 static size_t vc4_sand_tiled_offset(size_t column_width, size_t column_size, size_t x, in vc4_sand_tiled_offset()
363 uint32_t column_width_bytes, column_width, column_size; in vc4_fb_convert_plane_to_sand_tiled() local
419 uint32_t column_width_bytes, column_width, column_size; in vc4_fb_convert_plane_from_sand_tiled() local
/external/mesa3d/src/intel/isl/
Disl_tiled_memcpy.c309 const uint32_t column_width = ytile_span; in linear_to_ytiled() local
473 const uint32_t column_width = ytile_span; in ytiled_to_linear() local
/external/perfetto/src/trace_processor/
Dtrace_processor_shell.cc431 uint32_t column_width) { in PrintQueryResultInteractively()
1005 util::Status StartInteractiveShell(uint32_t column_width) { in StartInteractiveShell()
/external/rust/crates/textwrap/src/
Dlib.rs1049 let column_width = std::cmp::max(inner_width / columns, 1); in wrap_columns() localVariable
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c1183 unsigned column_width = 251; in hud_parse_env_var() local
/external/python/cpython3/Lib/tkinter/
Dtix.py881 def column_width(self, col=0, width=None, chars=None): member in HList
/external/python/cpython2/Lib/lib-tk/
DTix.py883 def column_width(self, col=0, width=None, chars=None): member in HList
/external/ethtool/
Dsfc.c3743 static size_t column_width(const struct efx_nic_reg_field *field) in column_width() function