Searched defs:zblocks (Results 1 - 4 of 4) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| H A D | ASTC_Decoder.cpp | 103 Decode(const unsigned char *source, unsigned char *dest, int destWidth, int destHeight, int destDepth, int bytes, int destPitchB, int destSliceB, int xBlockSize, int yBlockSize, int zBlockSize, int xblocks, int yblocks, int zblocks, bool isUnsignedByte) Decode() argument
|
| /third_party/astc-encoder/Source/ |
| H A D | astcenc_entry.cpp | 856 int zblocks = (dim_z + block_z - 1) / block_z; in compress_image() local 1216 unsigned int zblocks = (image_out.dim_z + block_z - 1) / block_z; in astcenc_decompress_image() local
|
| H A D | astcenccli_image_load_store.cpp | 2502 unsigned int zblocks = (dim_z + block_z - 1) / block_z; in load_cimage() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkImage.cpp | 1391 int zblocks = (zBlockSize > 1) ? (mipLevelExtent.depth + zBlockSize - 1) / zBlockSize : 1; in decodeASTC() local
|
Completed in 8 milliseconds