| H A D | u_threaded_context.c | 70 typedef uint16_t (*tc_execute)(struct pipe_context *pipe, void *call, uint64_t *last); 110 struct tc_call_base *call = ptr; local in function:to_call_check 111 tc_assert(call->num_slots == num_slots); 205 struct tc_call_base *call = (struct tc_call_base *)iter; local in function:tc_batch_execute 207 tc_assert(call->sentinel == TC_SENTINEL); 210 tc_printf("CALL: %s", tc_call_names[call->call_id]); 213 iter += execute_func[call->call_id](pipe, call, last); 304 struct tc_call_base *call = (struct tc_call_base*)&next->slots[next->num_total_slots]; local in function:tc_add_sized_call 308 call 781 tc_call_destroy_query(struct pipe_context * pipe,void * call,uint64_t * last) argument 802 tc_call_begin_query(struct pipe_context * pipe,void * call,uint64_t * last) argument 824 tc_call_end_query(struct pipe_context * pipe,void * call,uint64_t * last) argument 841 struct tc_end_query_call *call = local in function:tc_end_query 893 tc_call_get_query_result_resource(struct pipe_context * pipe,void * call,uint64_t * last) argument 931 tc_call_render_condition(struct pipe_context * pipe,void * call,uint64_t * last) argument 1008 tc_call_bind_sampler_states(struct pipe_context * pipe,void * call,uint64_t * last) argument 1045 tc_call_set_framebuffer_state(struct pipe_context * pipe,void * call,uint64_t * last) argument 1087 tc_call_set_tess_state(struct pipe_context * pipe,void * call,uint64_t * last) argument 1113 tc_call_set_patch_vertices(struct pipe_context * pipe,void * call,uint64_t * last) argument 1142 tc_call_set_constant_buffer(struct pipe_context * pipe,void * call,uint64_t * last) argument 1221 tc_call_set_inlinable_constants(struct pipe_context * pipe,void * call,uint64_t * last) argument 1250 tc_call_set_sample_locations(struct pipe_context * pipe,void * call,uint64_t * last) argument 1277 tc_call_set_scissor_states(struct pipe_context * pipe,void * call,uint64_t * last) argument 1306 tc_call_set_viewport_states(struct pipe_context * pipe,void * call,uint64_t * last) argument 1339 tc_call_set_window_rectangles(struct pipe_context * pipe,void * call,uint64_t * last) argument 1368 tc_call_set_sampler_views(struct pipe_context * pipe,void * call,uint64_t * last) argument 1446 tc_call_set_shader_images(struct pipe_context * pipe,void * call,uint64_t * last) argument 1537 tc_call_set_shader_buffers(struct pipe_context * pipe,void * call,uint64_t * last) argument 1619 tc_call_set_vertex_buffers(struct pipe_context * pipe,void * call,uint64_t * last) argument 1713 tc_call_set_stream_output_targets(struct pipe_context * pipe,void * call,uint64_t * last) argument 1880 tc_call_make_texture_handle_resident(struct pipe_context * pipe,void * call,uint64_t * last) argument 1921 tc_call_make_image_handle_resident(struct pipe_context * pipe,void * call,uint64_t * last) argument 1960 tc_call_replace_buffer_storage(struct pipe_context * pipe,void * call,uint64_t * last) argument 2244 tc_call_transfer_flush_region(struct pipe_context * pipe,void * call,uint64_t * last) argument 2336 tc_call_buffer_unmap(struct pipe_context * pipe,void * call,uint64_t * last) argument 2416 tc_call_texture_unmap(struct pipe_context * pipe,void * call,uint64_t * last) argument 2451 tc_call_buffer_subdata(struct pipe_context * pipe,void * call,uint64_t * last) argument 2527 tc_call_texture_subdata(struct pipe_context * pipe,void * call,uint64_t * last) argument 2640 tc_call_emit_string_marker(struct pipe_context * pipe,void * call,uint64_t * last) argument 2726 tc_call_fence_server_sync(struct pipe_context * pipe,void * call,uint64_t * last) argument 2741 struct tc_fence_call *call = tc_add_call(tc, TC_CALL_fence_server_sync, local in function:tc_fence_server_sync 2749 tc_call_fence_server_signal(struct pipe_context * pipe,void * call,uint64_t * last) argument 2764 struct tc_fence_call *call = tc_add_call(tc, TC_CALL_fence_server_signal, local in function:tc_fence_server_signal 2794 tc_call_set_context_param(struct pipe_context * pipe,void * call,uint64_t * last) argument 2827 struct tc_context_param *call = local in function:tc_set_context_param 2863 tc_call_flush(struct pipe_context * pipe,void * call,uint64_t * last) argument 2938 tc_call_draw_single_drawid(struct pipe_context * pipe,void * call,uint64_t * last) argument 3008 tc_call_draw_single(struct pipe_context * pipe,void * call,uint64_t * last_ptr) argument 3083 tc_call_draw_indirect(struct pipe_context * pipe,void * call,uint64_t * last) argument 3108 tc_call_draw_multi(struct pipe_context * pipe,void * call,uint64_t * last) argument 3370 tc_call_draw_vstate_single(struct pipe_context * pipe,void * call,uint64_t * last_ptr) argument 3420 tc_call_draw_vstate_multi(struct pipe_context * pipe,void * call,uint64_t * last) argument 3510 tc_call_launch_grid(struct pipe_context * pipe,void * call,uint64_t * last) argument 3539 tc_call_resource_copy_region(struct pipe_context * pipe,void * call,uint64_t * last) argument 3589 tc_call_blit(struct pipe_context * pipe,void * call,uint64_t * last) argument 3621 tc_call_generate_mipmap(struct pipe_context * pipe,void * call,uint64_t * last) argument 3676 tc_call_flush_resource(struct pipe_context * pipe,void * call,uint64_t * last) argument 3689 struct tc_resource_call *call = tc_add_call(tc, TC_CALL_flush_resource, local in function:tc_flush_resource 3696 tc_call_invalidate_resource(struct pipe_context * pipe,void * call,uint64_t * last) argument 3716 struct tc_resource_call *call = tc_add_call(tc, TC_CALL_invalidate_resource, local in function:tc_invalidate_resource 3732 tc_call_clear(struct pipe_context * pipe,void * call,uint64_t * last) argument 3769 tc_call_clear_render_target(struct pipe_context * pipe,void * call,uint64_t * last) argument 3815 tc_call_clear_depth_stencil(struct pipe_context * pipe,void * call,uint64_t * last) argument 3857 tc_call_clear_buffer(struct pipe_context * pipe,void * call,uint64_t * last) argument 3896 tc_call_clear_texture(struct pipe_context * pipe,void * call,uint64_t * last) argument 3929 tc_call_resource_commit(struct pipe_context * pipe,void * call,uint64_t * last) argument 4007 tc_call_begin_intel_perf_query(struct pipe_context * pipe,void * call,uint64_t * last) argument 4025 tc_call_end_intel_perf_query(struct pipe_context * pipe,void * call,uint64_t * last) argument 4094 tc_call_callback(UNUSED struct pipe_context * pipe,void * call,uint64_t * last) argument [all...] |