Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_entry.cpp695 ctx->working_buffers = nullptr; in astcenc_context_alloc()
751 ctx->working_buffers = aligned_malloc<compression_working_buffers>(worksize, ASTCENC_VECALIGN); in astcenc_context_alloc()
754 if (!ctx->working_buffers) in astcenc_context_alloc()
792 if (ctx->working_buffers) in astcenc_context_free()
794 aligned_free<compression_working_buffers>(ctx->working_buffers); in astcenc_context_free()
798 printf("ctx->working_buffers is nullptr !!\n"); in astcenc_context_free()
871 auto& temp_buffers = ctx.working_buffers[thread_index]; in compress_image()
H A Dastcenc_internal.h1243 compression_working_buffers* working_buffers; member

Completed in 9 milliseconds