Home
last modified time | relevance | path

Searched refs:ValSize (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/glshared/
DglsLongStressCase.hpp82 template <int ValSize>
83 …void set (const tcu::Vector<float, ValSize>& minValue_, const tcu::Vector<float, ValSize>& maxValu… in set()
85 type = glu::getDataTypeFloatVec(ValSize); in set()
105 template <int ValSize>
106 void set (const tcu::Vector<int, ValSize>& minValue_, const tcu::Vector<int, ValSize>& maxValue_) in set()
108 type = glu::getDataTypeVector(glu::TYPE_INT, ValSize); in set()
/external/llvm/lib/Fuzzer/
DFuzzerTraceState.cpp364 size_t ValSize = ValSizeInBits / 8; in DFSanSwitchCallback() local
369 for (size_t Pos = LR.Beg; Pos + ValSize <= LR.End; Pos++) in DFSanSwitchCallback()
371 AddMutation(Pos, ValSize, Cases[i]); in DFSanSwitchCallback()
381 PC, Val, ValSize, NumCases, L, LR.Beg, LR.End, TryShort); in DFSanSwitchCallback()
461 size_t ValSize = ValSizeInBits / 8; in TraceSwitchCallback() local
471 TryToAddDesiredData(Val, Cases[i], ValSize); in TraceSwitchCallback()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DScalarReplAggregates.cpp801 uint64_t ValSize = TD.getTypeAllocSizeInBits(SV->getType()); in ConvertScalar_InsertValue() local
805 if (ValSize == VecSize) in ConvertScalar_InsertValue()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp644 unsigned ValSize = VA.getValVT().getSizeInBits() / 8; in LowerFormalArguments_64() local
649 Offset += 8 - ValSize; in LowerFormalArguments_64()
650 int FI = MF.getFrameInfo()->CreateFixedObject(ValSize, Offset, true); in LowerFormalArguments_64()