Home
last modified time | relevance | path

Searched defs:Unpack (Results 1 – 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dpacking.inl282 int16 const Unpack(detail::toFloat16(v.x)); local
290 i16vec1 Unpack(uninitialize); local
301 tvec2<int16, P> const Unpack(detail::toFloat16(v.x), detail::toFloat16(v.y)); local
309 i16vec2 Unpack(uninitialize); local
320 …tvec3<int16, P> const Unpack(detail::toFloat16(v.x), detail::toFloat16(v.y), detail::toFloat16(v.z… local
328 i16vec3 Unpack(uninitialize); local
339 …tvec4<int16, P> const Unpack(detail::toFloat16(v.x), detail::toFloat16(v.y), detail::toFloat16(v.z… local
347 i16vec4 Unpack(uninitialize); local
361 float const Unpack(p); local
369 uint16 Unpack = 0; local
[all …]
/third_party/flatbuffers/lua/flatbuffers/
DnumTypes.lua14 function type_mt:Unpack(buf, pos) function
72 Unpack = function(self, buf, pos) return buf[pos] == "1" end, function
211 t.Unpack = function(self, buf, pos) return bunpack(self.packFmt, buf, pos) end function
Dbinaryarray.lua123 function m.Unpack(fmt, s, pos) function
/third_party/mindspore/mindspore/core/ops/
Dunpack.h38 Unpack() : PrimitiveC(kNameUnpack) {} in Unpack() function
/third_party/flutter/skia/third_party/externals/sfntly/cpp/tools/
Dfont_data_generator_xml.py59 def Unpack(self, name): member in FontDataGeneratorXML
/third_party/skia/third_party/externals/sfntly/cpp/tools/
Dfont_data_generator_xml.py59 def Unpack(self, name): member in FontDataGeneratorXML
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dunpack.cu22 __global__ void Unpack(const size_t size, const size_t output_num, in Unpack() function
/third_party/abseil-cpp/absl/debugging/internal/
Daddress_is_readable.cc60 static void Unpack(uint64_t x, int *pid, int *read_fd, int *write_fd) { in Unpack() function
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Daddress_is_readable.cc60 static void Unpack(uint64_t x, int *pid, int *read_fd, int *write_fd) { in Unpack() function
/third_party/boost/libs/hana/include/boost/hana/
Dunpack.hpp38 using Unpack = BOOST_HANA_DISPATCH_IF(unpack_impl<S>, in operator ()() typedef
/third_party/boost/boost/hana/
Dunpack.hpp38 using Unpack = BOOST_HANA_DISPATCH_IF(unpack_impl<S>, in operator ()() typedef
/third_party/node/deps/npm/node_modules/tar/lib/
Dextract.js5 const Unpack = require('./unpack.js') constant
Dunpack.js124 class Unpack extends Parser { class
/third_party/node/deps/npm/node_modules/tar/
DREADME.md573 #### constructor(options)
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Ddirac_parse.c7 typedef struct _Unpack Unpack; typedef
/third_party/gstreamer/gstplugins_base/ext/ogg/
Ddirac_parse.c7 typedef struct _Unpack Unpack; typedef
/third_party/protobuf/python/google/protobuf/internal/
Dwell_known_types.py81 def Unpack(self, msg): member in Any
/third_party/mesa3d/src/mesa/drivers/common/
Dmeta.h102 struct gl_pixelstore_attrib Pack, Unpack; member
/third_party/flatbuffers/python/flatbuffers/
Dflexbuffers.py208 def Unpack(packed_type): member in Type
/third_party/mindspore/mindspore/ops/operations/
Darray_ops.py2624 class Unpack(PrimitiveWithInfer): class
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.cpp1510 RValue<Short4> Unpack(RValue<Byte4> x) in Unpack() function
1517 RValue<Short4> Unpack(RValue<Byte4> x, RValue<Byte4> y) in Unpack() function
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp1566 TEST(ReactorUnitTests, Unpack) in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstX8632.h318 enum SseSuffix { None, Packed, Unpack, Scalar, Integral, Pack }; enumerator
DIceInstX8664.h257 enum SseSuffix { None, Packed, Unpack, Scalar, Integral, Pack }; enumerator
/third_party/mesa3d/src/mesa/main/
Dmtypes.h5011 struct gl_pixelstore_attrib Unpack; member
5341 struct gl_pixelstore_attrib Unpack; /**< Pixel unpacking */ member

12