Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_entry.cpp749 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()
Dastcenc_internal.h1222 compression_working_buffers* working_buffers; member