Searched refs:worksize (Results 1 – 1 of 1) sorted by relevance
784 size_t worksize = sizeof(compression_working_buffers) * thread_count; in astcenc_context_alloc() local785 ctx->working_buffers = aligned_malloc<compression_working_buffers>(worksize, ASTCENC_VECALIGN); in astcenc_context_alloc()