Searched defs:maxLayer (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | ImageIndex.cpp | 273 GLint maxLayer) in Make3D() 306 GLint maxLayer) in MakeGeneric() 327 GLint ImageIndexIterator::maxLayer() const in maxLayer() function in gl::ImageIndexIterator
|
D | ImageIndexIterator_unittest.cpp | 21 static const GLint maxLayer = 3; variable
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTexCompareVerifier.cpp | 1103 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/ |
D | vktTextureShadowTests.cpp | 812 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/ |
D | vktTextureShadowTests.cpp | 812 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/ |
D | es3fTextureShadowTests.cpp | 851 const float maxLayer = (float)m_numLayers; in init() local
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SamplerCore.cpp | 2471 Int4 maxLayer = layers - Int4(1); in computeLayerIndex() local
|