HomeSort by relevance Sort by last modified time
    Searched refs:vals_ (Results 1 - 2 of 2) sorted by null

  /build/kati/
expr.cc 82 for (Value* v : vals_) {
89 vals_.push_back(v);
93 for (Value* v : vals_) {
100 for (Value* v : vals_) {
114 if (vals_.size() != 1) {
117 Value* r = vals_[0];
118 vals_.clear();
124 vector<Value*> vals_; member in class:Expr
  /frameworks/native/vulkan/libvulkan/
swapchain.cpp 115 : vals_{qp->presentID, qp->desiredPresentTime, 0, 0, 0},
137 vals_.actualPresentTime = 0;
138 vals_.earliestPresentTime = 0;
139 vals_.presentMargin = 0;
143 vals_.actualPresentTime =
147 // Calculate vals_.earliestPresentTime, and potentially adjust
148 // vals_.presentMargin. The initial value of vals_.earliestPresentTime
149 // is vals_.actualPresentTime. If we can subtract rdur (the duration
150 // of a refresh cycle) from vals_.earliestPresentTime (and also fro
    [all...]

Completed in 49 milliseconds