Home
last modified time | relevance | path

Searched refs:gpu_cells_size (Results 1 – 1 of 1) sorted by relevance

/dports/x11/kitty/kitty-0.23.1/kitty/
H A Dhistory.c24 const size_t gpu_cells_size = self->xnum * SEGMENT_SIZE * sizeof(GPUCell); in add_segment() local
25 …s->cpu_cells = calloc(1, cpu_cells_size + gpu_cells_size + SEGMENT_SIZE * sizeof(line_attrs_type)); in add_segment()
28 s->line_attrs = (line_attrs_type*)(((uint8_t*)s->gpu_cells) + gpu_cells_size); in add_segment()