Searched refs:ValSize (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/glshared/
H A DglsLongStressCase.hpp82 template <int ValSize>
83 void set (const tcu::Vector<float, ValSize>& minValue_, const tcu::Vector<float, ValSize>& maxValue_)
85 type = glu::getDataTypeFloatVec(ValSize);
105 template <int ValSize>
106 void set (const tcu::Vector<int, ValSize>& minValue_, const tcu::Vector<int, ValSize>& maxValue_)
108 type = glu::getDataTypeVector(glu::TYPE_INT, ValSize);
/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp909 uint64_t ValSize = DL.getTypeAllocSizeInBits(SV->getType()); local
913 if (ValSize == VecSize)
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp603 unsigned ValSize = VA.getValVT().getSizeInBits() / 8; local
608 Offset += 8 - ValSize;
609 int FI = MF.getFrameInfo()->CreateFixedObject(ValSize, Offset, true);

Completed in 1070 milliseconds