Home
last modified time | relevance | path

Searched defs:pipe (Results 701 - 725 of 1747) sorted by relevance

1...<<21222324252627282930>>...70

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query_hw_sm.c218 struct pipe_context *pipe = &nv50->base.pipe; in nv50_hw_sm_end_query() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.c37 nvc0_svm_migrate(struct pipe_context *pipe, unsigned num_ptrs, in nvc0_svm_migrate() argument
79 nvc0_flush(struct pipe_context *pipe, in nvc0_flush() argument
95 nvc0_texture_barrier(struct pipe_context *pipe, unsigned flags) in nvc0_texture_barrier() argument
104 nvc0_memory_barrier(struct pipe_context *pipe, unsigned flags) in nvc0_memory_barrier() argument
161 nvc0_emit_string_marker(struct pipe_context *pipe, cons argument
185 nvc0_get_device_reset_status(struct pipe_context *pipe) nvc0_get_device_reset_status() argument
243 nvc0_destroy(struct pipe_context *pipe) nvc0_destroy() argument
416 struct pipe_context *pipe; nvc0_create() local
631 nvc0_context_get_sample_position(struct pipe_context *pipe, unsigned sample_count, unsigned sample_index, float *xy) nvc0_context_get_sample_position() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_gmem.c315 const struct fd_vsc_pipe *pipe = &gmem->vsc_pipe[i]; variable
478 const struct fd_vsc_pipe *pipe = &gmem->vsc_pipe[tile->p]; variable
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_pstipple.c118 struct pipe_context *pipe; member
129 struct pipe_context *pipe = pstip->pipe; in generate_pstip_fs() local
196 struct pipe_context *pipe in pstip_first_tri() local
244 struct pipe_context *pipe = pstip->pipe; pstip_flush() local
297 draw_pstip_stage(struct draw_context *draw, struct pipe_context *pipe) draw_pstip_stage() argument
329 pstip_stage_from_pipe(struct pipe_context *pipe) pstip_stage_from_pipe() argument
341 pstip_create_fs_state(struct pipe_context *pipe, const struct pipe_shader_state *fs) pstip_create_fs_state() argument
363 pstip_bind_fs_state(struct pipe_context *pipe, void *fs) pstip_bind_fs_state() argument
376 pstip_delete_fs_state(struct pipe_context *pipe, void *fs) pstip_delete_fs_state() argument
395 pstip_bind_sampler_states(struct pipe_context *pipe, enum pipe_shader_type shader, unsigned start, unsigned num, void **sampler) pstip_bind_sampler_states() argument
419 pstip_set_sampler_views(struct pipe_context *pipe, enum pipe_shader_type shader, unsigned start, unsigned num, unsigned unbind_num_trailing_slots, bool take_ownership, struct pipe_sampler_view **views) pstip_set_sampler_views() argument
449 pstip_set_polygon_stipple(struct pipe_context *pipe, const struct pipe_poly_stipple *stipple) pstip_set_polygon_stipple() argument
471 draw_install_pstipple_stage(struct draw_context *draw, struct pipe_context *pipe) draw_install_pstipple_stage() argument
[all...]
H A Ddraw_pipe_wide_point.c202 struct pipe_context *pipe = draw->pipe; in widepoint_first_point() local
279 struct pipe_context *pipe = draw->pipe; in widepoint_flush() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mc.c482 vl_mc_init(struct vl_mc *renderer, struct pipe_context *pipe, unsigned buffer_width, unsigned buffer_height, unsigned macroblock_size, float scale, vl_mc_ycbcr_vert_shader vs_callback, vl_mc_ycbcr_frag_shader fs_callback, void *callback_priv) vl_mc_init() argument
[all...]
H A Dvl_bicubic_filter.c247 vl_bicubic_filter_init(struct vl_bicubic_filter *filter, struct pipe_context *pipe, in vl_bicubic_filter_init() argument
[all...]
H A Dvl_deint_filter.c236 vl_deint_filter_init(struct vl_deint_filter *filter, struct pipe_context *pipe, in vl_deint_filter_init() argument
[all...]
H A Dvl_video_buffer.c226 struct pipe_context *pipe; in vl_video_buffer_sampler_view_planes() local
261 struct pipe_context *pipe; in vl_video_buffer_sampler_view_components() local
309 struct pipe_context *pipe; vl_video_buffer_surfaces() local
347 vl_video_buffer_create(struct pipe_context *pipe, const struct pipe_video_buffer *tmpl) vl_video_buffer_create() argument
391 vl_video_buffer_create_ex(struct pipe_context *pipe, const struct pipe_video_buffer *tmpl, const enum pipe_format resource_formats[VL_NUM_COMPONENTS], unsigned depth, unsigned array_size, unsigned usage, enum pipe_video_chroma_format chroma_format) vl_video_buffer_create_ex() argument
441 vl_video_buffer_create_ex2(struct pipe_context *pipe, const struct pipe_video_buffer *tmpl, struct pipe_resource *resources[VL_NUM_COMPONENTS]) vl_video_buffer_create_ex2() argument
471 vl_video_buffer_create_as_resource(struct pipe_context *pipe, const struct pipe_video_buffer *tmpl, const uint64_t *modifiers, int modifiers_count) vl_video_buffer_create_as_resource() argument
[all...]
H A Dvl_stubs.c31 vl_create_decoder(struct pipe_context *pipe, in vl_create_decoder() argument
95 vl_video_buffer_create(struct pipe_context *pipe, in vl_video_buffer_create() argument
103 vl_video_buffer_create_ex2(struct pipe_context *pipe, in vl_video_buffer_create_ex2() argument
137 vl_create_mpeg12_decoder(struct pipe_context *pipe, in vl_create_mpeg12_decoder() argument
/third_party/mesa3d/src/util/indices/
H A Du_primconvert.c56 struct pipe_context *pipe; member
63 util_primconvert_create_config(struct pipe_context *pipe, in util_primconvert_create_config() argument
75 util_primconvert_create(struct pipe_context *pipe, uint32_t primtypes_mask) in util_primconvert_create() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_image.c97 debug_dump_surface(struct pipe_context *pipe, in debug_dump_surface() argument
136 debug_dump_texture(struct pipe_context *pipe, in debug_dump_texture() argument
187 debug_dump_surface_bmp(struct pipe_context *pipe, const char *filename, struct pipe_surface *surface) debug_dump_surface_bmp() argument
205 debug_dump_transfer_bmp(UNUSED struct pipe_context *pipe, const char *filename, struct pipe_transfer *transfer, void *ptr) debug_dump_transfer_bmp() argument
[all...]
H A Du_pstipple.c62 util_pstipple_update_stipple_texture(struct pipe_context *pipe, in util_pstipple_update_stipple_texture() argument
103 util_pstipple_create_stipple_texture(struct pipe_context *pipe, in util_pstipple_create_stipple_texture() argument
132 util_pstipple_create_sampler_view(struct pipe_context *pipe, struct pipe_resource *tex) util_pstipple_create_sampler_view() argument
148 util_pstipple_create_sampler(struct pipe_context *pipe) util_pstipple_create_sampler() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_texture_state.c85 etna_create_sampler_state_state(struct pipe_context *pipe, in etna_create_sampler_state_state() argument
H A Detnaviv_texture_desc.c77 etna_create_sampler_state_desc(struct pipe_context *pipe, in etna_create_sampler_state_desc() argument
H A Detnaviv_screen.h80 struct etna_pipe *pipe; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_gmem.c805 const struct fd_vsc_pipe *pipe = &gmem->vsc_pipe[i]; variable
1042 const struct fd_vsc_pipe *pipe = &gmem->vsc_pipe[tile->p]; variable
[all...]
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_cpu.c231 query_cpu_load(struct hud_graph *gr, struct pipe_context *pipe) in query_cpu_load() argument
261 free_query_data(void *p, struct pipe_context *pipe) in free_query_data() argument
326 query_api_thread_busy_status(struct hud_graph *gr, struct pipe_context *pipe) in query_api_thread_busy_status() argument
423 query_thread_counter(struct hud_graph *gr, struct pipe_context *pipe) in query_thread_counter() argument
H A Dhud_driver_query.c56 hud_batch_query_update(struct hud_batch_query_context *bq, struct pipe_context *pipe) hud_batch_query_update() argument
118 hud_batch_query_begin(struct hud_batch_query_context *bq, struct pipe_context *pipe) hud_batch_query_begin() argument
171 hud_batch_query_cleanup(struct hud_batch_query_context **pbq, struct pipe_context *pipe) hud_batch_query_cleanup() argument
233 query_new_value_normal(struct query_info *info, struct pipe_context *pipe) query_new_value_normal() argument
294 begin_query(struct hud_graph *gr, struct pipe_context *pipe) begin_query() argument
304 query_new_value(struct hud_graph *gr, struct pipe_context *pipe) query_new_value() argument
346 free_query_info(void *ptr, struct pipe_context *pipe) free_query_info() argument
[all...]
H A Dhud_diskstat.c121 query_dsi_load(struct hud_graph *gr, struct pipe_context *pipe) in query_dsi_load() argument
H A Dhud_nic.c175 query_nic_load(struct hud_graph *gr, struct pipe_context *pipe) in query_nic_load() argument
H A Dhud_sensors_temp.c161 query_sti_load(struct hud_graph *gr, struct pipe_context *pipe) in query_sti_load() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_gmem.c625 const struct fd_vsc_pipe *pipe = &gmem->vsc_pipe[i]; variable
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_gmem.c587 const struct fd_vsc_pipe *pipe = &gmem->vsc_pipe[i]; variable
785 const struct fd_vsc_pipe *pipe = &gmem->vsc_pipe[tile->p]; variable
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_sampler.c51 softpipe_bind_sampler_states(struct pipe_context *pipe, in softpipe_bind_sampler_states() argument
90 softpipe_sampler_view_destroy(struct pipe_context *pipe, in softpipe_sampler_view_destroy() argument
99 softpipe_set_sampler_views(struct pipe_context *pipe, in softpipe_set_sampler_views() argument
173 softpipe_delete_sampler_state(struct pipe_context *pipe, in softpipe_delete_sampler_state() argument
349 softpipe_init_sampler_funcs(struct pipe_context *pipe) in softpipe_init_sampler_funcs() argument
[all...]

Completed in 16 milliseconds

1...<<21222324252627282930>>...70