/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_ureg.h | 146 ureg_create_shader_with_so_and_destroy( struct ureg_program *p, struct pipe_context *pipe, const struct pipe_stream_output_info *so ) ureg_create_shader_with_so_and_destroy() argument
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_inlines.h | 127 pipe_surface_release(struct pipe_context *pipe, struct pipe_surface **ptr) in pipe_surface_release() argument 377 pipe_buffer_map_range(struct pipe_context *pipe, in pipe_buffer_map_range() argument 408 pipe_buffer_map(struct pipe_context *pipe, struct pipe_resource *buffer, unsigned access, struct pipe_transfer **transfer) pipe_buffer_map() argument 419 pipe_buffer_unmap(struct pipe_context *pipe, struct pipe_transfer *transfer) pipe_buffer_unmap() argument 426 pipe_buffer_flush_mapped_range(struct pipe_context *pipe, struct pipe_transfer *transfer, unsigned offset, unsigned length) pipe_buffer_flush_mapped_range() argument 450 pipe_buffer_write(struct pipe_context *pipe, struct pipe_resource *buf, unsigned offset, unsigned size, const void *data) pipe_buffer_write() argument 467 pipe_buffer_write_nooverlap(struct pipe_context *pipe, struct pipe_resource *buf, unsigned offset, unsigned size, const void *data) pipe_buffer_write_nooverlap() argument 482 pipe_buffer_copy(struct pipe_context *pipe, struct pipe_resource *dst, struct pipe_resource *src, unsigned dst_offset, unsigned src_offset, unsigned size) pipe_buffer_copy() argument 502 pipe_buffer_create_with_data(struct pipe_context *pipe, unsigned bind, enum pipe_resource_usage usage, unsigned size, const void *ptr) pipe_buffer_create_with_data() argument 515 pipe_buffer_read(struct pipe_context *pipe, struct pipe_resource *buf, unsigned offset, unsigned size, void *data) pipe_buffer_read() argument 584 pipe_set_constant_buffer(struct pipe_context *pipe, enum pipe_shader_type shader, uint index, struct pipe_resource *buf) pipe_set_constant_buffer() argument [all...] |
H A D | u_surface.c | 202 util_resource_copy_region(struct pipe_context *pipe, in util_resource_copy_region() argument 380 util_clear_color_texture(struct pipe_context *pipe, struct pipe_resource *texture, enum pipe_format format, const union pipe_color_union *color, unsigned level, unsigned dstx, unsigned dsty, unsigned dstz, unsigned width, unsigned height, unsigned depth) util_clear_color_texture() argument 421 util_clear_render_target(struct pipe_context *pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) util_clear_render_target() argument 575 util_clear_depth_stencil_texture(struct pipe_context *pipe, struct pipe_resource *texture, enum pipe_format format, unsigned clear_flags, uint64_t zstencil, unsigned level, unsigned dstx, unsigned dsty, unsigned dstz, unsigned width, unsigned height, unsigned depth) util_clear_depth_stencil_texture() argument 615 util_clear_texture(struct pipe_context *pipe, struct pipe_resource *tex, unsigned level, const struct pipe_box *box, const void *data) util_clear_texture() argument 667 util_clear_depth_stencil(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height) util_clear_depth_stencil() argument [all...] |
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_winsys_dri3.c | 77 struct pipe_context *pipe; member 560 vl_dri3_flush_frontbuffer(struct pipe_screen *screen, struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned layer, void *context_private, struct pipe_box *sub_box) vl_dri3_flush_frontbuffer() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_tex.c | 52 nvc0_create_sampler_view(struct pipe_context *pipe, in nvc0_create_sampler_view() argument 65 gm107_create_texture_view(struct pipe_context *pipe, in gm107_create_texture_view() argument 240 gm107_create_texture_view_from_image(struct pipe_context *pipe, const struct pipe_image_view *view) gm107_create_texture_view_from_image() argument 277 gf100_create_texture_view(struct pipe_context *pipe, struct pipe_resource *texture, const struct pipe_sampler_view *templ, uint32_t flags) gf100_create_texture_view() argument 442 nvc0_create_texture_view(struct pipe_context *pipe, struct pipe_resource *texture, const struct pipe_sampler_view *templ, uint32_t flags) nvc0_create_texture_view() argument 791 nve4_create_texture_handle(struct pipe_context *pipe, struct pipe_sampler_view *view, const struct pipe_sampler_state *sampler) nve4_create_texture_handle() argument 856 nve4_delete_texture_handle(struct pipe_context *pipe, uint64_t handle) nve4_delete_texture_handle() argument 876 nve4_make_texture_handle_resident(struct pipe_context *pipe, uint64_t handle, bool resident) nve4_make_texture_handle_resident() argument 1347 nve4_create_image_handle(struct pipe_context *pipe, const struct pipe_image_view *view) nve4_create_image_handle() argument 1379 nve4_delete_image_handle(struct pipe_context *pipe, uint64_t handle) nve4_delete_image_handle() argument 1390 nve4_make_image_handle_resident(struct pipe_context *pipe, uint64_t handle, unsigned access, bool resident) nve4_make_image_handle_resident() argument 1421 gm107_create_image_handle(struct pipe_context *pipe, const struct pipe_image_view *view) gm107_create_image_handle() argument 1465 gm107_delete_image_handle(struct pipe_context *pipe, uint64_t handle) gm107_delete_image_handle() argument 1479 gm107_make_image_handle_resident(struct pipe_context *pipe, uint64_t handle, unsigned access, bool resident) gm107_make_image_handle_resident() argument 1512 nvc0_init_bindless_functions(struct pipe_context *pipe) nvc0_init_bindless_functions() argument [all...] |
H A D | nvc0_vbo.c | 39 nvc0_vertex_state_delete(struct pipe_context *pipe, in nvc0_vertex_state_delete() argument 50 nvc0_vertex_state_create(struct pipe_context *pipe, in nvc0_vertex_state_create() argument 927 nvc0_draw_vbo(struct pipe_context *pipe, const struct pipe_draw_info *info, unsigned drawid_offset, const struct pipe_draw_indirect_info *indirect, const struct pipe_draw_start_count_bias *draws, unsigned num_draws) nvc0_draw_vbo() argument [all...] |
H A D | nvc0_state_validate.c | 805 struct pipe_context *pipe = &nvc0->base.pipe; nvc0_validate_fbread() local [all...] |
H A D | nvc0_vbo_translate.c | 607 struct pipe_context *pipe = &nvc0->base.pipe; in nvc0_push_vbo() local
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_blit.c | 212 static void r300_clear(struct pipe_context* pipe, in r300_clear() argument 440 static void r300_clear_render_target(struct pipe_context *pipe, in r300_clear_render_target() argument 457 static void r300_clear_depth_stencil(struct pipe_context *pipe, in r300_clear_depth_stencil() argument 542 static void r300_resource_copy_region(struct pipe_context *pipe, in r300_resource_copy_region() argument 721 r300_simple_msaa_resolve(struct pipe_context *pipe, struct pipe_resource *dst, unsigned dst_level, unsigned dst_layer, struct pipe_resource *src, enum pipe_format format) r300_simple_msaa_resolve() argument 767 r300_msaa_resolve(struct pipe_context *pipe, const struct pipe_blit_info *info) r300_msaa_resolve() argument 816 r300_blit(struct pipe_context *pipe, const struct pipe_blit_info *blit) r300_blit() argument [all...] |
/third_party/toybox/toys/pending/ |
H A D | sh.c | 494 int pipe[2]; in run_command() local
|
/kernel/linux/linux-5.10/drivers/char/ |
H A D | mem.c | 703 static ssize_t splice_write_null(struct pipe_inode_info *pipe, struct file *out, in splice_write_null() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | cik.c | 868 cik_srbm_select(struct amdgpu_device *adev, u32 me, u32 pipe, u32 queue, u32 vmid) cik_srbm_select() argument
|
H A D | soc15.c | 258 soc15_grbm_select(struct amdgpu_device *adev, u32 me, u32 pipe, u32 queue, u32 vmid) soc15_grbm_select() argument
|
H A D | vi.c | 366 vi_srbm_select(struct amdgpu_device *adev, u32 me, u32 pipe, u32 queue, u32 vmid) vi_srbm_select() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_device_queue_manager.c | 72 static bool is_pipe_enabled(struct device_queue_manager *dqm, int mec, int pipe) in is_pipe_enabled() argument 426 int pipe, bit, i; in allocate_hqd() local 953 int pipe, queue; initialize_nocpsch() local 2035 int pipe, queue; dqm_debugfs_hqds() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/ |
H A D | komeda_pipeline_state.c | 24 komeda_pipeline_get_state(struct komeda_pipeline *pipe, in komeda_pipeline_get_state() argument 37 komeda_pipeline_get_old_state(struct komeda_pipeline *pipe, in komeda_pipeline_get_old_state() argument 49 komeda_pipeline_get_new_state(struct komeda_pipeline *pipe, in komeda_pipeline_get_new_state() argument 62 komeda_pipeline_get_state_and_set_crtc(struct komeda_pipeline *pipe, in komeda_pipeline_get_state_and_set_crtc() argument 488 struct komeda_pipeline *pipe = scaler->base.pipeline; komeda_scaler_check_cfg() local 873 merger_is_available(struct komeda_pipeline *pipe, struct komeda_data_flow_cfg *dflow) merger_is_available() argument 888 struct komeda_pipeline *pipe = layer->base.pipeline; komeda_build_layer_data_flow() local 1091 struct komeda_pipeline *pipe = left->base.pipeline; komeda_build_layer_split_data_flow() local 1159 struct komeda_pipeline *pipe = wb_layer->base.pipeline; komeda_build_wb_split_data_flow() local 1227 komeda_pipeline_unbound_components(struct komeda_pipeline *pipe, struct komeda_pipeline_state *new) komeda_pipeline_unbound_components() argument 1255 komeda_release_unclaimed_resources(struct komeda_pipeline *pipe, struct komeda_crtc_state *kcrtc_st) komeda_release_unclaimed_resources() argument 1287 komeda_pipeline_disable(struct komeda_pipeline *pipe, struct drm_atomic_state *old_state) komeda_pipeline_disable() argument 1332 komeda_pipeline_update(struct komeda_pipeline *pipe, struct drm_atomic_state *old_state) komeda_pipeline_update() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_mipi_dbi.c | 310 void mipi_dbi_pipe_update(struct drm_simple_display_pipe *pipe, in mipi_dbi_pipe_update() argument 389 void mipi_dbi_pipe_disable(struct drm_simple_display_pipe *pipe) in mipi_dbi_pipe_disable() argument [all...] |
H A D | drm_vblank.c | 169 static void store_vblank(struct drm_device *dev, unsigned int pipe, in store_vblank() argument 185 static u32 drm_max_vblank_count(struct drm_device *dev, unsigned int pipe) in drm_max_vblank_count() argument 196 static u32 drm_vblank_no_hw_counter(struct drm_device *dev, unsigned int pipe) in drm_vblank_no_hw_counter() argument 202 static u32 __get_vblank_counter(struct drm_device *dev, unsigned int pipe) in __get_vblank_counter() argument 228 drm_reset_vblank_timestamp(struct drm_device *dev, unsigned int pipe) drm_reset_vblank_timestamp() argument 275 drm_update_vblank_count(struct drm_device *dev, unsigned int pipe, bool in_vblank_irq) drm_update_vblank_count() argument 367 drm_vblank_count(struct drm_device *dev, unsigned int pipe) drm_vblank_count() argument 403 unsigned int pipe = drm_crtc_index(crtc); drm_crtc_accurate_vblank_count() local 422 __disable_vblank(struct drm_device *dev, unsigned int pipe) __disable_vblank() argument 443 drm_vblank_disable_and_save(struct drm_device *dev, unsigned int pipe) drm_vblank_disable_and_save() argument 483 unsigned int pipe = vblank->pipe; vblank_disable_fn() local 606 unsigned int pipe = drm_crtc_index(crtc); drm_calc_timestamping_constants() local 691 unsigned int pipe = crtc->index; drm_crtc_vblank_helper_get_vblank_timestamp_internal() local 862 drm_get_last_vbltimestamp(struct drm_device *dev, unsigned int pipe, ktime_t *tvblank, bool in_vblank_irq) drm_get_last_vbltimestamp() argument 929 drm_vblank_count_and_time(struct drm_device *dev, unsigned int pipe, ktime_t *vblanktime) drm_vblank_count_and_time() argument 1048 unsigned int pipe = drm_crtc_index(crtc); drm_crtc_arm_vblank_event() local 1074 unsigned int pipe = drm_crtc_index(crtc); drm_crtc_send_vblank_event() local 1089 __enable_vblank(struct drm_device *dev, unsigned int pipe) __enable_vblank() argument 1106 drm_vblank_enable(struct drm_device *dev, unsigned int pipe) drm_vblank_enable() argument 1144 drm_vblank_get(struct drm_device *dev, unsigned int pipe) drm_vblank_get() argument 1187 drm_vblank_put(struct drm_device *dev, unsigned int pipe) drm_vblank_put() argument 1233 drm_wait_one_vblank(struct drm_device *dev, unsigned int pipe) drm_wait_one_vblank() argument 1287 unsigned int pipe = drm_crtc_index(crtc); drm_crtc_vblank_off() local 1366 unsigned int pipe = drm_crtc_index(crtc); drm_crtc_vblank_reset() local 1406 unsigned int pipe = drm_crtc_index(crtc); drm_crtc_set_max_vblank_count() local 1429 unsigned int pipe = drm_crtc_index(crtc); drm_crtc_vblank_on() local 1470 drm_vblank_restore(struct drm_device *dev, unsigned int pipe) drm_vblank_restore() argument 1524 drm_legacy_vblank_pre_modeset(struct drm_device *dev, unsigned int pipe) drm_legacy_vblank_pre_modeset() argument 1550 drm_legacy_vblank_post_modeset(struct drm_device *dev, unsigned int pipe) drm_legacy_vblank_post_modeset() argument 1578 unsigned int pipe; drm_legacy_modeset_ctl_ioctl() local 1606 drm_queue_vblank_event(struct drm_device *dev, unsigned int pipe, u64 req_seq, union drm_wait_vblank *vblwait, struct drm_file *file_priv) drm_queue_vblank_event() argument 1711 drm_wait_vblank_reply(struct drm_device *dev, unsigned int pipe, struct drm_wait_vblank_reply *reply) drm_wait_vblank_reply() argument 1737 unsigned int flags, pipe, high_pipe; drm_wait_vblank_ioctl() local 1870 drm_handle_vblank_events(struct drm_device *dev, unsigned int pipe) drm_handle_vblank_events() argument 1912 drm_handle_vblank(struct drm_device *dev, unsigned int pipe) drm_handle_vblank() argument 2005 int pipe; drm_crtc_get_sequence_ioctl() local 2061 int pipe; drm_crtc_queue_sequence_ioctl() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | icl_dsi.c | 668 enum pipe pipe = intel_crtc->pipe; in gen11_dsi_configure_transcoder() local 1590 gen11_dsi_get_hw_state(struct intel_encoder *encoder, enum pipe *pipe) gen11_dsi_get_hw_state() argument [all...] |
H A D | vlv_dsi.c | 770 enum pipe pipe = intel_crtc->pipe; in intel_dsi_pre_enable() local 998 intel_dsi_get_hw_state(struct intel_encoder *encoder, enum pipe *pipe) intel_dsi_get_hw_state() argument 1403 enum pipe pipe = intel_crtc->pipe; intel_dsi_prepare() local 1815 enum pipe pipe; vlv_dsi_init() local [all...] |
H A D | intel_audio.c | 585 enum pipe pipe = crtc->pipe; in enable_audio_dsc_wa() local 697 enum pipe pipe = crtc->pipe; ilk_audio_codec_disable() local 746 enum pipe pipe = crtc->pipe; ilk_audio_codec_enable() local 841 enum pipe pipe = crtc->pipe; intel_audio_codec_enable() local 900 enum pipe pipe = crtc->pipe; intel_audio_codec_disable() local 1098 get_saved_enc(struct drm_i915_private *dev_priv, int port, int pipe) get_saved_enc() argument 1139 i915_audio_component_sync_audio_rate(struct device *kdev, int port, int pipe, int rate) i915_audio_component_sync_audio_rate() argument 1177 i915_audio_component_get_eld(struct device *kdev, int port, int pipe, bool *enabled, unsigned char *buf, int max_bytes) i915_audio_component_get_eld() argument [all...] |
H A D | intel_cdclk.c | 1507 static u32 bxt_cdclk_cd2x_pipe(struct drm_i915_private *dev_priv, enum pipe pip argument 535 vlv_set_cdclk(struct drm_i915_private *dev_priv, const struct intel_cdclk_config *cdclk_config, enum pipe pipe) vlv_set_cdclk() argument 624 chv_set_cdclk(struct drm_i915_private *dev_priv, const struct intel_cdclk_config *cdclk_config, enum pipe pipe) chv_set_cdclk() argument 726 bdw_set_cdclk(struct drm_i915_private *dev_priv, const struct intel_cdclk_config *cdclk_config, enum pipe pipe) bdw_set_cdclk() argument 1009 skl_set_cdclk(struct drm_i915_private *dev_priv, const struct intel_cdclk_config *cdclk_config, enum pipe pipe) skl_set_cdclk() argument 1527 bxt_set_cdclk(struct drm_i915_private *dev_priv, const struct intel_cdclk_config *cdclk_config, enum pipe pipe) bxt_set_cdclk() argument 1870 intel_set_cdclk(struct drm_i915_private *dev_priv, const struct intel_cdclk_config *cdclk_config, enum pipe pipe) intel_set_cdclk() argument 1929 enum pipe pipe = new_cdclk_state->pipe; intel_set_cdclk_pre_plane_update() local 1958 enum pipe pipe = new_cdclk_state->pipe; intel_set_cdclk_post_plane_update() local 2111 enum pipe pipe; intel_compute_min_cdclk() local 2168 enum pipe pipe; bxt_compute_min_voltage_level() local 2477 enum pipe pipe; intel_modeset_calc_cdclk() local [all...] |
/kernel/linux/linux-5.10/drivers/hid/usbhid/ |
H A D | hid-core.c | 1095 int pipe; in usbhid_start() local [all...] |
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/ |
H A D | hfcsusb.c | 940 fill_isoc_urb(struct urb *urb, struct usb_device *dev, unsigned int pipe, in fill_isoc_urb() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | cypress_dpm.c | 1749 u32 tmp, pipe; in cypress_program_display_gap() local
|