Home
last modified time | relevance | path

Searched refs:expectedStencil (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DSubresourceRenderAttachmentTests.cpp43 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 DVertexOnlyRenderPipelineTests.cpp245 uint8_t expectedStencil = 0; in TEST_P()
247 {0.5, 0.5, 0.5, 0.5}, &expectedStencil); in TEST_P()
H A DDepthStencilLoadOpTests.cpp125 std::vector<uint8_t> expectedStencil(mipSize * mipSize, in CheckMipLevel()
127 EXPECT_TEXTURE_EQ(expectedStencil.data(), texture, {0, 0}, {mipSize, mipSize}, in CheckMipLevel()
H A DNonzeroTextureCreationTests.cpp206 std::vector<uint8_t> expectedStencil(texelCount, 1); in Run()
207 EXPECT_TEXTURE_EQ(expectedStencil.data(), texture, {0, 0, 0}, in Run()
H A DDepthStencilStateTests.cpp203 // `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 DDawnTest.h456 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 DDawnTest.cpp1285 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 DGeometryShaderTest.cpp78 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 DvktDynamicRenderingUnusedAttachmentsTests.cpp964 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 DvktDynamicRenderingTests.cpp3608 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 DvktPipelineExtendedDynamicStateTests.cpp1455 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 DvktPipelineMultisampleTests.cpp6052 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 DvktPipelineExtendedDynamicStateTests.cpp1853 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 DvktApiCommandBuffersTests.cpp4637 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 DvktApiCommandBuffersTests.cpp4637 const int expectedStencil = 2; in iterate() local
4650 const bool stencilMismatch = (stencilValue != expectedStencil); in iterate()

Completed in 60 milliseconds