Searched refs:no_swap (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/winsys/sw/xlib/ |
D | xlib_sw_winsys.c | 300 static bool no_swap = false; in xlib_sw_display() local 307 no_swap = getenv("SP_NO_RAST") != NULL; in xlib_sw_display() 311 if (no_swap) in xlib_sw_display()
|
/external/libvpx/libvpx/tools/non_greedy_mv/ |
D | non_greedy_mv.py | 44 def read_frame(fp, no_swap=0): argument 61 if no_swap == 0:
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | rnn_test.py | 1027 no_swap = _timer(sess, ops) 1038 (batch_size, max_time, num_units, no_swap, swap, swap / no_swap)) 1039 return no_swap, swap 1124 no_swap, swap = dynamic_rnn_swap_memory_benchmark(batch_size, 1130 wall_time=no_swap)
|