Home
last modified time | relevance | path

Searched defs:execute_func (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.h680 tc_execute execute_func[TC_NUM_CALLS]; member
H A Du_threaded_context.c440 const tc_execute *execute_func = batch->tc->execute_func; in batch_execute() local
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dtest_util.py2112 def _disable_test(execute_func): argument