Home
last modified time | relevance | path

Searched refs:buffer_table (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_fork_join.cc64 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()
Druntime_fork_join.h27 void** buffer_table, tensorflow::uint64* prof_counters,
/external/llvm-project/llvm/test/CodeGen/X86/
Dpr46455.ll4 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/
Dhelpers.c535 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()
Ddrv.c134 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()
Ddrv_priv.h67 void *buffer_table; member
/external/tensorflow/tensorflow/compiler/xla/tools/
Ddriver.cc59 char** buffer_table, int* prof_counters);