Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_surface.c105 unsigned width_size; in util_fill_rect() local
121 width_size = width * blocksize; in util_fill_rect()
125 if(dst_stride == width_size) in util_fill_rect()
126 memset(dst, uc->ub, height * width_size); in util_fill_rect()
129 memset(dst, uc->ub, width_size); in util_fill_rect()

Completed in 2 milliseconds