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

  /external/deqp/framework/delibs/depool/
dePoolSet.c 49 deBool inserted = deInBounds32(i, 0, 5000);
61 deBool inserted = deInBounds32(i, 1000, 5000);
74 deBool inserted = (deInBounds32(i, 1000, 5000) || deInBounds32(i, 10000, 12000));
87 DE_TEST_ASSERT(deInBounds32(key, 1000, 5000) || deInBounds32(key, 10000, 12000));
dePoolMultiSet.c 47 deBool inserted = deInBounds32(i, 0, 5000);
59 deBool inserted = deInBounds32(i, 1000, 5000);
72 deBool inserted = (deInBounds32(i, 1000, 5000) || deInBounds32(i, 10000, 12000));
97 count += deInBounds32(i, 0, 1000) ? 1 : 0;
98 count += deInBounds32(i, 0, 500) ? 1 : 0;
99 count += deInBounds32(i, 0, 250) ? 1 : 0;
117 count += deInBounds32(i, 0, 500) ? 1 : 0;
118 count += deInBounds32(i, 0, 250) ? 1 : 0;
138 count += deInBounds32(i, 250, 500) ? 1 : 0
    [all...]
dePoolHash.c 76 if (deInBounds32(i, 1000, 5000))
89 if (deInBounds32(i, 1000, 5000) || deInBounds32(i, 10000, 12000))
104 DE_TEST_ASSERT(deInBounds32(key, 1000, 5000) || deInBounds32(key, 10000, 12000));
dePoolHashSet.c 86 if (deInBounds32(i, 1000, 5000))
99 if (deInBounds32(i, 1000, 5000) || deInBounds32(i, 10000, 12000))
114 DE_TEST_ASSERT(deInBounds32(key, 1000, 5000) || deInBounds32(key, 10000, 12000));
dePoolHash.h 303 DE_ASSERT(deInBounds32(slotNdx, 0, hash->slotTableSize)); \
dePoolSet.h 311 DE_ASSERT(deInBounds32(slotNdx, 0, set->slotTableSize)); \
  /external/deqp/framework/delibs/deimage/
deARGB.h 34 DE_ASSERT(deInBounds32(r, 0, 256));
35 DE_ASSERT(deInBounds32(g, 0, 256));
36 DE_ASSERT(deInBounds32(b, 0, 256));
37 DE_ASSERT(deInBounds32(a, 0, 256));
deImage.c 39 DE_ASSERT(deInBounds32(x, 0, image->width));
40 DE_ASSERT(deInBounds32(y, 0, image->height));
142 DE_ASSERT(deInBounds32(x0, 0, srcWidth));
143 DE_ASSERT(deInBounds32(y0, 0, srcHeight));
  /external/deqp/framework/opengl/
gluShaderUtil.cpp 146 DE_ASSERT(deInBounds32((int)shaderType, 0, SHADERTYPE_LAST));
162 DE_ASSERT(deInBounds32((int)precision, 0, PRECISION_LAST));
243 DE_ASSERT(deInBounds32((int)dataType, 0, DE_LENGTH_OF_ARRAY(s_names)));
322 DE_ASSERT(deInBounds32((int)dataType, 0, DE_LENGTH_OF_ARRAY(s_sizes)));
401 DE_ASSERT(deInBounds32((int)dataType, 0, DE_LENGTH_OF_ARRAY(s_scalarTypes)));
480 DE_ASSERT(deInBounds32((int)dataType, 0, DE_LENGTH_OF_ARRAY(s_floatTypes)));
  /external/deqp/modules/gles3/functional/
es3fShaderLoopTests.cpp 125 DE_ASSERT(deInBounds32((int)loopCase, 0, LOOPCASE_LAST));
157 DE_ASSERT(deInBounds32((int)loopType, 0, LOOPTYPE_LAST));
180 DE_ASSERT(deInBounds32((int)countType, 0, LOOPCOUNT_LAST));
    [all...]
es3fShaderIndexingTests.cpp 69 DE_ASSERT(deInBounds32((int)accessType, 0, INDEXACCESS_LAST));
97 DE_ASSERT(deInBounds32((int)accessType, 0, VECTORACCESS_LAST));
    [all...]
es3fVertexTextureTests.cpp 444 DE_ASSERT(deInBounds32(ix + region.x, 0, dst.getWidth()));
445 DE_ASSERT(deInBounds32(iy + region.y, 0, dst.getHeight()));
    [all...]
  /external/deqp/framework/common/
tcuFuzzyImageCompare.cpp 238 if (!deInBounds32(dx, 0, surface.getWidth()) || !deInBounds32(dy, 0, surface.getHeight()))
tcuTexture.cpp     [all...]
  /external/deqp/framework/delibs/debase/
deInt32.h 108 * \see deInBounds32()
124 DE_INLINE deBool deInBounds32 (int a, int mn, int mx)
  /external/deqp/modules/gles2/functional/
es2fShaderLoopTests.cpp 137 DE_ASSERT(deInBounds32((int)loopCase, 0, LOOPCASE_LAST));
160 DE_ASSERT(deInBounds32((int)loopType, 0, LOOPTYPE_LAST));
183 DE_ASSERT(deInBounds32((int)countType, 0, LOOPCOUNT_LAST));
    [all...]
es2fShaderIndexingTests.cpp 69 DE_ASSERT(deInBounds32((int)accessType, 0, INDEXACCESS_LAST));
97 DE_ASSERT(deInBounds32((int)accessType, 0, VECTORACCESS_LAST));
    [all...]
es2fVertexTextureTests.cpp 348 DE_ASSERT(deInBounds32(ix + region.x, 0, dst.getWidth()));
349 DE_ASSERT(deInBounds32(iy + region.y, 0, dst.getHeight()));
    [all...]
  /external/deqp/modules/glshared/
glsShaderRenderCase.cpp 716 DE_ASSERT(deInBounds32(ix, 0, width));
717 DE_ASSERT(deInBounds32(iy, 0, height));
glsUniformBlockCase.cpp     [all...]
  /external/deqp/framework/qphelper/
qpTestLog.c 266 DE_ASSERT(deInBounds32(key, 0, keyMapSize));
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp 496 if (deInBounds32(texture, GL_TEXTURE0, GL_TEXTURE0 + (deUint32)m_textureUnits.size()))
    [all...]

Completed in 561 milliseconds