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

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
runtime_fork_join.h 27 void** buffer_table, tensorflow::uint64* prof_counters,
runtime_fork_join.cc 64 void** buffer_table, uint64* prof_counters, int32 num_partitions,
89 [i, function, result_ptr, run_options_ptr, buffer_table, prof_counters,
91 function(result_ptr, run_options_ptr, nullptr, buffer_table,
99 function(result_ptr, run_options_ptr, params, buffer_table, &partitions[0],
  /external/minigbm/
drv_priv.h 56 void *buffer_table; member in struct:driver
helpers.c 457 if (!drmHashLookup(drv->buffer_table, bo->handles[plane].u32, &count))
468 drmHashDelete(drv->buffer_table, bo->handles[plane].u32);
469 drmHashInsert(drv->buffer_table, bo->handles[plane].u32, (void *)(num + 1));
476 drmHashDelete(drv->buffer_table, bo->handles[plane].u32);
479 drmHashInsert(drv->buffer_table, bo->handles[plane].u32, (void *)(num - 1));
drv.c 146 drv->buffer_table = drmHashCreate();
147 if (!drv->buffer_table)
171 drmHashDestroy(drv->buffer_table);
186 drmHashDestroy(drv->buffer_table);

Completed in 394 milliseconds