Searched refs:coordsInBounds (Results 1 – 2 of 2) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexCompareVerifier.cpp | 129 static inline bool coordsInBounds (const ConstPixelBufferAccess& access, int x, int y, int z) in coordsInBounds() function 136 if (coordsInBounds(access, i, j, k)) in lookupDepth() 146 DE_ASSERT(coordsInBounds(access, i, j, k)); in lookupDepthNoBorder()
|
D | tcuTexLookupVerifier.cpp | 50 static inline bool coordsInBounds (const ConstPixelBufferAccess& access, int x, int y, int z) in coordsInBounds() function 58 if (coordsInBounds(access, i, j, k)) in lookup() 68 if (coordsInBounds(access, i, j, k)) in lookup()
|