Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_font.c84 glamor_font->row_width = glyph_width_bytes * num_cols; in glamor_font_get()
87 overall_width = glamor_font->row_width * 2; in glamor_font_get()
90 overall_width = glamor_font->row_width; in glamor_font_get()
139 dst += (row & 1) ? glamor_font->row_width : 0; in glamor_font_get()
H A Dglamor_font.h33 GLuint row_width; member
H A Dglamor_text.c171 tx += second_row * glamor_font->row_width * 8; in glamor_text()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_debug_mem_view.c39 const unsigned int row_width = (col_width == sizeof(u64)) ? 32 : 16; \
40 const unsigned int num_cols = row_width / col_width; \
41 for (i = 0; i < PAGE_SIZE; i += row_width) { \
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Drtas.c205 static const int *row_width; in rtas_progress() local
225 row_width = of_get_property(root, in rtas_progress()
264 if (row_width) in rtas_progress()
265 width = row_width[current_line]; in rtas_progress()
296 if (row_width) in rtas_progress()
297 width = row_width[current_line]; in rtas_progress()