Home
last modified time | relevance | path

Searched defs:packed (Results 1 – 6 of 6) sorted by relevance

/hardware/google/apf/next/
Dapf_checksum_test.cc19 #define packed __attribute__((packed)) macro
25 union packed { in TEST() union
27 struct packed { in TEST() struct
28 struct ethhdr ethhdr; in TEST()
29 struct iphdr iphdr; in TEST()
30 struct udphdr udphdr; in TEST()
31 uint8_t udp_payload[]; in TEST()
72 union packed { in TEST() union
74 struct packed { in TEST() struct
75 struct ethhdr ethhdr; in TEST()
[all …]
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dprecision.hpp26 packed = packed_highp, enumerator
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_format_traits.hpp6743 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t packed( VULKAN_HPP_NAMESPACE::Format format ) in packed() function
Dvulkansc_format_traits.hpp6476 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t packed( VULKAN_HPP_NAMESPACE::Format format ) in packed() function
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_vecmathlib_sse_4.h986 __m128i packed = _mm_packs_epi32(a.m, a.m); in float16_to_float() local
1004 __m128i packed = _mm_set1_epi16(static_cast<short>(a)); in float16_to_float() local
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp3935 std::string packed; in packVarNames() local
3964 std::string packed = packVarNames(uniformCount, (const char**)uniformNames, &err); in s_glGetUniformIndices() local
4338 std::string packed = packVarNames(count, varyings, &err); in s_glTransformFeedbackVaryings() local