Home
last modified time | relevance | path

Searched refs:getNumLayers (Results 1 – 7 of 7) sorted by relevance

/external/deqp/framework/common/
DtcuTexture.hpp765 int getNumLayers (void) const { return m_numLevels > 0 ? m_levels[0].getHeight() : 0; } in getNumLayers() function in tcu::Texture1DArrayView
792 int getNumLayers (void) const { return m_numLevels > 0 ? m_levels[0].getDepth() : 0; } in getNumLayers() function in tcu::Texture2DArrayView
823 int getNumLayers (void) const { return m_numLayers; } in getNumLayers() function in tcu::Texture1DArray
880 int getNumLayers (void) const { return m_numLayers; } in getNumLayers() function in tcu::Texture2DArray
1028 int getNumLayers (void) const { return getDepth() / 6; } in getNumLayers() function in tcu::TextureCubeArrayView
DtcuTexCompareVerifier.cpp1142 const int minLayer = de::clamp(deFloorFloatToInt32(minZ + 0.5f), 0, texture.getNumLayers()-1); in isTexCompareResultValid()
1143 const int maxLayer = de::clamp(deFloorFloatToInt32(maxZ + 0.5f), 0, texture.getNumLayers()-1); in isTexCompareResultValid()
1281 const int minLayer = de::clamp(deFloorFloatToInt32(minZ + 0.5f), 0, texture.getNumLayers()-1); in isGatherOffsetsCompareResultValid()
1282 const int maxLayer = de::clamp(deFloorFloatToInt32(maxZ + 0.5f), 0, texture.getNumLayers()-1); in isGatherOffsetsCompareResultValid()
DtcuTexLookupVerifier.cpp1708 …const IVec2 layerRange = computeLayerRange(texture.getNumLayers(), prec.coordBits.y(), coord.y()… in isLookupResultValid()
1778 …const IVec2 layerRange = computeLayerRange(texture.getNumLayers(), prec.coordBits.z(), coord.z()… in isLookupResultValid()
1953 const IVec2 layerRange = computeLayerRange(texture.getNumLayers(), coordBits.w(), coord.w()); in isLookupResultValid()
2347 const IVec2 layerRange = computeLayerRange(texture.getNumLayers(), prec.coordBits.z(), coord.z()); in is2DArrayGatherOffsetsResultValid()
/external/deqp/modules/gles3/functional/
Des3fTextureUnitTests.cpp954 num2dArrayLayers.push_back(m_textures2dArray[m_ndxTexType[texNdx]]->getNumLayers()); in init()
Des3fTextureFormatTests.cpp563 return m_curLayer < m_texture->getRefTexture().getNumLayers() ? CONTINUE : STOP; in iterate()
Des3fVertexTextureTests.cpp417 return IVec3(ref.getWidth(), ref.getHeight(), ref.getNumLayers()); in getTextureSize()
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp373 dst = tcu::Texture2DArray(src.getFormat(), src.getWidth(), src.getHeight(), src.getNumLayers()); in swizzleTexture()