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

12 3 4

  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 120 return VirtRegIntervals.inBounds(Reg) && VirtRegIntervals[Reg];
  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 348 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(ranges)));
361 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(ranges)));
374 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(ranges)));
585 if (de::inBounds(output.location+vecNdx, 0, (int)attachments.size()))
620 if (de::inBounds(output.location+vecNdx, 0, (int)attachments.size()))
659 if (de::inBounds(output.location+vecNdx, 0, (int)attachments.size()))
782 DE_ASSERT(de::inBounds(location, 0, (int)m_fboSpec.size()));
    [all...]
es3fDepthStencilClearTests.cpp 430 if (!de::inBounds(y, clearRect.y(), clearRect.y()+clearRect.w()))
474 if (!de::inBounds(y, clearRect.y(), clearRect.y()+clearRect.w()))
es3fShaderPackingFunctionTests.cpp 129 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(s_postfix)));
140 DE_ASSERT(de::inBounds<int>(shaderType, 0, DE_LENGTH_OF_ARRAY(s_postfix)));
es3fASTCDecompressionCases.cpp 109 DE_ASSERT(de::inBounds(ndx, 0, 32));
158 DE_ASSERT(de::inBounds(ndx, 0, 128));
167 DE_ASSERT(de::inBounds(low, 0, 128));
168 DE_ASSERT(de::inBounds(high, 0, 128));
    [all...]
es3fFboInvalidateTests.cpp 96 DE_ASSERT(de::inBounds(pxFmt.redBits, 0, 0xff) &&
97 de::inBounds(pxFmt.greenBits, 0, 0xff) &&
98 de::inBounds(pxFmt.blueBits, 0, 0xff) &&
99 de::inBounds(pxFmt.alphaBits, 0, 0xff));
    [all...]
es3fShaderBuiltinVarTests.cpp 575 if (de::inBounds(dx, 0, refImg.getWidth()) && de::inBounds(dy, 0, refImg.getHeight()))
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 132 // This GEP is inbounds because all indices are zero.
    [all...]
  /external/deqp/framework/common/
tcuVector.hpp 159 const T& operator[] (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, Size)); return m_data[ndx]; }
160 T& operator[] (int ndx) { DE_ASSERT(de::inBounds(ndx, 0, Size)); return m_data[ndx]; }
  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.cpp 234 DE_ASSERT(de::inBounds(offset, 0, (int)m_data.size()) && de::inRange(offset+numBytes, offset, (int)m_data.size()));
456 DE_ASSERT(de::inBounds(curOffset, 0, numBytes));
es2fDepthStencilClearTests.cpp 427 if (!de::inBounds(y, clearRect.y(), clearRect.y()+clearRect.w()))
471 if (!de::inBounds(y, clearRect.y(), clearRect.y()+clearRect.w()))
es2fShaderBuiltinVarTests.cpp 543 if (de::inBounds(dx, 0, refImg.getWidth()) && de::inBounds(dy, 0, refImg.getHeight()))
  /external/deqp/modules/gles31/functional/
es31fShaderHelperInvocationTests.cpp 515 if (de::inBounds(pos.x(), 0, w) && de::inBounds(pos.y(), 0, h))
es31fShaderCommonFunctionTests.cpp 159 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(bits)));
172 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(exponent)));
185 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(exponent)));
426 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(s_postfix)));
441 DE_ASSERT(de::inBounds<int>(shaderType, 0, DE_LENGTH_OF_ARRAY(s_postfix)));
    [all...]
es31fAdvancedBlendTests.cpp 175 DE_ASSERT(de::inBounds<int>(equation, 0, rr::BLENDEQUATION_ADVANCED_LAST));
  /external/deqp/modules/glshared/
glsTextureTestUtil.hpp 311 DE_ASSERT(de::inBounds(x, 0, m_width) && de::inBounds(y, 0, m_height));
glsBufferTestUtil.cpp 245 DE_ASSERT(de::inBounds(offset, 0, (int)m_data.size()) && de::inRange(offset+numBytes, offset, (int)m_data.size()));
625 DE_ASSERT(de::inBounds(curOffset, 0, numBytes));
  /external/deqp/framework/randomshaders/
rsgBinaryOps.cpp 242 if (de::inBounds(aMin*(scale-i*scaleStep), dstMin, dstMax) &&
243 de::inBounds(aMax*(scale-i*scaleStep), dstMin, dstMax))
246 if (de::inBounds(aMin*(scale+i*scaleStep), dstMin, dstMax) &&
247 de::inBounds(aMax*(scale+i*scaleStep), dstMin, dstMax))
  /external/deqp/modules/egl/
teglRenderTests.cpp 300 DE_ASSERT(de::inBounds(colorBits.redBits, 0, 0xff) &&
301 de::inBounds(colorBits.greenBits, 0, 0xff) &&
302 de::inBounds(colorBits.blueBits, 0, 0xff) &&
303 de::inBounds(colorBits.alphaBits, 0, 0xff));
    [all...]
  /external/deqp/executor/tools/
xeBatchResultToXml.cpp 173 XE_CHECK(de::inBounds<int>(result.statusCode, 0, xe::TESTSTATUSCODE_LAST));
  /external/deqp/framework/delibs/decpp/
dePoolArray.hpp 367 DE_ASSERT(inBounds<deIntptr>(ndx, 0, (deIntptr)m_numElements));
  /external/deqp/framework/referencerenderer/
rrVertexAttrib.cpp 464 if (!de::inBounds<int>(vertexAttrib.type, 0, VERTEXATTRIBTYPE_LAST) ||
rrFragmentOperations.cpp 51 return de::inBounds(point.x(), rect.left, rect.left + rect.width) &&
52 de::inBounds(point.y(), rect.bottom, rect.bottom + rect.height);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 286 if (!LiveOutRegInfo.inBounds(Reg))
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]

Completed in 914 milliseconds

12 3 4