Searched refs:TestDispatch (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | ComputeValidationTests.cpp | 41 void TestDispatch(uint32_t x, uint32_t y, uint32_t z) { in TestDispatch() function in ComputeValidationTest 55 TestDispatch(1, 1, 1); in TEST_F() 61 TestDispatch(max, max, max); in TEST_F() 67 ASSERT_DEVICE_ERROR(TestDispatch(max + 1, 1, 1)); in TEST_F() 73 ASSERT_DEVICE_ERROR(TestDispatch(1, max + 1, 1)); in TEST_F() 79 ASSERT_DEVICE_ERROR(TestDispatch(1, 1, max + 1)); in TEST_F() 85 ASSERT_DEVICE_ERROR(TestDispatch(max + 1, max + 1, max + 1)); in TEST_F()
|
D | MinimumBufferSizeValidationTests.cpp | 281 void TestDispatch(const wgpu::ComputePipeline& computePipeline, in TestDispatch() function in MinBufferSizeTestsBase 438 TestDispatch(computePipeline, {bindGroup}, expectation); in TEST_F() 461 TestDispatch(computePipeline, {bindGroup}, expectation); in TEST_F() 490 TestDispatch(computePipeline, {bindGroup0, bindGroup1}, expectation); in TEST_F()
|