Home
last modified time | relevance | path

Searched refs:kNumParticles (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/dawn/examples/
H A DComputeBoids.cpp44 static const uint32_t kNumParticles = 1000; variable
71 SimParams params = {0.04f, 0.1f, 0.025f, 0.025f, 0.02f, 0.05f, 0.005f, kNumParticles}; in initBuffers()
75 std::vector<Particle> initialParticles(kNumParticles); in initBuffers()
87 descriptor.size = sizeof(Particle) * kNumParticles; in initBuffers()
94 sizeof(Particle) * kNumParticles); in initBuffers()
266 {1, particleBuffers[i], 0, kNumParticles * sizeof(Particle)}, in initSim()
267 {2, particleBuffers[(i + 1) % 2], 0, kNumParticles * sizeof(Particle)}, in initSim()
280 pass.Dispatch(kNumParticles); in createCommandBuffer()
290 pass.Draw(3, kNumParticles); in createCommandBuffer()

Completed in 2 milliseconds