Searched refs:tmp_stride (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | ati_2d.c | 137 int tmp_stride = DIV_ROUND_UP(llb, sizeof(uint32_t)); in ati_2d_blt() local 138 uint32_t *tmp = g_malloc(tmp_stride * sizeof(uint32_t) * in ati_2d_blt() 141 src_stride, tmp_stride, bpp, bpp, in ati_2d_blt() 146 tmp_stride, dst_stride, bpp, bpp, in ati_2d_blt()
|
H A D | sm501.c | 839 int tmp_stride = DIV_ROUND_UP(width * bypp, sizeof(uint32_t)); in sm501_2d_operation() local 843 if (tmp_stride * sizeof(uint32_t) * height > sizeof(tmp_buf)) { in sm501_2d_operation() 844 tmp = g_malloc(tmp_stride * sizeof(uint32_t) * height); in sm501_2d_operation() 849 tmp_stride, in sm501_2d_operation() 855 tmp_stride, in sm501_2d_operation()
|