Home
last modified time | relevance | path

Searched refs:compression_working_buffers (Results 1 - 5 of 5) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_internal.h951 struct ASTCENC_ALIGNAS compression_working_buffers struct
1243 compression_working_buffers* working_buffers;
1978 compression_working_buffers& tmpbuf);
2050 compression_working_buffers& tmpbuf);
2065 compression_working_buffers& tmpbuf);
2084 compression_working_buffers& tmpbuf,
2088 compression_working_buffers& tmpbuf
H A Dastcenc_entry.cpp750 size_t worksize = sizeof(compression_working_buffers) * thread_count; 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()
753 "compression_working_buffers size must be multiple of vector alignment"); in astcenc_context_alloc()
794 aligned_free<compression_working_buffers>(ctx->working_buffers); in astcenc_context_free()
H A Dastcenc_weight_align.cpp441 compression_working_buffers& tmpbuf in compute_angular_endpoints_1plane()
510 compression_working_buffers& tmpbuf in compute_angular_endpoints_2planes()
H A Dastcenc_compress_symbolic.cpp575 compression_working_buffers& tmpbuf, in compress_symbolic_block_for_partition_1plane()
945 compression_working_buffers& tmpbuf, in compress_symbolic_block_for_partition_2planes()
1392 compression_working_buffers& tmpbuf, in compress_block()
1396 compression_working_buffers& tmpbuf in compress_block()
H A Dastcenc_pick_best_endpoint_format.cpp1214 compression_working_buffers& tmpbuf

Completed in 17 milliseconds