Home
last modified time | relevance | path

Searched refs:alignas (Results 1 – 25 of 28) sorted by relevance

12

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_weight_align.cpp63 alignas(ASTCENC_VECALIGN) static float sin_table[SINCOS_STEPS][ANGULAR_STEPS];
64 alignas(ASTCENC_VECALIGN) static float cos_table[SINCOS_STEPS][ANGULAR_STEPS];
102 alignas(ASTCENC_VECALIGN) int isamplev[BLOCK_MAX_WEIGHTS]; in compute_angular_offsets()
245 alignas(ASTCENC_VECALIGN) float angular_offsets[ANGULAR_STEPS]; in compute_angular_endpoints_for_quant_levels()
250 alignas(ASTCENC_VECALIGN) float lowest_weight[ANGULAR_STEPS]; in compute_angular_endpoints_for_quant_levels()
251 alignas(ASTCENC_VECALIGN) int32_t weight_span[ANGULAR_STEPS]; in compute_angular_endpoints_for_quant_levels()
252 alignas(ASTCENC_VECALIGN) float error[ANGULAR_STEPS]; in compute_angular_endpoints_for_quant_levels()
253 alignas(ASTCENC_VECALIGN) float cut_low_weight_error[ANGULAR_STEPS]; in compute_angular_endpoints_for_quant_levels()
254 alignas(ASTCENC_VECALIGN) float cut_high_weight_error[ANGULAR_STEPS]; in compute_angular_endpoints_for_quant_levels()
Dastcenc_internal.h373 alignas(ASTCENC_VECALIGN) float texel_weights_float_4t[4][BLOCK_MAX_TEXELS];
382 alignas(ASTCENC_VECALIGN) float weights_flt[BLOCK_MAX_TEXELS][BLOCK_MAX_WEIGHTS];
568 alignas(ASTCENC_VECALIGN) decimation_info decimation_tables[WEIGHTS_MAX_DECIMATION_MODES];
728 alignas(ASTCENC_VECALIGN) float data_r[BLOCK_MAX_TEXELS];
731 alignas(ASTCENC_VECALIGN) float data_g[BLOCK_MAX_TEXELS];
734 alignas(ASTCENC_VECALIGN) float data_b[BLOCK_MAX_TEXELS];
737 alignas(ASTCENC_VECALIGN) float data_a[BLOCK_MAX_TEXELS];
886 alignas(ASTCENC_VECALIGN) float weights[BLOCK_MAX_TEXELS];
889 alignas(ASTCENC_VECALIGN) float weight_error_scale[BLOCK_MAX_TEXELS];
919 struct alignas(ASTCENC_VECALIGN) compression_working_buffers
[all …]
Dastcenc_vecmathlib_common_4.h386 alignas(16) int v[4]; in print()
397 alignas(16) int v[4]; in printx()
408 alignas(16) float v[4]; in print()
Dastcenc_vecmathlib_neon_4.h141 alignas(16) float data[4] { 0.0f, 1.0f, 2.0f, 3.0f }; in lane_id()
286 alignas(16) static const int data[4] { 0, 1, 2, 3 }; in lane_id()
601 alignas(16) int idx[4]; in gatheri()
603 alignas(16) int vals[4]; in gatheri()
616 alignas(16) uint8_t shuf[16] { in pack_low_bytes()
814 alignas(16) int idx[4]; in gatherf()
816 alignas(16) float vals[4]; in gatherf()
Dastcenc_vecmathlib_sse_4.h113 alignas(16) float idx[4]; in set_lane()
272 alignas(16) int idx[4]; in set_lane()
653 alignas(16) int idx[4]; in gatheri()
902 alignas(16) int idx[4]; in gatherf()
1090 alignas(ASTCENC_VECALIGN) uint8_t table[16]; in vtable_8bt_32bi()
1117 alignas(ASTCENC_VECALIGN) uint8_t table[32]; in vtable_8bt_32bi()
1153 alignas(ASTCENC_VECALIGN) uint8_t table[64]; in vtable_8bt_32bi()
Dastcenc_ideal_endpoints_and_weights.cpp876 alignas(ASTCENC_VECALIGN) float infilled_weights[BLOCK_MAX_TEXELS]; in compute_ideal_weights_for_decimation()
1174 alignas(ASTCENC_VECALIGN) float dec_weight[BLOCK_MAX_WEIGHTS]; in recompute_ideal_colors_1plane()
1182 alignas(ASTCENC_VECALIGN) float undec_weight[BLOCK_MAX_TEXELS]; in recompute_ideal_colors_1plane()
1395 alignas(ASTCENC_VECALIGN) float dec_weight_plane1[BLOCK_MAX_WEIGHTS_2PLANE]; in recompute_ideal_colors_2planes()
1396 alignas(ASTCENC_VECALIGN) float dec_weight_plane2[BLOCK_MAX_WEIGHTS_2PLANE]; in recompute_ideal_colors_2planes()
1411 alignas(ASTCENC_VECALIGN) float undec_weight_plane1[BLOCK_MAX_TEXELS]; in recompute_ideal_colors_2planes()
1412 alignas(ASTCENC_VECALIGN) float undec_weight_plane2[BLOCK_MAX_TEXELS]; in recompute_ideal_colors_2planes()
Dastcenc_vecmathlib_avx2_8.h1165 alignas(ASTCENC_VECALIGN) int v[8]; in print()
1176 alignas(ASTCENC_VECALIGN) int v[8]; in printx()
1187 alignas(ASTCENC_VECALIGN) float v[8]; in print()
Dastcenc_compress_symbolic.cpp252 alignas(ASTCENC_VECALIGN) float uq_weightsf[BLOCK_MAX_WEIGHTS]; in realign_weights_decimated()
475 alignas(ASTCENC_VECALIGN) float dec_weights_uquantf[BLOCK_MAX_WEIGHTS]; in compress_symbolic_block_for_partition_1plane()
838 alignas(ASTCENC_VECALIGN) float dec_weights_uquantf[BLOCK_MAX_WEIGHTS]; in compress_symbolic_block_for_partition_2planes()
Dastcenc_image.cpp112 alignas(16) float datas[6]; in swz_texel()
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.h87 alignas(16) glm::mat4 positionTransform;
88 alignas(16) glm::mat4 texCoordTransform;
89 alignas(16) glm::uvec4 mode;
90 alignas(16) glm::vec4 alpha;
91 alignas(16) glm::vec4 color;
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_semaphore.h58 alignas(8) struct vk_sync permanent;
Dvk_fence.h54 alignas(8) struct vk_sync permanent;
/hardware/google/aemu/base/include/aemu/base/memory/
DNoDestructor.h58 alignas(T) char storage_[sizeof(T)];
DLazyInstance.h181 alignas(double) mutable internal::LazyInstanceState mState;
DOnDemand.h255 alignas(double) mutable State mState = {};
/hardware/google/gfxstream/guest/mesa/include/android_stub/cutils/
Dnative_handle.h31 alignas(native_handle_t) char (name)[ \
/hardware/google/gfxstream/guest/mesa/src/util/
Dsparse_array.h100 alignas(8) uint64_t head;
Dralloc.c53 alignas(HEADER_ALIGN)
581 alignas(HEADER_ALIGN)
964 alignas(HEADER_ALIGN)
Dmacros.h444 #define alignas _Alignas macro
Du_cpu_detect.c376 alignas(16) struct { in sse2_has_daz()
/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/
DMessageFactory.h44 struct alignas(NLMSG_ALIGNTO) Message {
/hardware/interfaces/graphics/mapper/stable-c/include/android/hardware/graphics/mapper/
DIMapper.h679 alignas(alignof(max_align_t)) AIMapper_Version version;
/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/
Dtest_simd.cpp247 alignas(32) static const float f32_data[9] {
251 alignas(32) static const int s32_data[9] {
255 alignas(32) static const uint8_t u8_data[9] {
933 alignas(16) float out[4]; in TEST()
945 alignas(16) float out[5]; in TEST()
1728 alignas(16) int out[4]; in TEST()
1740 alignas(16) int out[5]; in TEST()
1752 alignas(16) int out; in TEST()
2685 alignas(32) float out[9]; in TEST()
2701 alignas(32) float out[9]; in TEST()
[all …]
/hardware/google/gfxstream/guest/android-emu/aemu/base/containers/
DSmallVector.h398 alignas(size_type) T array[kSmallSize];
/hardware/google/aemu/base/include/aemu/base/containers/
DSmallVector.h398 alignas(size_type) T array[kSmallSize];

12