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