Home
last modified time | relevance | path

Searched refs:textureViewLayerCount (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DBindGroupGL.cpp35 const uint32_t textureViewLayerCount = entry.textureView->GetLayerCount(); in ValidateGLBindGroupDescriptor() local
37 textureViewLayerCount != 1 && in ValidateGLBindGroupDescriptor()
38 textureViewLayerCount != entry.textureView->GetTexture()->GetArrayLayers(), in ValidateGLBindGroupDescriptor()
41 entry.textureView, textureViewLayerCount, in ValidateGLBindGroupDescriptor()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DTextureViewTests.cpp317 uint32_t textureViewLayerCount, in TextureCubeMapTest() argument
322 ASSERT_TRUE((textureViewLayerCount == 6) || in TextureCubeMapTest()
323 (isCubeMapArray && textureViewLayerCount % 6 == 0)); in TextureCubeMapTest()
329 descriptor.arrayLayerCount = textureViewLayerCount; in TextureCubeMapTest()
334 for (uint32_t layer = 0; layer < textureViewLayerCount; ++layer) { in TextureCubeMapTest()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DTextureViewTests.cpp317 uint32_t textureViewLayerCount, in TextureCubeMapTest() argument
325 ASSERT_TRUE((textureViewLayerCount == 6) || in TextureCubeMapTest()
326 (isCubeMapArray && textureViewLayerCount % 6 == 0)); in TextureCubeMapTest()
334 descriptor.arrayLayerCount = textureViewLayerCount; in TextureCubeMapTest()
339 for (uint32_t layer = 0; layer < textureViewLayerCount; ++layer) { in TextureCubeMapTest()