Home
last modified time | relevance | path

Searched refs:xblocks (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_entry.cpp868 int xblocks = (dim_x + block_x - 1) / block_x; in compress_image() local
871 int block_count = zblocks * yblocks * xblocks; in compress_image()
873 int row_blocks = xblocks; in compress_image()
874 int plane_blocks = xblocks * yblocks; in compress_image()
986 int offset = ((z * yblocks + y) * xblocks + x) * 16; in compress_image()
1102 unsigned int xblocks = (image.dim_x + block_x - 1) / block_x; in astcenc_compress_image()
1107 size_t size_needed = xblocks * yblocks * zblocks * 16; in astcenc_compress_image()
1209 unsigned int xblocks = (image_out.dim_x + block_x - 1) / block_x; in astcenc_decompress_image() local
1213 int row_blocks = xblocks; in astcenc_decompress_image()
1214 int plane_blocks = xblocks * yblocks; in astcenc_decompress_image()
[all …]
Dastcenccli_image_load_store.cpp2407 unsigned int xblocks = (dim_x + block_x - 1) / block_x; in load_cimage() local
2411 size_t data_size = xblocks * yblocks * zblocks * 16; in load_cimage()