Home
last modified time | relevance | path

Searched refs:coordsInBounds (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/common/
DtcuTexCompareVerifier.cpp129 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()
DtcuTexLookupVerifier.cpp50 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()