Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
H A Dseqmid.h408 * \param vel velocity
411 #define snd_seq_ev_set_note(ev, ch, key, vel, dur) \
416 (ev)->data.note.velocity = (vel),\
424 * \param vel velocity
426 #define snd_seq_ev_set_noteon(ev, ch, key, vel) \
431 (ev)->data.note.velocity = (vel))
438 * \param vel velocity
440 #define snd_seq_ev_set_noteoff(ev, ch, key, vel) \
445 (ev)->data.note.velocity = (vel))
452 * \param vel velocit
[all...]
/third_party/skia/third_party/externals/dawn/examples/
H A DComputeBoids.cpp48 glm::vec2 vel; member
81 p.vel = glm::vec2(dist(generator), dist(generator)) * 0.1f; in initBuffers()
135 descriptor.cAttributes[1].offset = offsetof(Particle, vel); in initRender()
154 vel : vec2<f32>; in initSim()
181 var vVel : vec2<f32> = particlesA.particles[index].vel; in initSim()
188 var vel : vec2<f32>; in initSim()
196 vel = particlesA.particles[i].vel.xy; in initSim()
205 cVel = cVel + vel; in initSim()
241 particlesB.particles[index].vel in initSim()
[all...]

Completed in 2 milliseconds