Home | History | Annotate | Download | only in common

Lines Matching refs:inBounds

589 	DE_ASSERT(de::inBounds(x, 0, m_width));
590 DE_ASSERT(de::inBounds(y, 0, m_height));
591 DE_ASSERT(de::inBounds(z, 0, m_depth));
674 DE_ASSERT(de::inBounds(x, 0, m_width));
675 DE_ASSERT(de::inBounds(y, 0, m_height));
676 DE_ASSERT(de::inBounds(z, 0, m_depth));
766 DE_ASSERT(de::inBounds(x, 0, getWidth()));
767 DE_ASSERT(de::inBounds(y, 0, getHeight()));
768 DE_ASSERT(de::inBounds(z, 0, getDepth()));
806 DE_ASSERT(de::inBounds(x, 0, getWidth()));
807 DE_ASSERT(de::inBounds(y, 0, getHeight()));
808 DE_ASSERT(de::inBounds(z, 0, getDepth()));
846 DE_ASSERT(de::inBounds(x, 0, getWidth()));
847 DE_ASSERT(de::inBounds(y, 0, getHeight()));
848 DE_ASSERT(de::inBounds(z, 0, getDepth()));
942 DE_ASSERT(de::inBounds(x, 0, getWidth()));
943 DE_ASSERT(de::inBounds(y, 0, getHeight()));
944 DE_ASSERT(de::inBounds(z, 0, getDepth()));
1004 DE_ASSERT(de::inBounds(x, 0, getWidth()));
1005 DE_ASSERT(de::inBounds(y, 0, getHeight()));
1006 DE_ASSERT(de::inBounds(z, 0, getDepth()));
1041 DE_ASSERT(de::inBounds(x, 0, getWidth()));
1042 DE_ASSERT(de::inBounds(y, 0, getHeight()));
1043 DE_ASSERT(de::inBounds(z, 0, getDepth()));
1351 bool i0UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i0, 0, w);
1352 bool i1UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i1, 0, w);
1374 bool i0UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i0, 0, w);
1375 bool i1UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i1, 0, w);
1403 bool i0UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i0, 0, w);
1404 bool i1UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i1, 0, w);
1405 bool j0UseBorder = sampler.wrapT == Sampler::CLAMP_TO_BORDER && !de::inBounds(j0, 0, h);
1406 bool j1UseBorder = sampler.wrapT == Sampler::CLAMP_TO_BORDER && !de::inBounds(j1, 0, h);
1439 bool i0UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i0, 0, w);
1440 bool i1UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i1, 0, w);
1441 inBounds(j0, 0, h);
1442 bool j1UseBorder = sampler.wrapT == Sampler::CLAMP_TO_BORDER && !de::inBounds(j1, 0, h);
1469 bool i0UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i0, 0, w);
1470 bool i1UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i1, 0, w);
1502 bool i0UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i0, 0, w);
1503 bool i1UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i1, 0, w);
1504 bool j0UseBorder = sampler.wrapT == Sampler::CLAMP_TO_BORDER && !de::inBounds(j0, 0, h);
1505 bool j1UseBorder = sampler.wrapT == Sampler::CLAMP_TO_BORDER && !de::inBounds(j1, 0, h);
1550 bool i0UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i0, 0, width);
1551 bool i1UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i1, 0, width);
1552 bool j0UseBorder = sampler.wrapT == Sampler::CLAMP_TO_BORDER && !de::inBounds(j0, 0, height);
1553 bool j1UseBorder = sampler.wrapT == Sampler::CLAMP_TO_BORDER && !de::inBounds(j1, 0, height);
1554 bool k0UseBorder = sampler.wrapR == Sampler::CLAMP_TO_BORDER && !de::inBounds(k0, 0, depth);
1555 bool k1UseBorder = sampler.wrapR == Sampler::CLAMP_TO_BORDER && !de::inBounds(k1, 0, depth);
1602 bool i0UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i0, 0, width);
1603 bool i1UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i1, 0, width);
1604 bool j0UseBorder = sampler.wrapT == Sampler::CLAMP_TO_BORDER && !de::inBounds(j0, 0, height);
1605 bool j1UseBorder = sampler.wrapT == Sampler::CLAMP_TO_BORDER && !de::inBounds(j1, 0, height);
1606 bool k0UseBorder = sampler.wrapR == Sampler::CLAMP_TO_BORDER && !de::inBounds(k0, 0, depth);
1607 bool k1UseBorder = sampler.wrapR == Sampler::CLAMP_TO_BORDER && !de::inBounds(k1, 0, depth);
1632 DE_ASSERT(de::inBounds(level, 0, m_height));
1652 DE_ASSERT(de::inBounds(depth, 0, m_depth));
1676 DE_ASSERT(de::inBounds(offset.y(), 0, m_width));
1696 DE_ASSERT(de::inBounds(offset.z(), 0, m_depth));
1720 DE_ASSERT(de::inBounds(offset.y(), 0, m_height));
1743 DE_ASSERT(de::inBounds(offset.z(), 0, m_depth));
2185 DE_ASSERT(de::inBounds(componentNdx, 0, 4));
2319 bool uInBounds = de::inBounds(origCoords.s, 0, size);
2320 bool vInBounds = de::inBounds(origCoords.t, 0, size);
3012 DE_ASSERT(de::inBounds(levelNdx, 0, getNumLevels()));
3057 DE_ASSERT(de::inBounds(levelNdx, 0, getNumLevels()));
3378 DE_ASSERT(de::inBounds(levelNdx, 0, getNumLevels()));
3426 DE_ASSERT(de::inBounds(levelNdx, 0, getNumLevels()));
3483 DE_ASSERT(de::inBounds(levelNdx, 0, getNumLevels()));
3578 DE_ASSERT(de::inBounds(levelNdx, 0, getNumLevels()));