Searched refs:computeLayerRange (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexLookupVerifier.cpp | 1757 static inline IVec2 computeLayerRange (int numLayers, int numCoordBits, float layerCoord) in computeLayerRange() function 1770 …const IVec2 layerRange = computeLayerRange(texture.getNumLayers(), prec.coordBits.y(), coord.y()… in isLookupResultValid() 1840 …const IVec2 layerRange = computeLayerRange(texture.getNumLayers(), prec.coordBits.z(), coord.z()… in isLookupResultValid() 2015 const IVec2 layerRange = computeLayerRange(texture.getNumLayers(), coordBits.w(), coord.w()); in isLookupResultValid() 2430 const IVec2 layerRange = computeLayerRange(texture.getNumLayers(), prec.coordBits.z(), coord.z()); in is2DArrayGatherOffsetsResultValid()
|