Home
last modified time | relevance | path

Searched refs:EXPECT_BUFFER (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DQueryTests.cpp173 EXPECT_BUFFER(destination, 0, sizeof(uint64_t), new OcclusionExpectation(expected)); in TestOcclusionQueryWithDepthStencilTest()
202 EXPECT_BUFFER(destination, 0, sizeof(uint64_t), new OcclusionExpectation(expected)); in TestOcclusionQueryWithScissorTest()
298 EXPECT_BUFFER(destination, 0, sizeof(uint64_t), in TEST_P()
357 EXPECT_BUFFER(destination, sizeof(uint64_t), 2 * sizeof(uint64_t), in TEST_P()
362 EXPECT_BUFFER(destination, 5 * sizeof(uint64_t), sizeof(uint64_t), in TEST_P()
425 EXPECT_BUFFER(destination, 0, sizeof(uint64_t), in TEST_P()
444 EXPECT_BUFFER(destination, kMinDestinationOffset, sizeof(uint64_t), in TEST_P()
569 EXPECT_BUFFER(destination, 0, kQueryCount * sizeof(uint64_t), new TimestampExpectation); in TEST_P()
586 EXPECT_BUFFER(destination, 0, kQueryCount * sizeof(uint64_t), new TimestampExpectation); in TEST_P()
609 EXPECT_BUFFER(destination, 0, kQueryCount * sizeof(uint64_t), new TimestampExpectation); in TEST_P()
[all …]
DDepthStencilSamplingTests.cpp387 EXPECT_BUFFER(buffer, 0, sizeof(T), in __anonec54b49e0202()
400 EXPECT_BUFFER(buffer, 0, sizeof(T), in __anonec54b49e0302()
444 EXPECT_BUFFER(buffer, 0, 4 * sizeof(uint32_t), in DoSamplingExtraStencilComponentsRenderTest()
455 EXPECT_BUFFER(buffer, 0, 4 * sizeof(uint32_t), in DoSamplingExtraStencilComponentsComputeTest()
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.h45 #define EXPECT_BUFFER(buffer, offset, size, expectation) \ macro
49 EXPECT_BUFFER(buffer, offset, sizeof(uint8_t), new ::detail::ExpectEq<uint8_t>(expected))
52 EXPECT_BUFFER(buffer, offset, sizeof(uint8_t) * (count), \
56 EXPECT_BUFFER(buffer, offset, sizeof(uint16_t), new ::detail::ExpectEq<uint16_t>(expected))
59 EXPECT_BUFFER(buffer, offset, sizeof(uint16_t) * (count), \
63 EXPECT_BUFFER(buffer, offset, sizeof(uint32_t), new ::detail::ExpectEq<uint32_t>(expected))
66 EXPECT_BUFFER(buffer, offset, sizeof(uint32_t) * (count), \
70 EXPECT_BUFFER(buffer, offset, sizeof(uint64_t), new ::detail::ExpectEq<uint64_t>(expected))
73 EXPECT_BUFFER(buffer, offset, sizeof(uint64_t) * (count), \
77 EXPECT_BUFFER(buffer, offset, sizeof(float), new ::detail::ExpectEq<float>(expected))
[all …]
DDawnTest.cpp1219 return EXPECT_BUFFER(readbackBuffer, 0, initialBufferData.size() * sizeof(float), expectation); in ExpectSampledFloatDataImpl()
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DQueryInternalShaderTests.cpp163 EXPECT_BUFFER(timestampsBuffer, 0, size, in RunTest()