Home
last modified time | relevance | path

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

/third_party/libdrm/tests/etnaviv/
H A Detnaviv_2d_test.c175 const size_t bmp_size = width * height * 4; in main() local
246 bmp = etna_bo_new(dev, bmp_size, ETNA_BO_UNCACHED); in main()
252 memset(etna_bo_map(bmp), 0, bmp_size); in main() local
/third_party/backends/backend/
H A Dxerox_mfp.c109 unsigned long bmp_size = 0; in decompress() local
136 bmp_size = width * height * pixel_size; in decompress()
137 assert(bmp_size <= POST_DATASIZE); in decompress()
138 dev->decDataSize = bmp_size; in decompress()

Completed in 4 milliseconds