Home
last modified time | relevance | path

Searched defs:ice (Results 1 – 25 of 54) sorted by relevance

123

/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcice.c96 _gst_nice_thread (GstWebRTCICE * ice) in _gst_nice_thread()
120 _start_thread (GstWebRTCICE * ice) in _start_thread()
132 _stop_thread (GstWebRTCICE * ice) in _stop_thread()
155 _nice_stream_item_foreach (GstWebRTCICE * ice, NiceStreamItemForeachFunc func, in _nice_stream_item_foreach()
194 _nice_stream_item_find (GstWebRTCICE * ice, NiceStreamItemFindFunc func, in _nice_stream_item_find()
224 _find_item (GstWebRTCICE * ice, guint session_id, guint nice_stream_id, in _find_item()
237 _create_nice_stream_item (GstWebRTCICE * ice, guint session_id) in _create_nice_stream_item()
278 _resolve_host (GstWebRTCICE * ice, const gchar * host) in _resolve_host()
306 _add_turn_server (GstWebRTCICE * ice, struct NiceStreamItem *item, in _add_turn_server()
366 GstWebRTCICE *ice; member
[all …]
Dicestream.c110 GstWebRTCICEStream * ice) in _on_candidate_gathering_done()
122 GstWebRTCICETransport *ice = l->data; in _on_candidate_gathering_done() local
250 gst_webrtc_ice_stream_init (GstWebRTCICEStream * ice) in gst_webrtc_ice_stream_init()
256 gst_webrtc_ice_stream_new (GstWebRTCICE * ice, guint stream_id) in gst_webrtc_ice_stream_new()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_performance_query.c37 struct iris_context *ice = (void *) pipe; in iris_init_perf_query_info() local
88 struct iris_context *ice = (void *) pipe; in iris_new_perf_query_obj() local
108 struct iris_context *ice = (void *) pipe; in iris_begin_perf_query() local
119 struct iris_context *ice = (void *) pipe; in iris_end_perf_query() local
131 struct iris_context *ice = (void *) pipe; in iris_delete_perf_query() local
148 struct iris_context *ice = (void *) pipe; in iris_get_perf_query_info() local
171 struct iris_context *ice = (void *) pipe; in iris_get_perf_counter_info() local
190 struct iris_context *ice = (void *) pipe; in iris_wait_perf_query() local
202 struct iris_context *ice = (void *) pipe; in iris_is_perf_query_ready() local
223 struct iris_context *ice = (void *) pipe; in iris_get_perf_query_data() local
Diris_measure.c62 config_from_context(struct iris_context *ice) in config_from_context()
85 iris_init_batch_measure(struct iris_context *ice, struct iris_batch *batch) in iris_init_batch_measure()
126 measure_start_snapshot(struct iris_context *ice, in measure_start_snapshot()
211 state_changed(const struct iris_context *ice, in state_changed()
233 iris_measure_renderpass(struct iris_context *ice) in iris_measure_renderpass()
257 _iris_measure_snapshot(struct iris_context *ice, in _iris_measure_snapshot()
322 iris_destroy_ctx_measure(struct iris_context *ice) in iris_destroy_ctx_measure()
332 iris_measure_batch_end(struct iris_context *ice, struct iris_batch *batch) in iris_measure_batch_end()
377 iris_measure_frame_end(struct iris_context *ice) in iris_measure_frame_end()
Diris_binder.c68 binder_realloc(struct iris_context *ice) in binder_realloc()
119 iris_binder_reserve(struct iris_context *ice, in iris_binder_reserve()
138 iris_binder_reserve_3d(struct iris_context *ice) in iris_binder_reserve_3d()
196 iris_binder_reserve_compute(struct iris_context *ice) in iris_binder_reserve_compute()
214 iris_init_binder(struct iris_context *ice) in iris_init_binder()
Diris_border_color.c83 iris_init_border_color_pool(struct iris_context *ice) in iris_init_border_color_pool()
97 iris_destroy_border_color_pool(struct iris_context *ice) in iris_destroy_border_color_pool()
109 iris_border_color_pool_reserve(struct iris_context *ice, unsigned count) in iris_border_color_pool_reserve()
133 iris_upload_border_color(struct iris_context *ice, in iris_upload_border_color()
Diris_draw.c64 iris_update_draw_info(struct iris_context *ice, in iris_update_draw_info()
117 iris_update_draw_parameters(struct iris_context *ice, in iris_update_draw_parameters()
180 iris_indirect_draw_vbo(struct iris_context *ice, in iris_indirect_draw_vbo()
233 iris_simple_draw_vbo(struct iris_context *ice, in iris_simple_draw_vbo()
266 struct iris_context *ice = (struct iris_context *) ctx; in iris_draw_vbo() local
321 iris_update_grid_size_resource(struct iris_context *ice, in iris_update_grid_size_resource()
379 struct iris_context *ice = (struct iris_context *) ctx; in iris_launch_grid() local
Diris_context.c46 struct iris_context *ice = (struct iris_context *)ctx; in iris_set_debug_callback() local
67 struct iris_context *ice = batch->ice; in iris_lost_context_state() local
91 struct iris_context *ice = (struct iris_context *)ctx; in iris_get_device_reset_status() local
126 struct iris_context *ice = (struct iris_context *)ctx; in iris_set_device_reset_callback() local
170 create_dirty_dmabuf_set(struct iris_context *ice) in create_dirty_dmabuf_set()
179 iris_mark_dirty_dmabuf(struct iris_context *ice, in iris_mark_dirty_dmabuf()
189 clear_dirty_dmabuf_set(struct iris_context *ice) in clear_dirty_dmabuf_set()
201 iris_flush_dirty_dmabufs(struct iris_context *ice) in iris_flush_dirty_dmabufs()
218 struct iris_context *ice = (struct iris_context *)ctx; in iris_destroy_context() local
284 struct iris_context *ice = rzalloc(NULL, struct iris_context); in iris_create_context() local
Diris_resolve.c46 disable_rb_aux_buffer(struct iris_context *ice, in disable_rb_aux_buffer()
85 resolve_sampler_views(struct iris_context *ice, in resolve_sampler_views()
117 resolve_image_views(struct iris_context *ice, in resolve_image_views()
161 iris_predraw_resolve_inputs(struct iris_context *ice, in iris_predraw_resolve_inputs()
182 iris_predraw_resolve_framebuffer(struct iris_context *ice, in iris_predraw_resolve_framebuffer()
274 iris_postdraw_update_resolve_tracking(struct iris_context *ice, in iris_postdraw_update_resolve_tracking()
405 iris_predraw_flush_buffers(struct iris_context *ice, in iris_predraw_flush_buffers()
419 iris_resolve_color(struct iris_context *ice, in iris_resolve_color()
462 iris_mcs_partial_resolve(struct iris_context *ice, in iris_mcs_partial_resolve()
533 iris_hiz_exec(struct iris_context *ice, in iris_hiz_exec()
[all …]
Diris_perf.c33 iris_perf_emit_stall_at_pixel_scoreboard(struct iris_context *ice) in iris_perf_emit_stall_at_pixel_scoreboard()
46 struct iris_context *ice = c; in iris_perf_emit_mi_report_perf_count() local
54 struct iris_context *ice = c; in iris_perf_batchbuffer_flush() local
63 struct iris_context *ice = ctx; in iris_perf_store_register_mem() local
Diris_monitor.c144 iris_init_monitor_ctx(struct iris_context *ice) in iris_init_monitor_ctx()
166 iris_create_monitor_object(struct iris_context *ice, in iris_create_monitor_object()
235 struct iris_context *ice = (struct iris_context *)ctx; in iris_destroy_monitor_object() local
249 struct iris_context *ice = (void *) ctx; in iris_begin_monitor() local
259 struct iris_context *ice = (void *) ctx; in iris_end_monitor() local
272 struct iris_context *ice = (void *) ctx; in iris_get_monitor_result() local
Diris_clear.c39 iris_is_color_fast_clear_compatible(struct iris_context *ice, in iris_is_color_fast_clear_compatible()
67 can_fast_clear_color(struct iris_context *ice, in can_fast_clear_color()
211 fast_clear_color(struct iris_context *ice, in fast_clear_color()
342 clear_color(struct iris_context *ice, in clear_color()
415 can_fast_clear_depth(struct iris_context *ice, in can_fast_clear_depth()
460 fast_clear_depth(struct iris_context *ice, in fast_clear_depth()
549 clear_depth_stencil(struct iris_context *ice, in clear_depth_stencil()
662 struct iris_context *ice = (void *) ctx; in iris_clear() local
718 struct iris_context *ice = (void *) ctx; in iris_clear_texture() local
783 struct iris_context *ice = (void *) ctx; in iris_clear_render_target() local
[all …]
Diris_query.c132 mark_available(struct iris_context *ice, struct iris_query *q) in mark_available()
170 write_value(struct iris_context *ice, struct iris_query *q, unsigned offset) in write_value()
246 write_overflow_values(struct iris_context *ice, struct iris_query *q, bool end) in write_overflow_values()
462 struct iris_context *ice = (void *) ctx; in iris_create_batch_query() local
497 struct iris_context *ice = (void *) ctx; in iris_begin_query() local
546 struct iris_context *ice = (void *) ctx; in iris_end_query() local
590 iris_check_query_no_flush(struct iris_context *ice, struct iris_query *q) in iris_check_query_no_flush()
606 struct iris_context *ice = (void *) ctx; in iris_get_query_result() local
660 struct iris_context *ice = (void *) ctx; in iris_get_query_result_resource() local
739 struct iris_context *ice = (void *) ctx; in iris_set_active_query_state() local
[all …]
Diris_blorp.c135 struct iris_context *ice = blorp_batch->blorp->driver_ctx; in blorp_alloc_dynamic_state() local
161 struct iris_context *ice = blorp_batch->blorp->driver_ctx; in blorp_alloc_binding_table() local
185 struct iris_context *ice = blorp_batch->blorp->driver_ctx; in blorp_alloc_vertex_buffer() local
214 struct iris_context *ice = blorp_batch->blorp->driver_ctx; in blorp_vf_invalidate_for_vb_48b_transitions() local
269 struct iris_context *ice = blorp_batch->blorp->driver_ctx; in iris_blorp_exec() local
396 struct iris_context *ice = blorp_batch->blorp->driver_ctx; in blorp_measure_start() local
Diris_program_cache.c88 iris_find_cached_shader(struct iris_context *ice, in iris_find_cached_shader()
203 struct iris_context *ice = blorp->driver_ctx; in iris_blorp_lookup_shader() local
230 struct iris_context *ice = blorp->driver_ctx; in iris_blorp_upload_shader() local
261 iris_init_program_cache(struct iris_context *ice) in iris_init_program_cache()
277 iris_destroy_program_cache(struct iris_context *ice) in iris_destroy_program_cache()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_draw.c59 can_cut_index_handle_restart_index(struct crocus_context *ice, in can_cut_index_handle_restart_index()
77 can_cut_index_handle_prim(struct crocus_context *ice, in can_cut_index_handle_prim()
115 crocus_update_draw_info(struct crocus_context *ice, in crocus_update_draw_info()
201 crocus_update_draw_parameters(struct crocus_context *ice, in crocus_update_draw_parameters()
266 crocus_indirect_draw_vbo(struct crocus_context *ice, in crocus_indirect_draw_vbo()
315 crocus_simple_draw_vbo(struct crocus_context *ice, in crocus_simple_draw_vbo()
370 struct crocus_context *ice = (struct crocus_context *) ctx; in crocus_draw_vbo() local
448 crocus_update_grid_size_resource(struct crocus_context *ice, in crocus_update_grid_size_resource()
480 struct crocus_context *ice = (struct crocus_context *) ctx; in crocus_launch_grid() local
Dcrocus_program_cache.c85 crocus_find_cached_shader(struct crocus_context *ice, in crocus_find_cached_shader()
99 crocus_find_previous_compile(const struct crocus_context *ice, in crocus_find_previous_compile()
139 crocus_cache_new_bo(struct crocus_context *ice, in crocus_cache_new_bo()
170 crocus_alloc_item_data(struct crocus_context *ice, uint32_t size) in crocus_alloc_item_data()
187 crocus_upload_shader(struct crocus_context *ice, in crocus_upload_shader()
246 struct crocus_context *ice = blorp->driver_ctx; in crocus_blorp_lookup_shader() local
268 struct crocus_context *ice = blorp->driver_ctx; in crocus_blorp_upload_shader() local
287 crocus_init_program_cache(struct crocus_context *ice) in crocus_init_program_cache()
301 crocus_destroy_program_cache(struct crocus_context *ice) in crocus_destroy_program_cache()
336 crocus_print_program_cache(struct crocus_context *ice) in crocus_print_program_cache()
Dcrocus_program.c67 crocus_get_texture_swizzle(const struct crocus_context *ice, in crocus_get_texture_swizzle()
146 crocus_populate_sampler_prog_key_data(struct crocus_context *ice, in crocus_populate_sampler_prog_key_data()
1067 crocus_debug_recompile(struct crocus_context *ice, in crocus_debug_recompile()
1094 last_vue_stage(struct crocus_context *ice) in last_vue_stage()
1106 crocus_vs_outputs_written(struct crocus_context *ice, in crocus_vs_outputs_written()
1175 crocus_compile_vs(struct crocus_context *ice, in crocus_compile_vs()
1282 crocus_update_compiled_vs(struct crocus_context *ice) in crocus_update_compiled_vs()
1346 crocus_get_shader_info(const struct crocus_context *ice, gl_shader_stage stage) in crocus_get_shader_info()
1370 get_unified_tess_slots(const struct crocus_context *ice, in get_unified_tess_slots()
1392 crocus_compile_tcs(struct crocus_context *ice, in crocus_compile_tcs()
[all …]
Dcrocus_resolve.c51 disable_rb_aux_buffer(struct crocus_context *ice, in disable_rb_aux_buffer()
88 resolve_sampler_views(struct crocus_context *ice, in resolve_sampler_views()
129 resolve_image_views(struct crocus_context *ice, in resolve_image_views()
197 crocus_predraw_resolve_inputs(struct crocus_context *ice, in crocus_predraw_resolve_inputs()
218 crocus_predraw_resolve_framebuffer(struct crocus_context *ice, in crocus_predraw_resolve_framebuffer()
316 crocus_postdraw_update_resolve_tracking(struct crocus_context *ice, in crocus_postdraw_update_resolve_tracking()
525 crocus_resolve_color(struct crocus_context *ice, in crocus_resolve_color()
568 crocus_mcs_partial_resolve(struct crocus_context *ice, in crocus_mcs_partial_resolve()
603 crocus_hiz_exec(struct crocus_context *ice, in crocus_hiz_exec()
820 crocus_resource_prepare_access(struct crocus_context *ice, in crocus_resource_prepare_access()
[all …]
Dcrocus_monitor.c141 struct crocus_context *ice = c; in crocus_monitor_emit_mi_report_perf_count() local
150 struct crocus_context *ice = c; in crocus_monitor_batchbuffer_flush() local
302 crocus_init_monitor_ctx(struct crocus_context *ice) in crocus_init_monitor_ctx()
325 crocus_create_monitor_object(struct crocus_context *ice, in crocus_create_monitor_object()
395 struct crocus_context *ice = (struct crocus_context *)ctx; in crocus_destroy_monitor_object() local
409 struct crocus_context *ice = (void *) ctx; in crocus_begin_monitor() local
419 struct crocus_context *ice = (void *) ctx; in crocus_end_monitor() local
432 struct crocus_context *ice = (void *) ctx; in crocus_get_monitor_result() local
Dcrocus_context.c45 struct crocus_context *ice = (struct crocus_context *)ctx; in crocus_set_debug_callback() local
54 crocus_init_identifier_bo(struct crocus_context *ice) in crocus_init_identifier_bo()
86 struct crocus_context *ice = batch->ice; in crocus_lost_context_state() local
105 struct crocus_context *ice = (struct crocus_context *)ctx; in crocus_get_device_reset_status() local
140 struct crocus_context *ice = (struct crocus_context *)ctx; in crocus_set_device_reset_callback() local
189 struct crocus_context *ice = (struct crocus_context *)ctx; in crocus_destroy_context() local
249 struct crocus_context *ice = rzalloc(NULL, struct crocus_context); in crocus_create_context() local
332 crocus_sw_check_cond_render(struct crocus_context *ice) in crocus_sw_check_cond_render()
Dcrocus_query.c152 mark_available(struct crocus_context *ice, struct crocus_query *q) in mark_available()
190 write_value(struct crocus_context *ice, struct crocus_query *q, unsigned offset) in write_value()
274 write_overflow_values(struct crocus_context *ice, struct crocus_query *q, bool end) in write_overflow_values()
492 struct crocus_context *ice = (void *) ctx; in crocus_create_batch_query() local
526 struct crocus_context *ice = (void *) ctx; in crocus_begin_query() local
584 struct crocus_context *ice = (void *) ctx; in crocus_end_query() local
637 crocus_check_query_no_flush(struct crocus_context *ice, struct crocus_query *q) in crocus_check_query_no_flush()
653 struct crocus_context *ice = (void *) ctx; in crocus_get_query_result() local
708 struct crocus_context *ice = (void *) ctx; in crocus_get_query_result_resource() local
786 struct crocus_context *ice = (void *) ctx; in crocus_set_active_query_state() local
[all …]
Dcrocus_clear.c41 crocus_is_color_fast_clear_compatible(struct crocus_context *ice, in crocus_is_color_fast_clear_compatible()
65 can_fast_clear_color(struct crocus_context *ice, in can_fast_clear_color()
120 convert_fast_clear_color(struct crocus_context *ice, in convert_fast_clear_color()
198 fast_clear_color(struct crocus_context *ice, in fast_clear_color()
326 clear_color(struct crocus_context *ice, in clear_color()
395 can_fast_clear_depth(struct crocus_context *ice, in can_fast_clear_depth()
451 fast_clear_depth(struct crocus_context *ice, in fast_clear_depth()
539 clear_depth_stencil(struct crocus_context *ice, in clear_depth_stencil()
646 struct crocus_context *ice = (void *) ctx; in crocus_clear() local
714 struct crocus_context *ice = (void *) ctx; in crocus_clear_texture() local
[all …]
Dcrocus_state.c684 static bool check_urb_layout(struct crocus_context *ice) in check_urb_layout()
702 struct crocus_context *ice = batch->ice; in crocus_calculate_urb_fence() local
827 struct crocus_context *ice = batch->ice; in calculate_curbe_offsets() local
911 upload_shader_consts(struct crocus_context *ice, in upload_shader_consts()
965 struct crocus_context *ice = batch->ice; in gen4_upload_curbe() local
1452 struct crocus_context *ice = (struct crocus_context *) ctx; in crocus_set_blend_color() local
1506 can_emit_logic_op(struct crocus_context *ice) in can_emit_logic_op()
1524 struct crocus_context *ice = batch->ice; in set_blend_entry_bits() local
1661 struct crocus_context *ice = (struct crocus_context *) ctx; in crocus_bind_blend_state() local
1748 struct crocus_context *ice = (struct crocus_context *) ctx; in crocus_bind_zsa_state() local
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/webrtc/
Dicetransport.c68 gst_webrtc_ice_transport_connection_state_change (GstWebRTCICETransport * ice, in gst_webrtc_ice_transport_connection_state_change()
78 gst_webrtc_ice_transport_gathering_state_change (GstWebRTCICETransport * ice, in gst_webrtc_ice_transport_gathering_state_change()
88 gst_webrtc_ice_transport_selected_pair_change (GstWebRTCICETransport * ice) in gst_webrtc_ice_transport_selected_pair_change()
96 gst_webrtc_ice_transport_new_candidate (GstWebRTCICETransport * ice, in gst_webrtc_ice_transport_new_candidate()

123