H A D | DrawIndexedIndirectTests.cpp | 45 descriptor.primitive.stripIndexFormat = wgpu::IndexFormat::Uint32; 89 pass.SetIndexBuffer(indexBuffer, wgpu::IndexFormat::Uint32, indexOffset); in EncodeDrawCommands() 119 TEST_P(DrawIndexedIndirectTest, Uint32) { in TEST_P() 287 pass.SetIndexBuffer(CreateIndexBuffer({0, 1, 2, 0, 3, 1}), wgpu::IndexFormat::Uint32, 0); in TEST_P() member in wgpu::IndexFormat 309 pass.SetIndexBuffer(CreateIndexBuffer({0, 1, 2, 0, 3, 1}), wgpu::IndexFormat::Uint32, 0); in TEST_P() member in wgpu::IndexFormat 311 pass.SetIndexBuffer(CreateIndexBuffer({0, 3, 1, 0, 2, 1}), wgpu::IndexFormat::Uint32, 0); in TEST_P() member in wgpu::IndexFormat 314 wgpu::IndexFormat::Uint32, 0); in TEST_P() member in wgpu::IndexFormat 331 pass.SetIndexBuffer(CreateIndexBuffer({0, 1, 2, 0, 3, 1}), wgpu::IndexFormat::Uint32, 0); in TEST_P() member in wgpu::IndexFormat 349 pass.SetIndexBuffer(CreateIndexBuffer({0, 1, 2, 0, 3, 1}), wgpu::IndexFormat::Uint32, 0); in TEST_P() member in wgpu::IndexFormat 351 pass.SetIndexBuffer(CreateIndexBuffer({0, 1, 2, 0, 3, 1}), wgpu::IndexFormat::Uint32, in TEST_P() member in wgpu::IndexFormat 353 pass.SetIndexBuffer(CreateIndexBuffer({0, 3, 1}), wgpu::IndexFormat::Uint32, 0); TEST_P() member in wgpu::IndexFormat [all...] |