Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_entry.cpp762 ctx->bsd = aligned_malloc<block_size_descriptor>(sizeof(block_size_descriptor), ASTCENC_VECALIGN); in astcenc_context_alloc()
785 ctx->working_buffers = aligned_malloc<compression_working_buffers>(worksize, ASTCENC_VECALIGN); in astcenc_context_alloc()
Dastcenc_internal.h2139 T* aligned_malloc(size_t size, size_t align) in aligned_malloc() function