Home
last modified time | relevance | path

Searched refs:pipe (Results 551 - 575 of 1268) sorted by relevance

1...<<21222324252627282930>>...51

/device/soc/rockchip/common/hardware/display/src/display_device/
H A Ddrm_crtc.cpp33 DrmCrtc::DrmCrtc(drmModeCrtcPtr c, uint32_t pipe) : mId(c->crtc_id), mPipe(pipe), mPlaneMask(0) in DrmCrtc() argument
H A Ddrm_plane.h169 void BindToPipe(uint32_t pipe) in BindToPipe() argument
171 mPipe = pipe; in BindToPipe()
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Ddev.h116 struct media_pipeline pipe; member
196 struct rkisp_pipeline pipe; member
/device/soc/rockchip/rk3399/hardware/display/src/display_device/
H A Ddrm_crtc.cpp33 DrmCrtc::DrmCrtc(drmModeCrtcPtr c, uint32_t pipe) : mId(c->crtc_id), mPipe(pipe), mPlaneMask(0) in DrmCrtc() argument
H A Ddrm_plane.h169 void BindToPipe(uint32_t pipe) in BindToPipe() argument
171 mPipe = pipe; in BindToPipe()
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Ddrm_crtc.cpp33 DrmCrtc::DrmCrtc(drmModeCrtcPtr c, uint32_t pipe) : mId(c->crtc_id), mPipe(pipe), mPlaneMask(0) in DrmCrtc() argument
H A Ddrm_plane.h169 void BindToPipe(uint32_t pipe) in BindToPipe() argument
171 mPipe = pipe; in BindToPipe()
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H A Ddrm_crtc.cpp33 DrmCrtc::DrmCrtc(drmModeCrtcPtr c, uint32_t pipe) : mId(c->crtc_id), mPipe(pipe), mPlaneMask(0) in DrmCrtc() argument
H A Ddrm_plane.h169 void BindToPipe(uint32_t pipe) in BindToPipe() argument
171 mPipe = pipe; in BindToPipe()
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Ddrm_crtc.cpp35 DrmCrtc::DrmCrtc(drmModeCrtcPtr c, uint32_t pipe) : mId(c->crtc_id), mPipe(pipe), mPlaneMask(0) in DrmCrtc() argument
H A Ddrm_plane.h181 void BindToPipe(uint32_t pipe) in BindToPipe() argument
183 mPipe = pipe; in BindToPipe()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Ddev.h115 struct media_pipeline pipe; member
196 struct rkisp_pipeline pipe; member
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/systemtest/
H A Dvsync_callbackeveryframe_test.cpp156 if (pipe(pipeFd) < 0) { in HWTEST_F()
159 if (pipe(pipe1Fd) < 0) { in HWTEST_F()
H A Dvsync_test.cpp150 if (pipe(pipeFd) < 0) { in HWTEST_F()
153 if (pipe(pipe1Fd) < 0) { in HWTEST_F()
/third_party/libdrm/freedreno/msm/
H A Dmsm_priv.h55 uint32_t pipe; member
81 drm_private struct fd_ringbuffer * msm_ringbuffer_new(struct fd_pipe *pipe,
/third_party/libdrm/etnaviv/
H A Detnaviv_priv.h130 struct etna_pipe *pipe; member
160 struct etna_pipe *pipe; member
/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dvirtio_priv.h36 #include "pipe/p_defines.h"
75 * still using it's iova) until the submit retires. So a per-pipe
116 uint32_t pipe; member
161 struct fd_submit *virtio_submit_new(struct fd_pipe *pipe);
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_staging_mgr.c25 #include "pipe/p_defines.h"
27 #include "pipe/p_context.h"
77 virgl_staging_init(struct virgl_staging_mgr *staging, struct pipe_context *pipe, in virgl_staging_init() argument
82 staging->vws = virgl_screen(pipe->screen)->vws; in virgl_staging_init()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.h173 softpipe_create_sampler_state(struct pipe_context *pipe,
178 softpipe_create_sampler_view(struct pipe_context *pipe,
H A Dsp_tile_cache.h32 #include "pipe/p_compiler.h"
84 struct pipe_context *pipe; member
106 sp_create_tile_cache( struct pipe_context *pipe );
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_cs.c59 map = pipe_buffer_map(&svga->pipe, svga->curr.grid_info.indirect, in make_cs_key()
62 pipe_buffer_unmap(&svga->pipe, transfer); in make_cs_key()
/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_dec_common.h52 struct pipe_context *pipe; \
124 #include "pipe/p_video_state.h"
158 struct pipe_context *pipe; member
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dformat.cpp25 #include "pipe/p_screen.h"
26 #include "pipe/p_context.h"
141 return dev.pipe->is_format_supported( in supported_formats()
142 dev.pipe, f.second, target, 1, 1, bindings); in supported_formats()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_resource.h150 nv50_surface_from_buffer(struct pipe_context *pipe,
161 nv50_clear_texture(struct pipe_context *pipe,
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/
H A D2-1.c17 * 2. Parent uses mq_open to create a new mq and tell child to open it using pipe.
66 rval = pipe(to_parent); in main()
71 rval = pipe(to_child); in main()

Completed in 12 milliseconds

1...<<21222324252627282930>>...51