Home
last modified time | relevance | path

Searched refs:pipe_w (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/site_tests/platform_DebugDaemonPerfDataInFeedbackLogs/
Dplatform_DebugDaemonPerfDataInFeedbackLogs.py62 pipe_r, pipe_w = os.pipe()
72 debugd_util.iface().GetBigFeedbackLogs(dbus.types.UnixFd(pipe_w), '',
76 os.close(pipe_w)
/external/autotest/client/site_tests/platform_DebugDaemonGetPerfOutputFd/
Dplatform_DebugDaemonGetPerfOutputFd.py42 pipe_r, pipe_w = os.pipe()
46 duration, perf_command, dbus.types.UnixFd(pipe_w), signature="uash")
49 os.close(pipe_w)
/external/mesa3d/src/freedreno/vulkan/
Dtu_util.c182 const uint32_t pipe_w = (x == fb->pipe_count.width - 1) in tu_tiling_config_update_pipes() local
192 A6XX_VSC_PIPE_CONFIG_REG_W(pipe_w) | in tu_tiling_config_update_pipes()
194 fb->pipe_sizes[n] = CP_SET_BIN_DATA5_0_VSC_SIZE(pipe_w * pipe_h); in tu_tiling_config_update_pipes()
/external/tensorflow/tensorflow/python/distribute/
Dmulti_process_runner.py286 pipe_r, pipe_w = multiprocessing.Pipe(duplex=False)
290 streaming_pipe_w=pipe_w,