Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_rect.c102 unsigned width_size; in util_fill_rect() local
118 width_size = width * blocksize; in util_fill_rect()
122 if(dst_stride == width_size) in util_fill_rect()
123 memset(dst, uc->ub, height * width_size); in util_fill_rect()
126 memset(dst, uc->ub, width_size); in util_fill_rect()