Home
last modified time | relevance | path

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

/external/flatbuffers/rust/flexbuffers/src/builder/
Dvalue.rs232 pub fn packed_type(self, parent_width: BitWidth) -> u8 { in packed_type() method
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dunroll_batch_matmul.cc267 Type packed_type = RankedTensorType::get( in matchAndRewrite() local
/external/mesa3d/src/compiler/glsl/
Dlower_packed_varyings.cpp704 const glsl_type *packed_type; in get_packed_varying_deref() local
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h384 Reference(const uint8_t *data, uint8_t parent_width, uint8_t packed_type) in Reference()
837 auto packed_type = (data_ + len * byte_width_)[i]; variable
889 auto packed_type = *--end; in GetRoot() local
1858 auto packed_type = *--end; in VerifyBuffer() local
/external/flatbuffers/tests/
Dpy_flexbuffers_test.py46 def packed_type(type_, i): function
/external/flatbuffers/python/flatbuffers/
Dflexbuffers.py208 def Unpack(packed_type): argument
548 def PackedType(buf, parent_width, packed_type): argument
/external/mesa3d/src/compiler/
Dglsl_types.cpp2840 union packed_type { union