Searched defs:packed (Results 1 – 9 of 9) sorted by relevance
19 #define packed __attribute__((packed)) macro25 union packed { in TEST() union27 struct packed { in TEST() struct28 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() union74 struct packed { in TEST() struct75 struct ethhdr ethhdr; in TEST()[all …]
488 uint32_t packed = util_pack_mask_z(format, z); in util_pack_mask_z_stencil() local511 uint64_t packed; in util_pack64_mask_z_stencil() local597 uint32_t packed = util_pack_z(format, z); in util_pack_z_stencil() local620 uint64_t packed; in util_pack64_z_stencil() local
55 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; member
59 const uint8_t *packed, in print_packed()284 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; in test_format_pack_rgba_float() local407 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; in test_format_pack_rgba_8unorm() local503 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; in test_format_pack_z_float() local581 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; in test_format_pack_z_32unorm() local660 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; in test_format_pack_s_8uint() local
26 packed = packed_highp, enumerator
6476 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t packed( VULKAN_HPP_NAMESPACE::Format format ) in packed() function
6743 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t packed( VULKAN_HPP_NAMESPACE::Format format ) in packed() function
986 __m128i packed = _mm_packs_epi32(a.m, a.m); in float16_to_float() local1004 __m128i packed = _mm_set1_epi16(static_cast<short>(a)); in float16_to_float() local
3933 std::string packed; in packVarNames() local3962 std::string packed = packVarNames(uniformCount, (const char**)uniformNames, &err); in s_glGetUniformIndices() local4336 std::string packed = packVarNames(count, varyings, &err); in s_glTransformFeedbackVaryings() local