Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_entry.cpp784 size_t worksize = sizeof(compression_working_buffers) * thread_count; in astcenc_context_alloc() local
785 ctx->working_buffers = aligned_malloc<compression_working_buffers>(worksize, ASTCENC_VECALIGN); in astcenc_context_alloc()