Searched refs:kBaseLayer (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | TextureViewTests.cpp | 426 constexpr uint32_t kBaseLayer = 4; in TEST_P() local 427 TextureCubeMapTest(kTotalLayers, kBaseLayer, kTotalLayers - kBaseLayer, false); in TEST_P() 453 constexpr uint32_t kBaseLayer = 8; in TEST_P() local 454 TextureCubeMapTest(kTotalLayers, kBaseLayer, kTotalLayers - kBaseLayer, true); in TEST_P() 545 constexpr uint32_t kBaseLayer = 0; in TEST_P() local 551 kBaseLayer, kBaseLevel, 1 << kMipLevels, 1 << kMipLevels); in TEST_P() 558 kBaseLayer, kBaseLevel, 1 << kMipLevels, 1 << kMipLevels); in TEST_P() 566 constexpr uint32_t kBaseLayer = 0; in TEST_P() local 572 kBaseLayer, kBaseLevel, 1 << kMipLevels, in TEST_P() 575 kBaseLayer, kBaseLevel, 1 << (kMipLevels - 2), in TEST_P() [all …]
|
D | CopyTests.cpp | 1036 constexpr uint32_t kBaseLayer = 2u; in TEST_P() local 1040 textureSpec.copyOrigin = {0, 0, kBaseLayer}; in TEST_P() 1072 constexpr uint32_t kBaseLayer = 2u; in TEST_P() local 1078 textureSpec.copyOrigin = {0, 0, kBaseLayer}; in TEST_P() 1092 constexpr uint32_t kBaseLayer = 2u; in TEST_P() local 1098 textureSpec.copyOrigin = {0, 0, kBaseLayer}; in TEST_P() 1114 constexpr uint32_t kBaseLayer = 2u; in TEST_P() local 1120 textureSpec.copyOrigin = {0, 0, kBaseLayer}; in TEST_P() 1650 constexpr uint32_t kBaseLayer = 2u; in TEST_P() local 1654 textureSpec.copyOrigin = {0, 0, kBaseLayer}; in TEST_P() [all …]
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/ |
D | TextureViewTests.cpp | 424 constexpr uint32_t kBaseLayer = 4; in TEST_P() local 425 TextureCubeMapTest(kTotalLayers, kBaseLayer, kTotalLayers - kBaseLayer, false); in TEST_P() 450 constexpr uint32_t kBaseLayer = 8; in TEST_P() local 451 TextureCubeMapTest(kTotalLayers, kBaseLayer, kTotalLayers - kBaseLayer, true); in TEST_P() 544 constexpr uint32_t kBaseLayer = 0; in TEST_P() local 550 dawn::TextureViewDimension::e2D, kLayers, kMipLevels, kBaseLayer, kBaseLevel); in TEST_P() 557 dawn::TextureViewDimension::e2D, kLayers, kMipLevels, kBaseLayer, kBaseLevel); in TEST_P() 569 constexpr uint32_t kBaseLayer = 0; in TEST_P() local 571 dawn::TextureViewDimension::e2D, kLayers, kMipLevels, kBaseLayer, kBaseLevel); in TEST_P() 576 constexpr uint32_t kBaseLayer = kLayers - 1; in TEST_P() local [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/ |
D | esextcFragmentShadingRateErrors.cpp | 122 constexpr deUint32 kBaseLayer = 0; in iterate() local 181 …gl.framebufferShadingRateEXT(GL_RENDERBUFFER, GL_SHADING_RATE_ATTACHMENT_EXT, to_id, kBaseLayer, k… in iterate() 186 …gl.framebufferShadingRateEXT(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, to_id, kBaseLayer, kNumLayer, k… in iterate() 191 …ramebufferShadingRateEXT(GL_FRAMEBUFFER, GL_SHADING_RATE_ATTACHMENT_EXT, mutable_to_id, kBaseLayer, in iterate()
|