Searched defs:offsetType (Results 1 – 5 of 5) sorted by relevance
129 ConstantAggregateBuilderBase::getRelativeOffset(llvm::IntegerType *offsetType, in getRelativeOffset()136 llvm::IntegerType *offsetType, llvm::Constant *target, size_t position) { in getRelativeOffsetToPosition()
105 OffsetType offsetType; member1179 … (const AtomicCounterTest::BindingType& bindingType, const AtomicCounterTest::OffsetType& offsetTy… in layoutTypesToName()1237 … (const AtomicCounterTest::BindingType& bindingType, const AtomicCounterTest::OffsetType& offsetTy… in layoutTypesToDesc()1403 const AtomicCounterTest::OffsetType offsetType = offsetTypes[offsetTypeNdx]; in AtomicCounterTests() local
242 std::string offsetType; member
591 GrSLType offsetType = egp.fUseScale ? kFloat3_GrSLType : kFloat2_GrSLType; in onEmitCode() local799 GrSLType offsetType = (diegp.fUseScale) ? kFloat3_GrSLType : kFloat2_GrSLType; in onEmitCode() local
681 const string offsetType = ((isSigned) ? "i" : "u") + de::toString(offsetWidth); in getFullOperationWithDifferentInputWidthStr() local