Home
last modified time | relevance | path

Searched refs:inBounds (Results 1 – 25 of 115) sorted by relevance

12345

/external/deqp/framework/common/
DtcuSurface.hpp72 DE_ASSERT(de::inBounds(x, 0, m_width) && de::inBounds(y, 0, m_height)); in setPixel()
89 DE_ASSERT(de::inBounds(x, 0, m_width) && de::inBounds(y, 0, m_height)); in getPixel()
DtcuTexture.cpp979 DE_ASSERT(de::inBounds(x, 0, m_size.x())); in getPixel()
980 DE_ASSERT(de::inBounds(y, 0, m_size.y())); in getPixel()
981 DE_ASSERT(de::inBounds(z, 0, m_size.z())); in getPixel()
1078 DE_ASSERT(de::inBounds(x, 0, m_size.x())); in getPixelInt()
1079 DE_ASSERT(de::inBounds(y, 0, m_size.y())); in getPixelInt()
1080 DE_ASSERT(de::inBounds(z, 0, m_size.z())); in getPixelInt()
1182 DE_ASSERT(de::inBounds(x, 0, getWidth())); in getPixDepth()
1183 DE_ASSERT(de::inBounds(y, 0, getHeight())); in getPixDepth()
1184 DE_ASSERT(de::inBounds(z, 0, getDepth())); in getPixDepth()
1214 DE_ASSERT(de::inBounds(x, 0, getWidth())); in getPixStencil()
[all …]
DtcuSurfaceAccess.hpp73 DE_ASSERT(de::inBounds(x, 0, m_width) && de::inBounds(y, 0, m_height)); in setPixel()
DtcuTexture.hpp514 …const ConstPixelBufferAccess& getLevel (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, m_numLev… in getLevel()
565 …const ConstPixelBufferAccess& getLevel (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, m_numLev… in getLevel()
631 …bool isLevelEmpty (int levelNdx) const { DE_ASSERT(de::inBounds(levelNdx, 0, getNumLevels()… in isLevelEmpty()
632 …const ConstPixelBufferAccess& getLevel (int levelNdx) const { DE_ASSERT(de::inBounds(levelNdx, 0… in getLevel()
633 …const PixelBufferAccess& getLevel (int levelNdx) { DE_ASSERT(de::inBounds(levelNdx, 0, getNum… in getLevel()
790 …ferAccess& getLevelFace (int ndx, CubeFace face) const { DE_ASSERT(de::inBounds(ndx, 0, m_numLeve… in getLevelFace()
818 …ferAccess& getLevelFace (int ndx, CubeFace face) const { DE_ASSERT(de::inBounds(ndx, 0, getNumLev… in getLevelFace()
819 …const PixelBufferAccess& getLevelFace (int ndx, CubeFace face) { DE_ASSERT(de::inBounds(ndx, 0,… in getLevelFace()
823 …bool isLevelEmpty (CubeFace face, int levelNdx) const { DE_ASSERT(de::inBounds(levelNdx, 0,… in isLevelEmpty()
876 …const ConstPixelBufferAccess& getLevel (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, m_numLev… in getLevel()
[all …]
DtcuBilinearImageCompare.cpp179 if (!de::inBounds(u, 0, (reference.getWidth()-1)<<NUM_SUBPIXEL_BITS) || in comparePixelRGBA8()
180 !de::inBounds(v, 0, (reference.getHeight()-1)<<NUM_SUBPIXEL_BITS)) in comparePixelRGBA8()
/external/deqp/framework/randomshaders/
DrsgVariableValue.hpp106 …float asFloat (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return m_value… in asFloat()
107 …int asInt (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return m_value[nd… in asInt()
108 …bool asBool (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return m_value[n… in asBool()
109 …Scalar asScalar (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return m_valu… in asScalar()
112 …T as (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return this->m_value[… in as()
139 …float& asFloat (int ndx) { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return this->m_value… in asFloat()
140 …int& asInt (int ndx) { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return this->m_value[ndx… in asInt()
141 …bool& asBool (int ndx) { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return this->m_value[n… in asBool()
142 …Scalar& asScalar (int ndx) { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return this->m_valu… in asScalar()
145 …T& as (int ndx) { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return this->m_value[ndx].t… in as()
DrsgPrettyPrinter.cpp125 DE_ASSERT(de::inBounds<int>(token, 0, (int)DE_LENGTH_OF_ARRAY(s_tokenStr))); in getSimpleTokenStr()
/external/deqp/framework/referencerenderer/
DrrRasterizer.hpp48 …DE_ASSERT(de::inRange(numSamples, 1, maxSamples) && de::inBounds(x, 0, 2) && de::inBounds(y, 0, 2)… in getCoverageBit()
55 DE_ASSERT(de::inBounds(x, 0, 2) && de::inBounds(y, 0, 2)); in getCoverageFragmentSampleBits()
/external/deqp/framework/delibs/decpp/
DdeArrayUtil.hpp36 DE_ASSERT(inBounds(offset, 0, Size)); in getSizedArrayElement()
44 DE_ASSERT(inBounds(offset, 0, Size)); in getArrayElement()
DdeDefs.hpp48 template<typename T> inline bool inBounds (T x, T a, T b) { return a <= x && x < b; } in inBounds() function
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.h50 Constant *ConstantFoldGetElementPtr(Constant *C, bool inBounds,
52 Constant *ConstantFoldGetElementPtr(Constant *C, bool inBounds,
/external/deqp/framework/opengl/
DgluVarTypeUtil.cpp137 TCU_CHECK(de::inBounds(ndx, 0, curType.getArraySize())); in parseTypePath()
142 TCU_CHECK(de::inBounds(ndx, 0, getDataTypeMatrixNumColumns(curType.getBasicType()))); in parseTypePath()
147 TCU_CHECK(de::inBounds(ndx, 0, getDataTypeScalarSize(curType.getBasicType()))); in parseTypePath()
DgluVarTypeUtil.hpp323 …if (!curType->isStructType() || !de::inBounds(pathIter->index, 0, curType->getStructPtr()->getNumM… in isValidTypePath()
330 …rayType() || (curType->getArraySize() != VarType::UNSIZED_ARRAY && !de::inBounds(pathIter->index, … in isValidTypePath()
DgluShaderProgram.cpp549 DE_ASSERT(de::inBounds<int>(shaderType, 0, DE_LENGTH_OF_ARRAY(s_typeMap))); in getGLShaderType()
565 DE_ASSERT(de::inBounds<int>(shaderType, 0, DE_LENGTH_OF_ARRAY(s_typebitMap))); in getGLShaderTypeBit()
581 DE_ASSERT(de::inBounds<int>(shaderType, 0, DE_LENGTH_OF_ARRAY(s_typeMap))); in getLogShaderType()
/external/llvm/lib/IR/
DConstantFold.h49 Constant *ConstantFoldGetElementPtr(Type *Ty, Constant *C, bool inBounds,
51 Constant *ConstantFoldGetElementPtr(Type *Ty, Constant *C, bool inBounds,
/external/python/cpython2/Mac/Modules/app/
D_Appmodule.c603 Rect inBounds; in App_DrawThemeMenuBarBackground() local
610 PyMac_GetRect, &inBounds, in App_DrawThemeMenuBarBackground()
614 _err = DrawThemeMenuBarBackground(&inBounds, in App_DrawThemeMenuBarBackground()
1164 Rect inBounds; in App_DrawThemeButton() local
1173 PyMac_GetRect, &inBounds, in App_DrawThemeButton()
1179 _err = DrawThemeButton(&inBounds, in App_DrawThemeButton()
1196 Rect inBounds; in App_GetThemeButtonRegion() local
1203 PyMac_GetRect, &inBounds, in App_GetThemeButtonRegion()
1207 _err = GetThemeButtonRegion(&inBounds, in App_GetThemeButtonRegion()
1221 Rect inBounds; in App_GetThemeButtonContentBounds() local
[all …]
/external/deqp/modules/glshared/
DglsShaderPerformanceMeasurer.cpp157 DE_ASSERT(de::inBounds(m_gridSizeX, 1, 256) && de::inBounds(m_gridSizeY, 1, 256)); in init()
342 DE_ASSERT(de::inBounds(gridW, 1, 256) && de::inBounds(gridH, 1, 256)); in setGridSize()
/external/deqp/modules/gles3/functional/
Des3fColorClearTest.cpp178 if (de::inBounds(y, op.m_rect.y(), op.m_rect.y()+op.m_rect.w())) in iterate()
194 if (de::inBounds(x, op.m_rect.x(), op.m_rect.x()+op.m_rect.z()) && in iterate()
195 de::inBounds(y, op.m_rect.y(), op.m_rect.y()+op.m_rect.w())) in iterate()
Des3fBufferCopyTests.cpp75 …DE_ASSERT(de::inBounds(m_copySrcOffset, 0, m_srcSize) && de::inRange(m_copySrcOffset+m_copySize, m… in BasicBufferCopyCase()
76 …DE_ASSERT(de::inBounds(m_copyDstOffset, 0, m_dstSize) && de::inRange(m_copyDstOffset+m_copySize, m… in BasicBufferCopyCase()
/external/deqp/modules/gles2/functional/
Des2fColorClearTest.cpp178 if (de::inBounds(y, op.m_rect.y(), op.m_rect.y()+op.m_rect.w())) in iterate()
194 if (de::inBounds(x, op.m_rect.x(), op.m_rect.x()+op.m_rect.z()) && in iterate()
195 de::inBounds(y, op.m_rect.y(), op.m_rect.y()+op.m_rect.w())) in iterate()
/external/deqp/modules/gles31/functional/
Des31fShaderUniformIntegerFunctionTests.cpp155 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(s_postfix))); in getPrecisionPostfix()
170 DE_ASSERT(de::inBounds<int>(shaderType, 0, DE_LENGTH_OF_ARRAY(s_postfix))); in getShaderTypePostfix()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationCoordinatesTests.cpp202 DE_ASSERT(de::inBounds(centerX, 0, width) && de::inBounds(centerY, 0, height)); in drawPoint()
210 if (de::inBounds(pixX, 0, width) && de::inBounds(pixY, 0, height)) in drawPoint()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DIndexedMap.h74 bool inBounds(IndexT n) const { in inBounds() function
/external/llvm/include/llvm/ADT/
DIndexedMap.h74 bool inBounds(IndexT n) const { in inBounds() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DIndexedMap.h76 bool inBounds(IndexT n) const { in inBounds() function

12345