Searched refs:row_size (Results 1 – 9 of 9) sorted by relevance
9 size_t row_size = ylen * entry_size; in xyarray__new() local10 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size); in xyarray__new()14 xy->row_size = row_size; in xyarray__new()
9 size_t row_size; member23 return &xy->contents[x * xy->row_size + y * xy->entry_size]; in __xyarray__entry()
322 unsigned long row_size, nr_pages, last_nr_pages = 0; in cpc925_init_csrows() local339 row_size = bba * (1UL << 28); /* 256M */ in cpc925_init_csrows()341 nr_pages = row_size >> PAGE_SHIFT; in cpc925_init_csrows()
638 uint8_t row_size; member
740 u32 row_size = plane_fmt->bytesperline * 32; in fimc_adjust_mplane_format() local742 sizeimage = roundup(sizeimage, row_size); in fimc_adjust_mplane_format()
422 u8 row_size; /* Number of stripes in a row */ member
2621 seq_printf(m, "Row size:%3d\n", lparam->row_size); in proc_show_rdrv()
1596 if (xy->row_size / xy->entry_size != 1) { in apply_config_evsel_for_key()1619 events = xy->entries / (xy->row_size / xy->entry_size); in apply_config_evsel_for_key()
45 u32 row_size; member2734 track->row_size = 1; in evergreen_cs_parse()2738 track->row_size = 2; in evergreen_cs_parse()2741 track->row_size = 4; in evergreen_cs_parse()