Lines Matching refs:inBounds

1112 	DE_ASSERT(de::inBounds(x, 0, m_size.x()));
1113 DE_ASSERT(de::inBounds(y, 0, m_size.y()));
1114 DE_ASSERT(de::inBounds(z, 0, m_size.z()));
1281 DE_ASSERT(de::inBounds(x, 0, m_size.x()));
1282 DE_ASSERT(de::inBounds(y, 0, m_size.y()));
1283 DE_ASSERT(de::inBounds(z, 0, m_size.z()));
1378 DE_ASSERT(de::inBounds(x, 0, m_size.x()));
1379 DE_ASSERT(de::inBounds(y, 0, m_size.y()));
1380 DE_ASSERT(de::inBounds(z, 0, m_size.z()));
1463 DE_ASSERT(de::inBounds(x, 0, getWidth()));
1464 DE_ASSERT(de::inBounds(y, 0, getHeight()));
1465 DE_ASSERT(de::inBounds(z, 0, getDepth()));
1495 DE_ASSERT(de::inBounds(x, 0, getWidth()));
1496 DE_ASSERT(de::inBounds(y, 0, getHeight()));
1497 DE_ASSERT(de::inBounds(z, 0, getDepth()));
1526 DE_ASSERT(de::inBounds(x, 0, getWidth()));
1527 DE_ASSERT(de::inBounds(y, 0, getHeight()));
1528 DE_ASSERT(de::inBounds(z, 0, getDepth()));
1678 DE_ASSERT(de::inBounds(x, 0, getWidth()));
1679 DE_ASSERT(de::inBounds(y, 0, getHeight()));
1680 DE_ASSERT(de::inBounds(z, 0, getDepth()));
1788 DE_ASSERT(de::inBounds(x, 0, getWidth()));
1789 DE_ASSERT(de::inBounds(y, 0, getHeight()));
1790 DE_ASSERT(de::inBounds(z, 0, getDepth()));
1825 DE_ASSERT(de::inBounds(x, 0, getWidth()));
1826 DE_ASSERT(de::inBounds(y, 0, getHeight()));
1827 DE_ASSERT(de::inBounds(z, 0, getDepth()));
2094 bool i0UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i0, 0, w);
2095 bool i1UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i1, 0, w);
2121 iUseBorder[m] = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i[m], 0, width);
2161 bool i0UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i0, 0, w);
2162 bool i1UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i1, 0, w);
2163 bool j0UseBorder = sampler.wrapT == Sampler::CLAMP_TO_BORDER && !de::inBounds(j0, 0, h);
2164 bool j1UseBorder = sampler.wrapT == Sampler::CLAMP_TO_BORDER && !de::inBounds(j1, 0, h);
2202 iUseBorder[m] = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i[m], 0, width);
2204 jUseBorder[n] = sampler.wrapT == Sampler::CLAMP_TO_BORDER && !de::inBounds(j[n], 0, height);
2242 bool i0UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i0, 0, w);
2243 bool i1UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i1, 0, w);
2275 bool i0UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i0, 0, w);
2276 bool i1UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i1, 0, w);
2277 bool j0UseBorder = sampler.wrapT == Sampler::CLAMP_TO_BORDER && !de::inBounds(j0, 0, h);
2278 bool j1UseBorder = sampler.wrapT == Sampler::CLAMP_TO_BORDER && !de::inBounds(j1, 0, h);
2323 bool i0UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i0, 0, width);
2324 bool i1UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i1, 0, width);
2325 bool j0UseBorder = sampler.wrapT == Sampler::CLAMP_TO_BORDER && !de::inBounds(j0, 0, height);
2326 bool j1UseBorder = sampler.wrapT == Sampler::CLAMP_TO_BORDER && !de::inBounds(j1, 0, height);
2327 bool k0UseBorder = sampler.wrapR == Sampler::CLAMP_TO_BORDER && !de::inBounds(k0, 0, depth);
2328 bool k1UseBorder = sampler.wrapR == Sampler::CLAMP_TO_BORDER && !de::inBounds(k1, 0, depth);
2381 iUseBorder[m] = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i[m], 0, width);
2383 jUseBorder[n] = sampler.wrapT == Sampler::CLAMP_TO_BORDER && !de::inBounds(j[n], 0, height);
2385 kUseBorder[o] = sampler.wrapR == Sampler::CLAMP_TO_BORDER && !de::inBounds(k[o], 0, depth);
2418 DE_ASSERT(de::inBounds(level, 0, m_size.y()));
2426 DE_ASSERT(de::inBounds(depth, 0, m_size.z()));
2440 DE_ASSERT(de::inBounds(offset.y(), 0, m_size.y()));
2463 DE_ASSERT(de::inBounds(offset.z(), 0, m_size.z()));
2515 DE_ASSERT(de::inBounds(offset.y(), 0, m_size.y()));
2540 DE_ASSERT(de::inBounds(offset.z(), 0, m_size.z()));
2913 DE_ASSERT(de::inBounds(componentNdx, 0, 4));
2944 DE_ASSERT(de::inBounds(componentNdx, 0, 4));
3062 bool uInBounds = de::inBounds(origCoords.s, 0, size);
3063 bool vInBounds = de::inBounds(origCoords.t, 0, size);
3803 DE_ASSERT(de::inBounds(levelNdx, 0, getNumLevels()));
3859 DE_ASSERT(de::inBounds(levelNdx, 0, getNumLevels()));
4184 DE_ASSERT(de::inBounds(levelNdx, 0, getNumLevels()));
4232 DE_ASSERT(de::inBounds(levelNdx, 0, getNumLevels()));
4291 DE_ASSERT(de::inBounds(levelNdx, 0, getNumLevels()));
4386 DE_ASSERT(de::inBounds(levelNdx, 0, getNumLevels()));