HomeSort by: relevance | last modified time | path
    Searched refs:MAP_POPULATE (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_allocator.c 52 #ifndef MAP_POPULATE
53 #define MAP_POPULATE 0
208 * current map. MAP_POPULATE seems like the right thing to do, but we
212 MAP_SHARED | MAP_POPULATE, table->fd, 0);
523 * current map. MAP_POPULATE seems like the right thing to do, but we
527 MAP_SHARED | MAP_POPULATE, pool->fd,
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_allocator.c 216 * current map. MAP_POPULATE seems like the right thing to do, but we
220 MAP_SHARED | MAP_POPULATE, table->fd, 0);
555 * current map. MAP_POPULATE seems like the right thing to do, but we
559 MAP_SHARED | MAP_POPULATE, pool->fd,

Completed in 8 milliseconds