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

  /toolchain/binutils/binutils-2.25/gold/
timer.cc 59 TimeStats& thispass = this->pass_times_[n]; local
60 this->get_time(&thispass);
125 TimeStats thispass = this->pass_times_[n]; local
127 thispass.wall -= lastpass.wall;
128 thispass.user -= lastpass.user;
129 thispass.sys -= lastpass.sys;
130 return thispass;
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_encode.c 251 uint32_t left_bytes, base_hdr_size, strm_hdr_size, thispass; local
288 thispass = (VIRGL_MAX_CMDBUF_DWORDS - ctx->cbuf->cdw - hdr_len - 1) * 4;
290 length = MIN2(thispass, left_bytes);
500 uint32_t length, thispass, left_bytes; local
516 thispass = (VIRGL_MAX_CMDBUF_DWORDS - ctx->cbuf->cdw - 12) * 4;
518 length = MIN2(thispass, left_bytes);
    [all...]

Completed in 77 milliseconds