Home
last modified time | relevance | path

Searched refs:OffsetType (Results 1 – 8 of 8) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-open-type.hh271 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 …]
Dhb-ot-color-cbdt-table.hh124 template <typename OffsetType>
147 UnsizedArrayOf<Offset<OffsetType>>
/external/deqp/modules/gles31/functional/
Des31fAtomicCounterTests.cpp67 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/
Dfixedpoint.h125 template <typename tIntegerType, typename OffsetType>
126 tIntegerType ShiftLeft(tIntegerType a, OffsetType offset) {
/external/llvm-project/llvm/lib/Target/ARM/
DMVEGatherScatterLowering.cpp247 FixedVectorType *OffsetType = cast<FixedVectorType>(Offsets->getType()); in checkGEP() local
261 OffsetType->getElementType()->getScalarSizeInBits())) { in checkGEP()
/external/llvm-project/clang/lib/CodeGen/
DCGClass.cpp257 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/
DAMDGPUAsmParser.cpp4814 AMDGPUOperand::ImmTy OffsetType = in cvtDSImpl() local
4820 addOptionalImmOperand(Inst, Operands, OptionalIdx, OffsetType); in cvtDSImpl()
/external/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp5497 AMDGPUOperand::ImmTy OffsetType = in cvtDSImpl() local
5503 addOptionalImmOperand(Inst, Operands, OptionalIdx, OffsetType); in cvtDSImpl()