HomeSort by relevance Sort by last modified time
    Searched refs:inBounds (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/llvm/lib/IR/
ConstantFold.h 50 Constant *ConstantFoldGetElementPtr(Constant *C, bool inBounds,
52 Constant *ConstantFoldGetElementPtr(Constant *C, bool inBounds,
  /external/deqp/framework/common/
tcuSurface.hpp 75 DE_ASSERT(de::inBounds(x, 0, m_width) && de::inBounds(y, 0, m_height));
92 DE_ASSERT(de::inBounds(x, 0, m_width) && de::inBounds(y, 0, m_height));
tcuTexture.cpp 589 DE_ASSERT(de::inBounds(x, 0, m_width));
590 DE_ASSERT(de::inBounds(y, 0, m_height));
591 DE_ASSERT(de::inBounds(z, 0, m_depth));
674 DE_ASSERT(de::inBounds(x, 0, m_width));
675 DE_ASSERT(de::inBounds(y, 0, m_height));
676 DE_ASSERT(de::inBounds(z, 0, m_depth));
766 DE_ASSERT(de::inBounds(x, 0, getWidth()));
767 DE_ASSERT(de::inBounds(y, 0, getHeight()));
768 DE_ASSERT(de::inBounds(z, 0, getDepth()));
806 DE_ASSERT(de::inBounds(x, 0, getWidth()))
    [all...]
tcuBilinearImageCompare.cpp 179 if (!de::inBounds(u, 0, (reference.getWidth()-1)<<NUM_SUBPIXEL_BITS) ||
180 !de::inBounds(v, 0, (reference.getHeight()-1)<<NUM_SUBPIXEL_BITS))
tcuTexture.hpp 418 const ConstPixelBufferAccess& getLevel (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, m_numLevels)); return m_levels[ndx]; }
469 const ConstPixelBufferAccess& getLevel (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, m_numLevels)); return m_levels[ndx]; }
681 const ConstPixelBufferAccess& getLevelFace (int ndx, CubeFace face) const { DE_ASSERT(de::inBounds(ndx, 0, m_numLevels)); return m_levels[face][ndx]; }
767 const ConstPixelBufferAccess& getLevel (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, m_numLevels)); return m_levels[ndx]; }
794 const ConstPixelBufferAccess& getLevel (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, m_numLevels)); return m_levels[ndx]; }
    [all...]
tcuTextureUtil.cpp 116 DE_ASSERT(de::inBounds(x, 0, access.getWidth()) && de::inRange(x+width, x, access.getWidth()));
117 DE_ASSERT(de::inBounds(y, 0, access.getHeight()) && de::inRange(y+height, y, access.getHeight()));
118 DE_ASSERT(de::inBounds(z, 0, access.getDepth()) && de::inRange(z+depth, z, access.getDepth()));
136 DE_ASSERT(de::inBounds(x, 0, access.getWidth()) && de::inRange(x+width, x, access.getWidth()));
137 DE_ASSERT(de::inBounds(y, 0, access.getHeight()) && de::inRange(y+height, y, access.getHeight()));
138 DE_ASSERT(de::inBounds(z, 0, access.getDepth()) && de::inRange(z+depth, z, access.getDepth()));
    [all...]
  /external/deqp/framework/referencerenderer/
rrRasterizer.hpp 48 DE_ASSERT(de::inRange(numSamples, 1, maxSamples) && de::inBounds(x, 0, 2) && de::inBounds(y, 0, 2));
55 DE_ASSERT(de::inBounds(x, 0, 2) && de::inBounds(y, 0, 2));
  /external/deqp/framework/randomshaders/
rsgVariableValue.hpp 106 float asFloat (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return m_value[ndx].floatVal; }
107 int asInt (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return m_value[ndx].intVal; }
108 bool asBool (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return m_value[ndx].boolVal; }
109 Scalar asScalar (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return m_value[ndx]; }
112 T as (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return this->m_value[ndx].template as<T>(); }
139 float& asFloat (int ndx) { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return this->m_value[ndx].floatVal; }
140 int& asInt (int ndx) { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return this->m_value[ndx].intVal; }
141 bool& asBool (int ndx) { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return this->m_value[ndx].boolVal; }
142 Scalar& asScalar (int ndx) { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return this->m_value[ndx]; }
145 T& as (int ndx) { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return this->m_value[ndx].template as<T>();
    [all...]
rsgPrettyPrinter.cpp 125 DE_ASSERT(de::inBounds<int>(token, 0, (int)DE_LENGTH_OF_ARRAY(s_tokenStr)));
  /external/deqp/framework/opengl/
gluVarTypeUtil.cpp 137 TCU_CHECK(de::inBounds(ndx, 0, curType.getArraySize()));
142 TCU_CHECK(de::inBounds(ndx, 0, getDataTypeMatrixNumColumns(curType.getBasicType())));
147 TCU_CHECK(de::inBounds(ndx, 0, getDataTypeScalarSize(curType.getBasicType())));
gluShaderProgram.cpp 362 DE_ASSERT(de::inBounds<int>(shaderType, 0, DE_LENGTH_OF_ARRAY(s_typeMap)));
378 DE_ASSERT(de::inBounds<int>(shaderType, 0, DE_LENGTH_OF_ARRAY(s_typebitMap)));
394 DE_ASSERT(de::inBounds<int>(shaderType, 0, DE_LENGTH_OF_ARRAY(s_typeMap)));
gluVarTypeUtil.hpp 323 if (!curType->isStructType() || !de::inBounds(pathIter->index, 0, curType->getStructPtr()->getNumMembers()))
330 if (!curType->isArrayType() || (curType->getArraySize() != VarType::UNSIZED_ARRAY && !de::inBounds(pathIter->index, 0, curType->getArraySize())))
  /external/deqp/framework/delibs/decpp/
deDefs.hpp 48 template<typename T> inline bool inBounds (T x, T a, T b) { return a <= x && x < b; }
78 DE_ASSERT(inBounds(offset, 0, Size));
deRingBuffer.hpp 153 DE_ASSERT(de::inBounds(offset, 0, getNumElements()));
deThreadSafeRingBuffer.cpp 77 DE_TEST_ASSERT(de::inBounds<int>(threadId, 0, (int)m_lastPayload.size()));
deBlockBuffer.cpp 101 DE_TEST_ASSERT(de::inBounds<int>(threadId, 0, (int)m_lastPayload.size()));
  /external/llvm/include/llvm/ADT/
IndexedMap.h 71 bool inBounds(IndexT n) const {
  /external/deqp/modules/gles2/functional/
es2fColorClearTest.cpp 178 if (de::inBounds(y, op.m_rect.y(), op.m_rect.y()+op.m_rect.w()))
194 if (de::inBounds(x, op.m_rect.x(), op.m_rect.x()+op.m_rect.z()) &&
195 de::inBounds(y, op.m_rect.y(), op.m_rect.y()+op.m_rect.w()))
  /external/deqp/modules/gles3/functional/
es3fColorClearTest.cpp 178 if (de::inBounds(y, op.m_rect.y(), op.m_rect.y()+op.m_rect.w()))
194 if (de::inBounds(x, op.m_rect.x(), op.m_rect.x()+op.m_rect.z()) &&
195 de::inBounds(y, op.m_rect.y(), op.m_rect.y()+op.m_rect.w()))
es3fBufferCopyTests.cpp 75 DE_ASSERT(de::inBounds(m_copySrcOffset, 0, m_srcSize) && de::inRange(m_copySrcOffset+m_copySize, m_copySrcOffset, m_srcSize));
76 DE_ASSERT(de::inBounds(m_copyDstOffset, 0, m_dstSize) && de::inRange(m_copyDstOffset+m_copySize, m_copyDstOffset, m_dstSize));
  /external/deqp/modules/glshared/
glsShaderPerformanceMeasurer.cpp 157 DE_ASSERT(de::inBounds(m_gridSizeX, 1, 256) && de::inBounds(m_gridSizeY, 1, 256));
342 DE_ASSERT(de::inBounds(gridW, 1, 256) && de::inBounds(gridH, 1, 256));
  /external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 155 if (!LiveOutRegInfo.inBounds(Reg))
  /external/deqp/executor/
xeContainerFormatParser.cpp 111 DE_ASSERT(de::inBounds(offset, 0, m_elementLen) && numBytes > 0 && de::inRange(numBytes+offset, 0, m_elementLen));
  /external/chromium_org/third_party/WebKit/Source/wtf/
CheckedArithmetic.h 119 static bool inBounds(Source value)
128 static bool inBounds(Source value)
137 static bool inBounds(Source value)
153 static bool inBounds(Source value)
166 static bool inBounds(Source) { return true; }
173 return BoundsCheckElider<Target, Source>::inBounds(value);
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListMap.java     [all...]

Completed in 547 milliseconds

1 2 3 4