HomeSort by relevance Sort by last modified time
    Searched refs:ValSize (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/glshared/
glsLongStressCase.hpp 82 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/
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 603 unsigned ValSize = VA.getValVT().getSizeInBits() / 8;
608 Offset += 8 - ValSize;
609 int FI = MF.getFrameInfo()->CreateFixedObject(ValSize, Offset, true);
    [all...]

Completed in 70 milliseconds