Home
last modified time | relevance | path

Searched defs:Packed (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dpacking.inl283 u16vec1 Packed(uninitialize); local
302 u16vec2 Packed(uninitialize); local
321 u16vec3 Packed(uninitialize); local
340 u16vec4 Packed(uninitialize); local
384 uint8 Packed = 0; local
401 uint16 Packed = 0; local
429 uint64 Packed = 0; local
444 uint16 Packed = 0; local
461 uint64 Packed = 0; local
478 uint16 Packed = 0; local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIAddIMGInit.cpp118 bool Packed = !ST.hasUnpackedD16VMem(); in runOnMachineFunction() local
DAMDGPUISelDAGToDAG.cpp794 if (SDNode *Packed = packConstantV2I16(N, *CurDAG)) { in Select() local
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DType.cs586 public bool Packed { property in Google.Protobuf.WellKnownTypes.Field
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp671 unsigned ElementCount, LLVMBool Packed) { in LLVMStructTypeInContext()
677 unsigned ElementCount, LLVMBool Packed) { in LLVMStructType()
696 unsigned ElementCount, LLVMBool Packed) { in LLVMStructSetBody()
1405 unsigned Count, LLVMBool Packed) { in LLVMConstStructInContext()
1412 LLVMBool Packed) { in LLVMConstStruct()
DConstants.cpp1102 bool Packed) { in getTypeForElements()
1113 bool Packed) { in getTypeForElements()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h203 Packed = 0x0001, enumerator
/third_party/protobuf/conformance/
Dbinary_json_conformance_suite.cc221 enum class Packed { enum
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstX8664.h257 enum SseSuffix { None, Packed, Unpack, Scalar, Integral, Pack }; enumerator
DIceInstX8632.h318 enum SseSuffix { None, Packed, Unpack, Scalar, Integral, Pack }; enumerator
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs6557 public bool Packed { property in Google.Protobuf.Reflection.FieldOptions
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp2679 bool LLParser::ParseAnonStructType(Type *&Result, bool Packed) { in ParseAnonStructType()