Home
last modified time | relevance | path

Searched defs:pipe (Results 401 - 425 of 581) sorted by relevance

1...<<11121314151617181920>>...24

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dwpa_ctrl.c73 HANDLE pipe; member
[all...]
/device/soc/rockchip/common/hardware/display/src/display_device/
H A Ddrm_plane.h169 void BindToPipe(uint32_t pipe) in BindToPipe() argument
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_logo.c613 int pipe = drm_crtc_index(crtc); in setup_initial_state() local
936 int pipe = drm_crtc_index(crtc); in rockchip_drm_show_logo() local
[all...]
/device/soc/rockchip/rk3399/hardware/display/src/display_device/
H A Ddrm_plane.h169 void BindToPipe(uint32_t pipe) in BindToPipe() argument
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Ddrm_plane.h169 void BindToPipe(uint32_t pipe) in BindToPipe() argument
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H A Ddrm_plane.h169 void BindToPipe(uint32_t pipe) in BindToPipe() argument
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Ddrm_plane.h181 void BindToPipe(uint32_t pipe) in BindToPipe() argument
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_logo.c584 int pipe = drm_crtc_index(crtc); in setup_initial_state() local
892 int pipe = drm_crtc_index(crtc); in rockchip_drm_show_logo() local
[all...]
/test/xts/acts/hdf/usb/usb_ndk/entry/src/main/cpp/
H A Dusbddk.cpp579 struct UsbRequestPipe pipe; in UsbSendPipeRequestOne() local
612 struct UsbRequestPipe pipe; in UsbSendPipeRequestTwo() local
644 struct UsbRequestPipe pipe; UsbSendPipeRequestThree() local
676 struct UsbRequestPipe pipe; UsbSendPipeRequestFour() local
791 struct UsbRequestPipe pipe; UsbSendPipeRequestWithAshmemOne() local
842 struct UsbRequestPipe pipe; UsbSendPipeRequestWithAshmemThree() local
880 struct UsbRequestPipe pipe; UsbSendPipeRequestWithAshmemFour() local
[all...]
/third_party/backends/backend/
H A Dtamarack.h115 int pipe; /* pipe to reader process */ member
H A Dtest.h134 SANE_Int pipe; member
H A Dmustek_pp.c247 reader_process (Mustek_pp_Handle * hndl, int pipe) in reader_process() argument
[all...]
H A Dmustek_pp.h248 int pipe; member
/third_party/backends/sanei/
H A Dusb_manager.cpp70 USBDevicePipe pipe; member
342 USBDevicePipe pipe; in usb_manager_open() local
524 USBDevicePipe &pipe = dev_handle->pipe; in usb_manager_release_interface() local
546 USBDevicePipe &pipe = dev_handle->pipe; usb_manager_bulk_transfer() local
587 USBDevicePipe &pipe = dev_handle->pipe; usb_manager_control_transfer() local
617 USBDevicePipe pipe = dev_handle->pipe; usb_manager_set_interface_alt_setting() local
[all...]
/third_party/libdrm/include/drm/
H A Dmsm_drm.h79 __u32 pipe; /* in, MSM_PIPE_x */ member
/third_party/mesa3d/src/freedreno/perfcntrs/
H A Dfdperf.c97 struct fd_pipe *pipe; member
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_surface.c284 svga_create_surface_view(struct pipe_context *pipe, in svga_create_surface_view() argument
432 svga_create_surface(struct pipe_context *pipe, in svga_create_surface() argument
661 svga_surface_destroy(struct pipe_context *pipe, struct pipe_surface *surf) svga_surface_destroy() argument
[all...]
H A Dsvga_resource_texture.c469 svga_texture_transfer_map(struct pipe_context *pipe, in svga_texture_transfer_map() argument
775 svga_texture_transfer_unmap(struct pipe_context *pipe, in svga_texture_transfer_unmap() argument
1227 svga_texture_generate_mipmap(struct pipe_context *pipe, struct pipe_resource *pt, enum pipe_format format, unsigned base_level, unsigned last_level, unsigned first_layer, unsigned last_layer) svga_texture_generate_mipmap() argument
[all...]
H A Dsvga_pipe_blit.c841 svga_blit(struct pipe_context *pipe, const struct pipe_blit_info *blit) svga_blit() argument
891 svga_resource_copy_region(struct pipe_context *pipe, struct pipe_resource *dst_tex, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src_tex, unsigned src_level, const struct pipe_box *src_box) svga_resource_copy_region() argument
970 svga_flush_resource(struct pipe_context *pipe, struct pipe_resource *resource) svga_flush_resource() argument
[all...]
H A Dsvga_pipe_query.c622 svga_create_query(struct pipe_context *pipe, unsigned query_type, unsigned index) svga_create_query() argument
762 svga_destroy_query(struct pipe_context *pipe, struct pipe_query *q) svga_destroy_query() argument
842 svga_begin_query(struct pipe_context *pipe, struct pipe_query *q) svga_begin_query() argument
965 svga_end_query(struct pipe_context *pipe, struct pipe_query *q) svga_end_query() argument
1084 svga_get_query_result(struct pipe_context *pipe, struct pipe_query *q, bool wait, union pipe_query_result *vresult) svga_get_query_result() argument
1230 svga_render_condition(struct pipe_context *pipe, struct pipe_query *q, bool condition, enum pipe_render_cond_flag mode) svga_render_condition() argument
1285 svga_get_timestamp(struct pipe_context *pipe) svga_get_timestamp() argument
1301 svga_set_active_query_state(struct pipe_context *pipe, bool enable) svga_set_active_query_state() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_resource.c799 static void virgl_buffer_subdata(struct pipe_context *pipe, in virgl_buffer_subdata() argument
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dswapchain9.c99 struct pipe_context *pipe = nine_context_get_pipe_acquire(This->base.device); in D3DWindowBuffer_create() local
626 struct pipe_context *pipe; in handle_draw_cursor_and_hud() local
724 struct pipe_context *pipe; in present() local
[all...]
/third_party/mesa3d/src/gallium/frontends/va/
H A Dva_private.h248 struct pipe_context *pipe; member
/third_party/mesa3d/src/gallium/frontends/osmesa/
H A Dosmesa.c197 struct pipe_context *pipe = osmesa->stctx->pipe; in osmesa_read_buffer() local
[all...]
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_renderer.c399 struct pipe_context *pipe = r->pipe; in renderer_copy_prepare() local
[all...]

Completed in 28 milliseconds

1...<<11121314151617181920>>...24