Home
last modified time | relevance | path

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

/hardware/google/apf/
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/guest/mesa/src/util/
Du_pack_color.h488 uint32_t packed = util_pack_mask_z(format, z); in util_pack_mask_z_stencil() local
511 uint64_t packed; in util_pack64_mask_z_stencil() local
597 uint32_t packed = util_pack_z(format, z); in util_pack_z_stencil() local
620 uint64_t packed; in util_pack64_z_stencil() local
/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format_tests.h55 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; member
/hardware/google/gfxstream/guest/mesa/src/util/tests/format/
Du_format_test.c59 const uint8_t *packed, in print_packed()
284 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; in test_format_pack_rgba_float() local
407 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; in test_format_pack_rgba_8unorm() local
503 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; in test_format_pack_z_float() local
581 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; in test_format_pack_z_32unorm() local
660 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; in test_format_pack_s_8uint() local
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dprecision.hpp26 packed = packed_highp, enumerator
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_format_traits.hpp6476 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t packed( VULKAN_HPP_NAMESPACE::Format format ) in packed() function
Dvulkan_format_traits.hpp6743 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.cpp3933 std::string packed; in packVarNames() local
3962 std::string packed = packVarNames(uniformCount, (const char**)uniformNames, &err); in s_glGetUniformIndices() local
4336 std::string packed = packVarNames(count, varyings, &err); in s_glTransformFeedbackVaryings() local