/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | DrawIndexedIndirectTests.cpp | 124 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 …]
|
D | DrawIndexedTests.cpp | 128 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()
|
D | DrawIndirectTests.cpp | 93 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()
|
D | DrawTests.cpp | 91 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()
|
D | VertexOnlyRenderPipelineTests.cpp | 167 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()
|
D | BindGroupTests.cpp | 229 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 …]
|
D | DestroyTests.cpp | 86 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/ |
D | DrawIndexedIndirectTests.cpp | 108 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 …]
|
D | DrawIndexedTests.cpp | 114 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()
|
D | DrawIndirectTests.cpp | 98 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()
|
D | DrawTests.cpp | 97 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()
|
D | BindGroupTests.cpp | 168 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()
|
D | DestroyTests.cpp | 89 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/ |
D | D3D12DescriptorHeapTests.cpp | 884 RGBA8 notFilled(0, 0, 0, 0); in TEST_P() local 886 EXPECT_PIXEL_RGBA8_EQ(notFilled, renderPass.color, kRTSize - 1, 0); in TEST_P()
|