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

/xsrc/external/mit/libdrm/dist/tests/util/
H A Dpattern.c188 unsigned char *y_mem, unsigned char *u_mem,
229 y_mem[x] = colors_top[x * 7 / width].y;
230 y_mem += stride;
235 y_mem[x] = colors_middle[x * 7 / width].y;
236 y_mem += stride;
241 y_mem[x] = colors_bottom[x * 4 / (width * 5 / 7)].y;
243 y_mem[x] = colors_bottom[(x - width * 5 / 7) * 3
246 y_mem[x] = colors_bottom[7].y;
247 y_mem += stride;
305 unsigned char *y_mem,
187 fill_smpte_yuv_planar(const struct util_yuv_info * yuv,unsigned char * y_mem,unsigned char * u_mem,unsigned char * v_mem,unsigned int width,unsigned int height,unsigned int stride) argument
304 fill_smpte_yuv_planar_10bpp(const struct util_yuv_info * yuv,unsigned char * y_mem,unsigned char * uv_mem,unsigned int width,unsigned int height,unsigned int stride) argument
465 unsigned char *y_mem = (yuv->order & YUV_YC) ? mem : mem + 1; local in function:fill_smpte_yuv_packed
1424 fill_tiles_yuv_planar(const struct util_format_info * info,unsigned char * y_mem,unsigned char * u_mem,unsigned char * v_mem,unsigned int width,unsigned int height,unsigned int stride) argument
1454 fill_tiles_yuv_planar_10bpp(const struct util_format_info * info,unsigned char * y_mem,unsigned char * uv_mem,unsigned int width,unsigned int height,unsigned int stride) argument
1498 unsigned char *y_mem = (yuv->order & YUV_YC) ? mem : mem + 1; local in function:fill_tiles_yuv_packed
[all...]

Completed in 4 milliseconds