Searched defs:offsetType (Results 1 – 7 of 7) sorted by relevance
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
77 VertexOffsetType offsetType; member240 static bool indexedWithOffset (DrawType drawType, const tcu::Maybe<VertexOffsetType>& offsetType) in indexedWithOffset()246 static deUint32 baseSize (DrawType drawType, const tcu::Maybe<VertexOffsetType>& offsetType) in baseSize()252 …static deUint32 calcExtraBytes (DrawType drawType, const tcu::Maybe<VertexOffsetType>& offsetType,… in calcExtraBytes()270 …DrawInfoPacker (DrawType drawType, const tcu::Maybe<VertexOffsetType>& offsetType, deUint32 stride… in DrawInfoPacker()979 …const auto offsetType = (m_params.vertexOffset ? tcu::just(m_params.vertexOffset->offsetType) : tc… in iterate() local
242 std::string offsetType; member
553 GrSLType offsetType = egp.fUseScale ? kFloat3_GrSLType : kFloat2_GrSLType; in onEmitCode() local746 GrSLType offsetType = (diegp.fUseScale) ? kFloat3_GrSLType : kFloat2_GrSLType; in onEmitCode() local
586 GrSLType offsetType = egp.fUseScale ? kFloat3_GrSLType : kFloat2_GrSLType; in onEmitCode() local786 GrSLType offsetType = (diegp.fUseScale) ? kFloat3_GrSLType : kFloat2_GrSLType; in onEmitCode() local
6628 const TType &offsetType = in checkTextureOffset() local
681 const string offsetType = ((isSigned) ? "i" : "u") + de::toString(offsetWidth); in getFullOperationWithDifferentInputWidthStr() local