Home
last modified time | relevance | path

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

/third_party/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
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c1191 unsigned column_width = 251; in hud_parse_env_var() local
/third_party/ffmpeg/libavcodec/
Dhevc_ps.h310 unsigned int *column_width; ///< ColumnWidth member
/third_party/python/Lib/tkinter/
Dtix.py883 def column_width(self, col=0, width=None, chars=None): member in HList