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

/xsrc/external/mit/xf86-video-intel-2014/dist/tools/
H A Dvirtual.c945 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 Dvirtual.c1009 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