Home
last modified time | relevance | path

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

/third_party/boost/libs/multiprecision/test/
Dtest_fixed_int.cpp58 typedef number<fixed_int<1024, true> > packed_type; in main() typedef
/third_party/flatbuffers/rust/flexbuffers/src/builder/
Dvalue.rs232 pub fn packed_type(self, parent_width: BitWidth) -> u8 { in packed_type() method
/third_party/mesa3d/src/compiler/glsl/
Dlower_packed_varyings.cpp720 const glsl_type *packed_type; in get_packed_varying_deref() local
/third_party/boost/boost/multiprecision/cpp_int/
Dliterals.hpp203 typedef typename pack_values<STR...>::type packed_type; typedef
/third_party/flatbuffers/include/flatbuffers/
Dflexbuffers.h383 Reference(const uint8_t *data, uint8_t parent_width, uint8_t packed_type) in Reference()
818 auto packed_type = (data_ + len * byte_width_)[i]; variable
869 auto packed_type = *--end; in GetRoot() local
/third_party/flatbuffers/tests/
Dpy_flexbuffers_test.py46 def packed_type(type_, i): function
/third_party/flatbuffers/python/flatbuffers/
Dflexbuffers.py208 def Unpack(packed_type): argument
548 def PackedType(buf, parent_width, packed_type): argument
/third_party/mesa3d/src/compiler/
Dglsl_types.cpp2917 union packed_type { union
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c5517 struct vtn_type *packed_type = vtn_get_value_type(b, w[2]); in vtn_handle_write_packed_primitive_indices() local