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

  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_compiler.c 95 uint64_t need_sync; member in struct:fd2_compile_context
145 ctx->need_sync = 0;
258 ctx->need_sync |= 1 << (i+1);
405 if ((ctx->need_sync & ((uint64_t)1 << num)) &&
408 ctx->need_sync &= ~((uint64_t)1 << num);
809 ctx->need_sync |= 1 << instr->regs[0]->num;
  /external/u-boot/fs/ubifs/
ubifs.h 1297 unsigned int need_sync:1; member in struct:ubifs_wbuf
    [all...]

Completed in 89 milliseconds