Home
last modified time | relevance | path

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

/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/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/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/node/deps/npm/node_modules/tar/lib/
Dextract.js5 const Unpack = require('./unpack.js') constant
Dunpack.js127 class Unpack extends Parser { class
/third_party/node/deps/v8/src/objects/
Dobjects.h887 static constexpr Address Unpack(Address mapword) { in Unpack() function
/third_party/protobuf/python/google/protobuf/internal/
Dwell_known_types.py81 def Unpack(self, msg): member in Any
/third_party/node/deps/v8/src/wasm/
Dwasm-js.cc150 std::shared_ptr<WasmStreaming> WasmStreaming::Unpack(Isolate* isolate, in Unpack() function in v8::WasmStreaming
/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/mesa3d/src/mesa/main/
Dmtypes.h3091 struct gl_pixelstore_attrib Unpack; member
3423 struct gl_pixelstore_attrib Unpack; /**< Pixel unpacking */ member
/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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp13063 if (SDValue Unpack = TryUnpack(ScalarSize, ScalarSize / OrigScalarSize)) in lowerShuffleAsPermuteAndUnpack() local
13571 if (SDValue Unpack = lowerShuffleAsPermuteAndUnpack(DL, MVT::v4i32, V1, V2, in lowerV4I32Shuffle() local
14266 if (SDValue Unpack = lowerShuffleAsPermuteAndUnpack(DL, MVT::v8i16, V1, V2, in lowerV8I16Shuffle() local
14564 if (SDValue Unpack = lowerShuffleAsPermuteAndUnpack( in lowerV16I8Shuffle() local
15804 SDValue Unpack = DAG.getVectorShuffle(MVT::v16i8, DL, V1, V2, in lowerShuffleAsVTRUNCAndUnpack() local
/third_party/node/deps/v8/src/api/
Dapi.cc10474 std::shared_ptr<WasmStreaming> WasmStreaming::Unpack(Isolate* isolate, in Unpack() function in v8::WasmStreaming