Searched refs:getNumLayers (Results 1 – 7 of 7) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexture.hpp | 765 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
|
D | tcuTexCompareVerifier.cpp | 1142 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()
|
D | tcuTexLookupVerifier.cpp | 1708 …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/ |
D | es3fTextureUnitTests.cpp | 954 num2dArrayLayers.push_back(m_textures2dArray[m_ndxTexType[texNdx]]->getNumLayers()); in init()
|
D | es3fTextureFormatTests.cpp | 563 return m_curLayer < m_texture->getRefTexture().getNumLayers() ? CONTINUE : STOP; in iterate()
|
D | es3fVertexTextureTests.cpp | 417 return IVec3(ref.getWidth(), ref.getHeight(), ref.getNumLayers()); in getTextureSize()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 373 dst = tcu::Texture2DArray(src.getFormat(), src.getWidth(), src.getHeight(), src.getNumLayers()); in swizzleTexture()
|