/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/ |
D | VertexInputTests.cpp | 67 dawn::RenderPipeline MakeTestPipeline(const dawn::VertexInputDescriptor& vertexInput, in MakeTestPipeline() function in VertexInputTest 239 MakeTestPipeline(vertexInput, 1, {{0, VertexFormat::Float4, InputStepMode::Vertex}}); in TEST_P() 257 MakeTestPipeline(vertexInput, 0, {{0, VertexFormat::Float4, InputStepMode::Vertex}}); in TEST_P() 275 MakeTestPipeline(vertexInput, 0, {{0, VertexFormat::Float, InputStepMode::Vertex}}); in TEST_P() 287 MakeTestPipeline(vertexInput, 0, {{0, VertexFormat::Float2, InputStepMode::Vertex}}); in TEST_P() 299 MakeTestPipeline(vertexInput, 0, {{0, VertexFormat::Float3, InputStepMode::Vertex}}); in TEST_P() 316 MakeTestPipeline(vertexInput, 1, {{0, VertexFormat::Float4, InputStepMode::Vertex}}); in TEST_P() 333 MakeTestPipeline(vertexInput, 1, {{0, VertexFormat::Float4, InputStepMode::Vertex}}); in TEST_P() 350 MakeTestPipeline(vertexInput, 1, {{0, VertexFormat::Float4, InputStepMode::Instance}}); in TEST_P() 365 MakeTestPipeline(vertexInput, 1, {{0, VertexFormat::Float4, InputStepMode::Instance}}); in TEST_P() [all …]
|
D | IndexFormatTests.cpp | 33 dawn::RenderPipeline MakeTestPipeline(dawn::IndexFormat format) { in MakeTestPipeline() function in IndexFormatTest 67 dawn::RenderPipeline pipeline = MakeTestPipeline(dawn::IndexFormat::Uint32); in TEST_P() 99 dawn::RenderPipeline pipeline = MakeTestPipeline(dawn::IndexFormat::Uint16); in TEST_P() 142 dawn::RenderPipeline pipeline = MakeTestPipeline(dawn::IndexFormat::Uint32); in TEST_P() 176 dawn::RenderPipeline pipeline = MakeTestPipeline(dawn::IndexFormat::Uint16); in TEST_P() 216 dawn::RenderPipeline pipeline32 = MakeTestPipeline(dawn::IndexFormat::Uint32); in TEST_P() 217 dawn::RenderPipeline pipeline16 = MakeTestPipeline(dawn::IndexFormat::Uint16); in TEST_P() 254 dawn::RenderPipeline pipeline = MakeTestPipeline(dawn::IndexFormat::Uint32); in TEST_P()
|
D | VertexFormatTests.cpp | 223 dawn::RenderPipeline MakeTestPipeline(dawn::VertexFormat format, std::vector<T>& expectedData) { in MakeTestPipeline() function in VertexFormatTest 378 dawn::RenderPipeline pipeline = MakeTestPipeline(format, expectedData); in DoVertexFormatTest()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | VertexStateTests.cpp | 69 wgpu::RenderPipeline MakeTestPipeline(const utils::ComboVertexState& vertexState, in MakeTestPipeline() function in VertexStateTest 256 MakeTestPipeline(vertexState, 1, {{0, VertexFormat::Float32x4, VertexStepMode::Vertex}}); in TEST_P() 276 MakeTestPipeline(vertexState, 0, {{0, VertexFormat::Float32x4, VertexStepMode::Vertex}}); in TEST_P() 298 MakeTestPipeline(vertexState, 0, {{0, VertexFormat::Float32, VertexStepMode::Vertex}}); in TEST_P() 308 wgpu::RenderPipeline pipeline = MakeTestPipeline( in TEST_P() 319 wgpu::RenderPipeline pipeline = MakeTestPipeline( in TEST_P() 337 MakeTestPipeline(vertexState, 1, {{0, VertexFormat::Float32x4, VertexStepMode::Vertex}}); in TEST_P() 358 MakeTestPipeline(vertexState, 1, {{0, VertexFormat::Float32x4, VertexStepMode::Vertex}}); in TEST_P() 379 MakeTestPipeline(vertexState, 1, {{0, VertexFormat::Float32x4, VertexStepMode::Instance}}); in TEST_P() 398 MakeTestPipeline(vertexState, 1, {{0, VertexFormat::Float32x4, VertexStepMode::Instance}}); in TEST_P() [all …]
|
D | IndexFormatTests.cpp | 33 wgpu::RenderPipeline MakeTestPipeline(wgpu::IndexFormat format, in MakeTestPipeline() function in IndexFormatTest 71 wgpu::RenderPipeline pipeline = MakeTestPipeline(wgpu::IndexFormat::Uint32); in TEST_P() 99 wgpu::RenderPipeline pipeline = MakeTestPipeline(wgpu::IndexFormat::Uint16); in TEST_P() 128 wgpu::RenderPipeline pipeline32 = MakeTestPipeline(wgpu::IndexFormat::Uint32); in TEST_P() 129 wgpu::RenderPipeline pipeline16 = MakeTestPipeline(wgpu::IndexFormat::Uint16); in TEST_P() 160 wgpu::RenderPipeline pipeline = MakeTestPipeline(wgpu::IndexFormat::Uint32); in TEST_P() 188 MakeTestPipeline(wgpu::IndexFormat::Undefined, wgpu::PrimitiveTopology::TriangleList); in TEST_P() 261 wgpu::RenderPipeline pipeline = MakeTestPipeline(wgpu::IndexFormat::Uint32); in TEST_P() 296 wgpu::RenderPipeline pipeline = MakeTestPipeline(wgpu::IndexFormat::Uint32); in TEST_P() 330 wgpu::RenderPipeline pipeline = MakeTestPipeline(wgpu::IndexFormat::Uint16); in TEST_P() [all …]
|
D | BindGroupTests.cpp | 98 wgpu::RenderPipeline MakeTestPipeline(const utils::BasicRenderPass& renderPass, in MakeTestPipeline() function in BindGroupTests 559 MakeTestPipeline(renderPass, in TEST_P() 609 MakeTestPipeline(renderPass, {wgpu::BufferBindingType::Uniform}, {layout}); in TEST_P() 650 wgpu::RenderPipeline pipeline = MakeTestPipeline( in TEST_P() 715 wgpu::RenderPipeline pipeline0 = MakeTestPipeline( in TEST_P() 720 wgpu::RenderPipeline pipeline1 = MakeTestPipeline( in TEST_P() 794 MakeTestPipeline(renderPass, in TEST_P() 801 MakeTestPipeline(renderPass, in TEST_P() 895 MakeTestPipeline(renderPass, in TEST_P() 901 wgpu::RenderPipeline pipeline1 = MakeTestPipeline( in TEST_P() [all …]
|
D | CopyTextureForBrowserTests.cpp | 127 pipeline = MakeTestPipeline(); in SetUp() 150 wgpu::ComputePipeline MakeTestPipeline() { in MakeTestPipeline() function in CopyTextureForBrowserTests
|
D | VertexFormatTests.cpp | 223 wgpu::RenderPipeline MakeTestPipeline(wgpu::VertexFormat format, std::vector<T>& expectedData) { in MakeTestPipeline() function in VertexFormatTest 384 wgpu::RenderPipeline pipeline = MakeTestPipeline(format, expectedData); in DoVertexFormatTest()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | IndexBufferValidationTests.cpp | 23 wgpu::RenderPipeline MakeTestPipeline(wgpu::IndexFormat format, in MakeTestPipeline() function in IndexBufferValidationTest 154 wgpu::RenderPipeline pipeline32 = MakeTestPipeline(wgpu::IndexFormat::Uint32, in TEST_F() 156 wgpu::RenderPipeline pipeline16 = MakeTestPipeline(wgpu::IndexFormat::Uint16, in TEST_F() 159 MakeTestPipeline(wgpu::IndexFormat::Undefined, wgpu::PrimitiveTopology::LineStrip); in TEST_F()
|