Home
last modified time | relevance | path

Searched refs:image_out (Results 1 - 3 of 3) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_entry.cpp1195 astcenc_image& image_out = *image_outp; in astcenc_decompress_image() local
1214 unsigned int xblocks = (image_out.dim_x + block_x - 1) / block_x; in astcenc_decompress_image()
1215 unsigned int yblocks = (image_out.dim_y + block_y - 1) / block_y; in astcenc_decompress_image()
1216 unsigned int zblocks = (image_out.dim_z + block_z - 1) / block_z; in astcenc_decompress_image()
1233 blk.decode_unorm8 = image_out.data_type == ASTCENC_TYPE_U8; in astcenc_decompress_image()
1273 store_image_block(image_out, blk, *ctx->bsd, in astcenc_decompress_image()
H A Dastcenc.h832 * @param[in,out] image_out Output image.
842 astcenc_image* image_out,
H A Dastcenccli_toplevel.cpp164 astcenc_image* image_out; member
273 work->image_out, &work->swizzle, thread_id); in decompression_workload_runner()
2319 work.image_out = image_decomp_out;
2337 work.image_out, &work.swizzle, 0);

Completed in 5 milliseconds