Searched refs:working_buffers (Results 1 – 2 of 2) sorted by relevance
749 ctx->working_buffers = nullptr; in astcenc_context_alloc()785 ctx->working_buffers = aligned_malloc<compression_working_buffers>(worksize, ASTCENC_VECALIGN); in astcenc_context_alloc()788 if (!ctx->working_buffers) in astcenc_context_alloc()826 aligned_free<compression_working_buffers>(ctx->working_buffers); in astcenc_context_free()883 auto& temp_buffers = ctx.working_buffers[thread_index]; in compress_image()
1222 compression_working_buffers* working_buffers; member