Home
last modified time | relevance | path

Searched refs:object_end_ (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/demos/smoke/
DSmoke.h66 const int object_end_; variable
DSmoke.cpp696 sim_.update(worker.tick_interval_, worker.object_begin_, worker.object_end_); in update_simulation()
723 for (int i = worker.object_begin_; i < worker.object_end_; i++) { in draw_objects()
825 object_begin_(object_begin), object_end_(object_end), in Worker()