Home
last modified time | relevance | path

Searched refs:notFilled (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DDrawIndexedIndirectTests.cpp124 RGBA8 notFilled(0, 0, 0, 0); in TEST_P() local
127 Test({0, 0, 0, 0, 0}, 0, 0, notFilled, notFilled); in TEST_P()
130 Test({3, 1, 0, 0, 0}, 0, 0, filled, notFilled); in TEST_P()
133 Test({3, 1, 3, 0, 0}, 0, 0, notFilled, filled); in TEST_P()
151 RGBA8 notFilled(0, 0, 0, 0); in TEST_P() local
154 Test({3, 1, 0, 4, 0}, 0, 0, notFilled, filled); in TEST_P()
157 Test({3, 1, 3, 4, 0}, 0, 0, filled, notFilled); in TEST_P()
165 Test({3, 1, 0, unsignedNegFour, 0}, 6 * sizeof(uint32_t), 0, filled, notFilled); in TEST_P()
168 Test({3, 1, 3, unsignedNegFour, 0}, 6 * sizeof(uint32_t), 0, notFilled, filled); in TEST_P()
180 RGBA8 notFilled(0, 0, 0, 0); in TEST_P() local
[all …]
DDrawIndexedTests.cpp128 RGBA8 notFilled(0, 0, 0, 0); in TEST_P() local
131 Test(0, 0, 0, 0, 0, 0, notFilled, notFilled); in TEST_P()
133 Test(3, 1, 0, 0, 0, 0, filled, notFilled); in TEST_P()
135 Test(3, 1, 3, 0, 0, 0, notFilled, filled); in TEST_P()
144 RGBA8 notFilled(0, 0, 0, 0); in TEST_P() local
147 Test(3, 1, 0, 4, 0, 0, notFilled, filled); in TEST_P()
149 Test(3, 1, 3, 4, 0, 0, filled, notFilled); in TEST_P()
153 Test(3, 1, 0, -4, 0, 6 * sizeof(uint32_t), filled, notFilled); in TEST_P()
155 Test(3, 1, 3, -4, 0, 6 * sizeof(uint32_t), notFilled, filled); in TEST_P()
DDrawIndirectTests.cpp93 RGBA8 notFilled(0, 0, 0, 0); in TEST_P() local
96 Test({0, 0, 0, 0}, 0, notFilled, notFilled); in TEST_P()
99 Test({3, 1, 0, 0}, 0, filled, notFilled); in TEST_P()
102 Test({3, 1, 3, 0}, 0, notFilled, filled); in TEST_P()
110 RGBA8 notFilled(0, 0, 0, 0); in TEST_P() local
117 Test({3, 1, 0, 0, 3, 1, 3, 0}, 0, filled, notFilled); in TEST_P()
120 Test({3, 1, 0, 0, 3, 1, 3, 0}, 4 * sizeof(uint32_t), notFilled, filled); in TEST_P()
DDrawTests.cpp91 RGBA8 notFilled(0, 0, 0, 0); in TEST_P() local
94 Test(0, 0, 0, 0, notFilled, notFilled); in TEST_P()
96 Test(3, 1, 0, 0, filled, notFilled); in TEST_P()
98 Test(3, 1, 3, 0, notFilled, filled); in TEST_P()
DVertexOnlyRenderPipelineTests.cpp167 const RGBA8 notFilled = RGBA8(0, 0, 0, 0); member in VertexOnlyRenderPipelineTest
213 doStencilTest(&renderPassDescNoColor, stencilPipelineNoFragment, notFilled); in TEST_P()
251 doStencilTest(&renderPassDescNoColor, depthPipelineNoFragment, notFilled); in TEST_P()
303 EXPECT_PIXEL_RGBA8_EQ(notFilled, renderTargetColor, 0, 0); in TEST_P()
305 EXPECT_PIXEL_RGBA8_EQ(notFilled, renderTargetColor, 2, 0); in TEST_P()
306 EXPECT_PIXEL_RGBA8_EQ(notFilled, renderTargetColor, 3, 0); in TEST_P()
DBindGroupTests.cpp229 RGBA8 notFilled(0, 0, 0, 0); in TEST_P() local
234 EXPECT_PIXEL_RGBA8_EQ(notFilled, renderPass.color, max, max); in TEST_P()
335 RGBA8 notFilled(0, 0, 0, 0); in TEST_P() local
340 EXPECT_PIXEL_RGBA8_EQ(notFilled, renderPass.color, max, max); in TEST_P()
423 RGBA8 notFilled(0, 0, 0, 0); in TEST_P() local
428 EXPECT_PIXEL_RGBA8_EQ(notFilled, renderPass.color, max, max); in TEST_P()
591 RGBA8 notFilled(0, 0, 0, 0); in TEST_P() local
596 EXPECT_PIXEL_RGBA8_EQ(notFilled, renderPass.color, max, max); in TEST_P()
633 RGBA8 notFilled(0, 0, 0, 0); in TEST_P() local
638 EXPECT_PIXEL_RGBA8_EQ(notFilled, renderPass.color, max, max); in TEST_P()
[all …]
DDestroyTests.cpp86 RGBA8 notFilled(0, 0, 0, 0); in TEST_P() local
92 EXPECT_PIXEL_RGBA8_EQ(notFilled, renderPass.color, 1, 3); in TEST_P()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DDrawIndexedIndirectTests.cpp108 RGBA8 notFilled(0, 0, 0, 0); in TEST_P() local
111 Test({0, 0, 0, 0, 0}, 0, 0, notFilled, notFilled); in TEST_P()
114 Test({3, 1, 0, 0, 0}, 0, 0, filled, notFilled); in TEST_P()
117 Test({3, 1, 3, 0, 0}, 0, 0, notFilled, filled); in TEST_P()
130 RGBA8 notFilled(0, 0, 0, 0); in TEST_P() local
133 Test({3, 1, 0, 4, 0}, 0, 0, notFilled, filled); in TEST_P()
136 Test({3, 1, 3, 4, 0}, 0, 0, filled, notFilled); in TEST_P()
144 Test({3, 1, 0, unsignedNegFour, 0}, 6 * sizeof(uint32_t), 0, filled, notFilled); in TEST_P()
147 Test({3, 1, 3, unsignedNegFour, 0}, 6 * sizeof(uint32_t), 0, notFilled, filled); in TEST_P()
152 RGBA8 notFilled(0, 0, 0, 0); in TEST_P() local
[all …]
DDrawIndexedTests.cpp114 RGBA8 notFilled(0, 0, 0, 0); in TEST_P() local
117 Test(0, 0, 0, 0, 0, 0, notFilled, notFilled); in TEST_P()
119 Test(3, 1, 0, 0, 0, 0, filled, notFilled); in TEST_P()
121 Test(3, 1, 3, 0, 0, 0, notFilled, filled); in TEST_P()
129 RGBA8 notFilled(0, 0, 0, 0); in TEST_P() local
132 Test(3, 1, 0, 4, 0, 0, notFilled, filled); in TEST_P()
134 Test(3, 1, 3, 4, 0, 0, filled, notFilled); in TEST_P()
138 Test(3, 1, 0, -4, 0, 6 * sizeof(uint32_t), filled, notFilled); in TEST_P()
140 Test(3, 1, 3, -4, 0, 6 * sizeof(uint32_t), notFilled, filled); in TEST_P()
DDrawIndirectTests.cpp98 RGBA8 notFilled(0, 0, 0, 0); in TEST_P() local
101 Test({0, 0, 0, 0}, 0, notFilled, notFilled); in TEST_P()
104 Test({3, 1, 0, 0}, 0, filled, notFilled); in TEST_P()
107 Test({3, 1, 3, 0}, 0, notFilled, filled); in TEST_P()
115 RGBA8 notFilled(0, 0, 0, 0); in TEST_P() local
122 Test({3, 1, 0, 0, 3, 1, 3, 0}, 0, filled, notFilled); in TEST_P()
125 Test({3, 1, 0, 0, 3, 1, 3, 0}, 4 * sizeof(uint32_t), notFilled, filled); in TEST_P()
DDrawTests.cpp97 RGBA8 notFilled(0, 0, 0, 0); in TEST_P() local
100 Test(0, 0, 0, 0, notFilled, notFilled); in TEST_P()
102 Test(3, 1, 0, 0, filled, notFilled); in TEST_P()
104 Test(3, 1, 3, 0, notFilled, filled); in TEST_P()
DBindGroupTests.cpp168 RGBA8 notFilled(0, 0, 0, 0); in TEST_P() local
173 EXPECT_PIXEL_RGBA8_EQ(notFilled, renderPass.color, max, max); in TEST_P()
287 RGBA8 notFilled(0, 0, 0, 0); in TEST_P() local
292 EXPECT_PIXEL_RGBA8_EQ(notFilled, renderPass.color, max, max); in TEST_P()
383 RGBA8 notFilled(0, 0, 0, 0); in TEST_P() local
388 EXPECT_PIXEL_RGBA8_EQ(notFilled, renderPass.color, max, max); in TEST_P()
463 RGBA8 notFilled(0, 0, 0, 0); in TEST_P() local
468 EXPECT_PIXEL_RGBA8_EQ(notFilled, renderPass.color, max, max); in TEST_P()
DDestroyTests.cpp89 RGBA8 notFilled(0, 0, 0, 0); in TEST_P() local
95 EXPECT_PIXEL_RGBA8_EQ(notFilled, renderPass.color, 1, 3); in TEST_P()
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DD3D12DescriptorHeapTests.cpp884 RGBA8 notFilled(0, 0, 0, 0); in TEST_P() local
886 EXPECT_PIXEL_RGBA8_EQ(notFilled, renderPass.color, kRTSize - 1, 0); in TEST_P()