/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | SubresourceRenderAttachmentTests.cpp | 43 uint8_t expectedStencil = 7; in DoSingleTest() local 64 renderPass.cDepthStencilAttachmentInfo.clearStencil = expectedStencil; in DoSingleTest() 93 std::vector<uint8_t> expected(renderTargetSize * renderTargetSize, expectedStencil); in DoSingleTest()
|
H A D | VertexOnlyRenderPipelineTests.cpp | 245 uint8_t expectedStencil = 0; in TEST_P() 247 {0.5, 0.5, 0.5, 0.5}, &expectedStencil); in TEST_P()
|
H A D | DepthStencilLoadOpTests.cpp | 125 std::vector<uint8_t> expectedStencil(mipSize * mipSize, in CheckMipLevel() 127 EXPECT_TEXTURE_EQ(expectedStencil.data(), texture, {0, 0}, {mipSize, mipSize}, in CheckMipLevel()
|
H A D | NonzeroTextureCreationTests.cpp | 206 std::vector<uint8_t> expectedStencil(texelCount, 1); in Run() 207 EXPECT_TEXTURE_EQ(expectedStencil.data(), texture, {0, 0, 0}, in Run()
|
H A D | DepthStencilStateTests.cpp | 203 // `stencilOperation` produces the `expectedStencil` 207 uint32_t expectedStencil) { in CheckStencilOperation() 242 expectedStencil); in CheckStencilOperation() 246 void CheckStencil(std::vector<TestSpec> testParams, uint32_t expectedStencil) { in CheckStencil() argument 260 testParams.push_back({state, RGBA8(0, 255, 0, 255), 0, expectedStencil}); in CheckStencil() 204 CheckStencilOperation(wgpu::StencilOperation stencilOperation, uint32_t initialStencil, uint32_t reference, uint32_t expectedStencil) CheckStencilOperation() argument
|
/third_party/skia/third_party/externals/dawn/src/tests/ |
H A D | DawnTest.h | 456 uint8_t* expectedStencil); 475 uint8_t expectedStencil) { in ExpectAttachmentStencilTestData() 477 mipLevel, {}, &expectedStencil); in ExpectAttachmentStencilTestData() 469 ExpectAttachmentStencilTestData(wgpu::Texture texture, wgpu::TextureFormat format, uint32_t width, uint32_t height, uint32_t arrayLayer, uint32_t mipLevel, uint8_t expectedStencil) ExpectAttachmentStencilTestData() argument
|
H A D | DawnTest.cpp | 1285 uint8_t* expectedStencil) { 1366 if (expectedStencil != nullptr) { 1387 if (expectedStencil != nullptr) { 1388 pass.SetStencilReference(*expectedStencil);
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | GeometryShaderTest.cpp | 78 const GLint expectedStencil[], 1065 const GLint expectedStencil[], 1105 glStencilFunc(GL_EQUAL, expectedStencil[layer], 0xFF);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktDynamicRenderingUnusedAttachmentsTests.cpp | 964 const int expectedStencil = (layerWritten ? 0xFF : 0); // Needs to match the stencil op config. in iterate() local 969 tcu::clearStencil(refAccess, expectedStencil); in iterate()
|
H A D | vktDynamicRenderingTests.cpp | 3608 const unsigned expectedStencil = usesStencil ? clearValue.depthStencil.stencil : depthStencilClear.stencil; in baseTest() local 3728 reference.getAccess().setPixStencil(expectedStencil, x, y, z); in baseTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineExtendedDynamicStateTests.cpp | 1455 deUint32 expectedStencil; member 1593 , expectedStencil (0u) in TestConfig() 1688 , expectedStencil (other.expectedStencil) in TestConfig() 5194 match = (stencilPixel == m_testConfig.expectedStencil); in iterate() 7234 config.expectedStencil = stencilResult(op.stencilOp, clearVal, refValU8, kMinVal, kMaxVal); in createExtendedDynamicStateTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleTests.cpp | 6052 const auto expectedStencil = static_cast<int>(ZExportParams::kExpectedStencil); 6059 tcu::clearStencil(topLeft, (skipAlphaToCoverage ? expectedStencil : clearStencil)); 6060 tcu::clearStencil(bottomLeft, (skipAlphaToCoverage ? (params.testSampleMask() ? clearStencil : expectedStencil) : clearStencil)); 6061 tcu::clearStencil(topRight, expectedStencil); 6062 tcu::clearStencil(bottomRight, (params.testSampleMask() ? clearStencil : expectedStencil));
|
H A D | vktPipelineExtendedDynamicStateTests.cpp | 1853 deUint32 expectedStencil; member 2032 , expectedStencil (0u) in TestConfig() 2146 , expectedStencil (other.expectedStencil) in TestConfig() 6246 match = (stencilPixel == m_testConfig.expectedStencil); in iterate() 8874 config.expectedStencil = stencilResult(op.stencilOp, clearVal, refValU8, kMinVal, kMaxVal); in createExtendedDynamicStateTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCommandBuffersTests.cpp | 4637 const int expectedStencil = 2; in iterate() local 4650 const bool stencilMismatch = (stencilValue != expectedStencil); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiCommandBuffersTests.cpp | 4637 const int expectedStencil = 2; in iterate() local 4650 const bool stencilMismatch = (stencilValue != expectedStencil); in iterate()
|