Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_mathlib.h78 #define ASTCENC_VECALIGN 32 macro
80 #define ASTCENC_VECALIGN 16 macro
83 #define ASTCENC_VECALIGN 0 macro
88 #if ASTCENC_VECALIGN > 0
89 #define ASTCENC_ALIGNAS alignas(ASTCENC_VECALIGN)
H A Dastcenc_entry.cpp708 ctx->bsd = aligned_malloc<block_size_descriptor>(sizeof(block_size_descriptor), ASTCENC_VECALIGN); in astcenc_context_alloc()
751 ctx->working_buffers = aligned_malloc<compression_working_buffers>(worksize, ASTCENC_VECALIGN); in astcenc_context_alloc()
752 static_assert((ASTCENC_VECALIGN == 0) || ((sizeof(compression_working_buffers) % ASTCENC_VECALIGN) == 0), in astcenc_context_alloc()

Completed in 3 milliseconds