Home
last modified time | relevance | path

Searched defs:unpack_type (Results 1 – 2 of 2) sorted by relevance

/third_party/flatbuffers/rust/flexbuffers/src/reader/
Dmod.rs665 fn unpack_type(ty: u8) -> Result<(FlexBufferType, BitWidth), Error> { in unpack_type() function
/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp7125 const glsl_type *mul_type, *unpack_type; in _mulExtended() local