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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_debug_image.c241 struct bmp_info_header bmih; local in function:debug_dump_float_rgba_bmp
253 bmih.biSize = 40;
254 bmih.biWidth = width;
255 bmih.biHeight = height;
256 bmih.biPlanes = 1;
257 bmih.biBitCount = 32;
258 bmih.biCompression = 0;
259 bmih.biSizeImage = height*width*4;
260 bmih.biXPelsPerMeter = 0;
261 bmih
297 struct bmp_info_header bmih; local in function:debug_dump_ubyte_rgba_bmp
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_debug_image.c242 struct bmp_info_header bmih; local in function:debug_dump_float_rgba_bmp
254 bmih.biSize = 40;
255 bmih.biWidth = width;
256 bmih.biHeight = height;
257 bmih.biPlanes = 1;
258 bmih.biBitCount = 32;
259 bmih.biCompression = 0;
260 bmih.biSizeImage = height*width*4;
261 bmih.biXPelsPerMeter = 0;
262 bmih
298 struct bmp_info_header bmih; local in function:debug_dump_ubyte_rgba_bmp
[all...]

Completed in 9 milliseconds