/external/deqp/framework/common/ |
D | tcuSurface.hpp | 72 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()
|
D | tcuTexture.cpp | 1065 DE_ASSERT(de::inBounds(x, 0, m_size.x())); in getPixel() 1066 DE_ASSERT(de::inBounds(y, 0, m_size.y())); in getPixel() 1067 DE_ASSERT(de::inBounds(z, 0, m_size.z())); in getPixel() 1166 DE_ASSERT(de::inBounds(x, 0, m_size.x())); in getPixelInt() 1167 DE_ASSERT(de::inBounds(y, 0, m_size.y())); in getPixelInt() 1168 DE_ASSERT(de::inBounds(z, 0, m_size.z())); in getPixelInt() 1272 DE_ASSERT(de::inBounds(x, 0, getWidth())); in getPixDepth() 1273 DE_ASSERT(de::inBounds(y, 0, getHeight())); in getPixDepth() 1274 DE_ASSERT(de::inBounds(z, 0, getDepth())); in getPixDepth() 1304 DE_ASSERT(de::inBounds(x, 0, getWidth())); in getPixStencil() [all …]
|
D | tcuSurfaceAccess.hpp | 73 DE_ASSERT(de::inBounds(x, 0, m_width) && de::inBounds(y, 0, m_height)); in setPixel()
|
D | tcuTexture.hpp | 531 …const ConstPixelBufferAccess& getLevel (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, m_numLev… in getLevel() 583 …const ConstPixelBufferAccess& getLevel (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, m_numLev… in getLevel() 652 …bool isLevelEmpty (int levelNdx) const { DE_ASSERT(de::inBounds(levelNdx, 0, getNumLevels()… in isLevelEmpty() 653 …const ConstPixelBufferAccess& getLevel (int levelNdx) const { DE_ASSERT(de::inBounds(levelNdx, 0… in getLevel() 654 …const PixelBufferAccess& getLevel (int levelNdx) { DE_ASSERT(de::inBounds(levelNdx, 0, getNum… in getLevel() 812 …ferAccess& getLevelFace (int ndx, CubeFace face) const { DE_ASSERT(de::inBounds(ndx, 0, m_numLeve… in getLevelFace() 842 …ferAccess& getLevelFace (int ndx, CubeFace face) const { DE_ASSERT(de::inBounds(ndx, 0, getNumLev… in getLevelFace() 843 …const PixelBufferAccess& getLevelFace (int ndx, CubeFace face) { DE_ASSERT(de::inBounds(ndx, 0,… in getLevelFace() 847 …bool isLevelEmpty (CubeFace face, int levelNdx) const { DE_ASSERT(de::inBounds(levelNdx, 0,… in isLevelEmpty() 900 …const ConstPixelBufferAccess& getLevel (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, m_numLev… in getLevel() [all …]
|
D | tcuBilinearImageCompare.cpp | 179 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/ |
D | rsgVariableValue.hpp | 106 …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()
|
D | rsgPrettyPrinter.cpp | 125 DE_ASSERT(de::inBounds<int>(token, 0, (int)DE_LENGTH_OF_ARRAY(s_tokenStr))); in getSimpleTokenStr()
|
/external/deqp/framework/delibs/decpp/ |
D | deArrayUtil.hpp | 36 DE_ASSERT(inBounds(offset, 0, Size)); in getSizedArrayElement() 44 DE_ASSERT(inBounds(offset, 0, Size)); in getArrayElement()
|
D | deRingBuffer.hpp | 153 DE_ASSERT(de::inBounds(offset, 0, getNumElements())); in peekBack()
|
/external/deqp/framework/referencerenderer/ |
D | rrRasterizer.hpp | 47 …DE_ASSERT(de::inRange(numSamples, 1, maxSamples) && de::inBounds(x, 0, 2) && de::inBounds(y, 0, 2)… in getCoverageBit() 54 DE_ASSERT(de::inBounds(x, 0, 2) && de::inBounds(y, 0, 2)); in getCoverageFragmentSampleBits()
|
/external/llvm/lib/IR/ |
D | ConstantFold.h | 49 Constant *ConstantFoldGetElementPtr(Type *Ty, Constant *C, bool inBounds, 51 Constant *ConstantFoldGetElementPtr(Type *Ty, Constant *C, bool inBounds,
|
/external/deqp/framework/opengl/ |
D | gluVarTypeUtil.cpp | 137 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()
|
D | gluVarTypeUtil.hpp | 323 …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()
|
D | gluShaderProgram.cpp | 555 DE_ASSERT(de::inBounds<int>(shaderType, 0, DE_LENGTH_OF_ARRAY(s_typeMap))); in getGLShaderType() 577 DE_ASSERT(de::inBounds<int>(shaderType, 0, DE_LENGTH_OF_ARRAY(s_typebitMap))); in getGLShaderTypeBit() 599 DE_ASSERT(de::inBounds<int>(shaderType, 0, DE_LENGTH_OF_ARRAY(s_typeMap))); in getLogShaderType()
|
/external/python/cpython2/Mac/Modules/app/ |
D | _Appmodule.c | 603 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/ |
D | glsShaderPerformanceMeasurer.cpp | 157 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/ |
D | es3fColorClearTest.cpp | 178 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()
|
D | es3fBufferCopyTests.cpp | 75 …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/ |
D | es2fColorClearTest.cpp | 178 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/llvm-project/mlir/test/Dialect/Vector/ |
D | vector-transfer-full-partial-split.mlir | 43 // inBounds, just yield %A 77 // inBounds, just yield %A 131 // inBounds but not cast-compatible: yield a memref_casted form of %A 169 // inBounds but not cast-compatible: yield a memref_casted form of %A
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | IndexedMap.h | 73 bool inBounds(IndexT n) const { in inBounds() function
|
/external/llvm/include/llvm/ADT/ |
D | IndexedMap.h | 74 bool inBounds(IndexT n) const { in inBounds() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | IndexedMap.h | 73 bool inBounds(IndexT n) const { in inBounds() function
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationCoordinatesTests.cpp | 204 DE_ASSERT(de::inBounds(centerX, 0, width) && de::inBounds(centerY, 0, height)); in drawPoint() 212 if (de::inBounds(pixX, 0, width) && de::inBounds(pixY, 0, height)) in drawPoint()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceUtil.cpp | 107 if (!de::inBounds(deviceIdFromCmdLine, 0u, static_cast<deUint32>(devices.size() + 1))) in chooseDeviceIndex()
|