Searched refs:OffsetType (Results 1 – 8 of 8) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-open-type.hh | 271 template <typename Type, typename OffsetType=HBUINT16, bool has_null=true> 272 struct OffsetTo : Offset<OffsetType, has_null> 277 OffsetTo& operator = (typename OffsetType::type i) { OffsetType::operator= (i); return *this; } in operator =() 305 return * (Type *) Offset<OffsetType>::serialize (c, base); in serialize() 379 DEFINE_SIZE_STATIC (sizeof (OffsetType)); 384 template <typename Type, typename OffsetType=HBUINT16> 385 using NNOffsetTo = OffsetTo<Type, OffsetType, false>; 492 template <typename Type, typename OffsetType, bool has_null=true> 493 using UnsizedOffsetArrayOf = UnsizedArrayOf<OffsetTo<Type, OffsetType, has_null>>; 496 template <typename Type, typename OffsetType, bool has_null=true> [all …]
|
D | hb-ot-color-cbdt-table.hh | 124 template <typename OffsetType> 147 UnsizedArrayOf<Offset<OffsetType>>
|
/external/deqp/modules/gles31/functional/ |
D | es31fAtomicCounterTests.cpp | 67 enum OffsetType enum in deqp::gles31::Functional::__anona40c26350111::AtomicCounterTest 105 OffsetType offsetType; 1179 …const AtomicCounterTest::BindingType& bindingType, const AtomicCounterTest::OffsetType& offsetType) in layoutTypesToName() 1237 …const AtomicCounterTest::BindingType& bindingType, const AtomicCounterTest::OffsetType& offsetType) in layoutTypesToDesc() 1393 const AtomicCounterTest::OffsetType offsetTypes[] = in AtomicCounterTests() 1403 const AtomicCounterTest::OffsetType offsetType = offsetTypes[offsetTypeNdx]; in AtomicCounterTests()
|
/external/gemmlowp/fixedpoint/ |
D | fixedpoint.h | 125 template <typename tIntegerType, typename OffsetType> 126 tIntegerType ShiftLeft(tIntegerType a, OffsetType offset) {
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | MVEGatherScatterLowering.cpp | 247 FixedVectorType *OffsetType = cast<FixedVectorType>(Offsets->getType()); in checkGEP() local 261 OffsetType->getElementType()->getScalarSizeInBits())) { in checkGEP()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGClass.cpp | 257 llvm::Type *OffsetType = in ApplyNonVirtualAndVirtualOffset() local 263 llvm::ConstantInt::get(OffsetType, nonVirtualOffset.getQuantity()); in ApplyNonVirtualAndVirtualOffset()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 4814 AMDGPUOperand::ImmTy OffsetType = in cvtDSImpl() local 4820 addOptionalImmOperand(Inst, Operands, OptionalIdx, OffsetType); in cvtDSImpl()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 5497 AMDGPUOperand::ImmTy OffsetType = in cvtDSImpl() local 5503 addOptionalImmOperand(Inst, Operands, OptionalIdx, OffsetType); in cvtDSImpl()
|