Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexCompareVerifier.cpp1164 const int maxLayer = de::clamp(deFloorFloatToInt32(maxZ + 0.5f), 0, texture.getNumLayers()-1); in isTexCompareResultValid() local
1168 for (int layer = minLayer; layer <= maxLayer; layer++) in isTexCompareResultValid()
1305 const int maxLayer = de::clamp(deFloorFloatToInt32(maxZ + 0.5f), 0, texture.getNumLayers()-1); in isGatherOffsetsCompareResultValid() local
1309 for (int layer = minLayer; layer <= maxLayer; layer++) in isGatherOffsetsCompareResultValid()
/external/deqp/modules/gles3/functional/
Des3fTextureShadowTests.cpp849 const float maxLayer = (float)m_numLayers; in init() local
862 …es.push_back(FilterCase(tex, ref, tcu::Vec3(oX, oY, minLayer), tcu::Vec3(oX+sX, oY+sY, maxLayer))); in init()