Searched refs:stride_for_depth (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xf86-video-intel-2014/dist/tools/ |
| H A D | virtual.c | 945 static int stride_for_depth(int width, int depth) function in typeref:typename:int 966 image->bytes_per_line = stride_for_depth(clone->width, clone->depth); 1172 height * stride_for_depth(width, clone->depth), 1754 image->bytes_per_line = stride_for_depth(width, image->depth);
|
| /xsrc/external/mit/xf86-video-intel/dist/tools/ |
| H A D | virtual.c | 1009 static int stride_for_depth(int width, int depth) function in typeref:typename:int 1030 image->bytes_per_line = stride_for_depth(clone->width, clone->depth); 1236 height * stride_for_depth(width, clone->depth), 1907 image->bytes_per_line = stride_for_depth(width, image->depth);
|
Completed in 10 milliseconds