Searched refs:buffer_table (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | runtime_fork_join.cc | 64 void** buffer_table, uint64* prof_counters, int32 num_partitions, in __xla_cpu_runtime_ParallelForkJoin() argument 89 [i, function, result_ptr, run_options_ptr, buffer_table, prof_counters, in __xla_cpu_runtime_ParallelForkJoin() 91 function(result_ptr, run_options_ptr, nullptr, buffer_table, in __xla_cpu_runtime_ParallelForkJoin() 99 function(result_ptr, run_options_ptr, params, buffer_table, &partitions[0], in __xla_cpu_runtime_ParallelForkJoin()
|
D | runtime_fork_join.h | 27 void** buffer_table, tensorflow::uint64* prof_counters,
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | pr46455.ll | 4 define void @EntryModule(i8** %buffer_table) { 22 %i = bitcast i8** %buffer_table to <8 x float>** 27 %i18 = getelementptr inbounds i8*, i8** %buffer_table, i64 3
|
/external/minigbm/ |
D | helpers.c | 535 if (!drmHashLookup(drv->buffer_table, bo->handles[plane].u32, &count)) in drv_get_reference_count() 546 drmHashDelete(drv->buffer_table, bo->handles[plane].u32); in drv_increment_reference_count() 547 drmHashInsert(drv->buffer_table, bo->handles[plane].u32, (void *)(num + 1)); in drv_increment_reference_count() 554 drmHashDelete(drv->buffer_table, bo->handles[plane].u32); in drv_decrement_reference_count() 557 drmHashInsert(drv->buffer_table, bo->handles[plane].u32, (void *)(num - 1)); in drv_decrement_reference_count()
|
D | drv.c | 134 drv->buffer_table = drmHashCreate(); in drv_create() 135 if (!drv->buffer_table) in drv_create() 159 drmHashDestroy(drv->buffer_table); in drv_create() 174 drmHashDestroy(drv->buffer_table); in drv_destroy()
|
D | drv_priv.h | 67 void *buffer_table; member
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | driver.cc | 59 char** buffer_table, int* prof_counters);
|