Home
last modified time | relevance | path

Searched defs:maxLayer (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DImageIndex.cpp273 GLint maxLayer) in Make3D()
306 GLint maxLayer) in MakeGeneric()
327 GLint ImageIndexIterator::maxLayer() const in maxLayer() function in gl::ImageIndexIterator
DImageIndexIterator_unittest.cpp21 static const GLint maxLayer = 3; variable
/third_party/vk-gl-cts/framework/common/
DtcuTexCompareVerifier.cpp1103 const int maxLayer = de::clamp(deFloorFloatToInt32(maxZ + 0.5f), 0, texture.getNumLayers() - 1); in isCubeLevelCompareResultValid() local
1155 const int maxLayer = de::clamp(deFloorFloatToInt32(maxZ + 0.5f), 0, texture.getNumLayers() - 1); in isCubeMipmapLinearCompareResultValid() local
1488 const int maxLayer = de::clamp(deFloorFloatToInt32(maxZ + 0.5f), 0, texture.getNumLayers()-1); in isTexCompareResultValid() local
1639 const int maxLayer = de::clamp(deFloorFloatToInt32(maxZ + 0.5f), 0, texture.getNumLayers()-1); in isTexCompareResultValid() local
1858 const int maxLayer = de::clamp(deFloorFloatToInt32(maxZ + 0.5f), 0, texture.getNumLayers()-1); in isGatherOffsetsCompareResultValid() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktTextureShadowTests.cpp812 const float maxLayer = (float)m_testParameters.numLayers; in Texture2DArrayShadowTestInstance() local
1263 const float maxLayer = (float)m_testParameters.numLayers; in Texture1DArrayShadowTestInstance() local
1536 const float maxLayer = (float)m_testParameters.numLayers; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureShadowTests.cpp812 const float maxLayer = (float)m_testParameters.numLayers; in Texture2DArrayShadowTestInstance() local
1263 const float maxLayer = (float)m_testParameters.numLayers; in Texture1DArrayShadowTestInstance() local
1536 const float maxLayer = (float)m_testParameters.numLayers; in iterate() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fTextureShadowTests.cpp851 const float maxLayer = (float)m_numLayers; in init() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSamplerCore.cpp2471 Int4 maxLayer = layers - Int4(1); in computeLayerIndex() local