/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.h | 491 void si_update_ps_colorbuf0_slot(struct si_context *sctx); 492 void si_get_pipe_constant_buffer(struct si_context *sctx, uint shader, uint slot, 494 void si_get_shader_buffers(struct si_context *sctx, enum pipe_shader_type shader, uint start_slot, 496 void si_set_ring_buffer(struct si_context *sctx, uint slot, struct pipe_resource *buffer, 499 void si_init_all_descriptors(struct si_context *sctx); 500 bool si_upload_graphics_shader_descriptors(struct si_context *sctx); 501 bool si_upload_compute_shader_descriptors(struct si_context *sctx); 502 void si_release_all_descriptors(struct si_context *sctx); 503 void si_gfx_resources_add_all_to_bo_list(struct si_context *sctx); 504 void si_compute_resources_add_all_to_bo_list(struct si_context *sctx); [all …]
|
D | si_query.h | 35 struct si_context; 137 void (*destroy)(struct si_context *, struct si_query *); 138 bool (*begin)(struct si_context *, struct si_query *); 139 bool (*end)(struct si_context *, struct si_query *); 140 bool (*get_result)(struct si_context *, struct si_query *, bool wait, 142 void (*get_result_resource)(struct si_context *, struct si_query *, bool wait, 146 void (*suspend)(struct si_context *, struct si_query *); 147 void (*resume)(struct si_context *, struct si_query *); 173 bool (*prepare_buffer)(struct si_context *, struct si_query_buffer *); 174 void (*emit_start)(struct si_context *, struct si_query_hw *, struct si_resource *buffer, [all …]
|
D | si_pipe.h | 872 struct si_context *ctx; 897 struct si_context { struct 922 void (*emit_cache_flush)(struct si_context *ctx); argument 1288 void cik_init_sdma_functions(struct si_context *sctx); argument 1299 void si_blitter_begin(struct si_context *sctx, enum si_blitter_op op); 1300 void si_blitter_end(struct si_context *sctx); 1301 void si_init_blit_functions(struct si_context *sctx); 1302 void si_decompress_textures(struct si_context *sctx, unsigned shader_mask); 1309 void si_decompress_dcc(struct si_context *sctx, struct si_texture *tex); 1312 bool si_rings_is_buffer_referenced(struct si_context *sctx, struct pb_buffer *buf, [all …]
|
D | si_pm4.h | 33 struct si_context; 39 void (*emit)(struct si_context *ctx); 61 void si_pm4_free_state(struct si_context *sctx, struct si_pm4_state *state, unsigned idx); 63 void si_pm4_emit(struct si_context *sctx, struct si_pm4_state *state); 64 void si_pm4_reset_emitted(struct si_context *sctx, bool first_cs);
|
D | si_descriptors.c | 128 static bool si_upload_descriptors(struct si_context *sctx, struct si_descriptors *desc) in si_upload_descriptors() 183 si_add_descriptors_to_bo_list(struct si_context *sctx, struct si_descriptors *desc) in si_add_descriptors_to_bo_list() 205 static struct si_descriptors *si_sampler_and_image_descriptors(struct si_context *sctx, in si_sampler_and_image_descriptors() 220 static void si_sampler_view_add_buffer(struct si_context *sctx, struct pipe_resource *resource, in si_sampler_view_add_buffer() 248 static void si_sampler_views_begin_new_cs(struct si_context *sctx, struct si_samplers *samplers) in si_sampler_views_begin_new_cs() 262 static bool si_sampler_views_check_encrypted(struct si_context *sctx, struct si_samplers *samplers, in si_sampler_views_check_encrypted() 446 static void si_set_sampler_view_desc(struct si_context *sctx, struct si_sampler_view *sview, in si_set_sampler_view_desc() 501 static void si_set_sampler_view(struct si_context *sctx, unsigned shader, unsigned slot, in si_set_sampler_view() 563 static void si_update_shader_needs_decompress_mask(struct si_context *sctx, unsigned shader) in si_update_shader_needs_decompress_mask() 578 struct si_context *sctx = (struct si_context *)ctx; in si_set_sampler_views() [all …]
|
D | si_state_viewport.c | 31 void si_get_small_prim_cull_info(struct si_context *sctx, struct si_small_prim_cull_info *out) in si_get_small_prim_cull_info() 84 static void si_emit_cull_state(struct si_context *sctx) in si_emit_cull_state() 128 struct si_context *ctx = (struct si_context *)pctx; in si_set_scissor_states() 143 static void si_get_scissor_from_viewport(struct si_context *ctx, in si_get_scissor_from_viewport() 174 static void si_clamp_scissor(struct si_context *ctx, struct pipe_scissor_state *out, in si_clamp_scissor() 200 static void si_emit_one_scissor(struct si_context *ctx, struct radeon_cmdbuf *cs, in si_emit_one_scissor() 232 static void si_emit_guardband(struct si_context *ctx) in si_emit_guardband() 369 static void si_emit_scissors(struct si_context *ctx) in si_emit_scissors() 397 struct si_context *ctx = (struct si_context *)pctx; in si_set_viewport_states() 476 static void si_emit_one_viewport(struct si_context *ctx, struct pipe_viewport_state *state) in si_emit_one_viewport() [all …]
|
D | si_state_streamout.c | 29 static void si_set_streamout_enable(struct si_context *sctx, bool enable); 42 struct si_context *sctx = (struct si_context *)ctx; in si_create_so_target() 77 void si_streamout_buffers_dirty(struct si_context *sctx) in si_streamout_buffers_dirty() 90 struct si_context *sctx = (struct si_context *)ctx; in si_set_streamout_targets() 213 static void gfx10_emit_streamout_begin(struct si_context *sctx) in gfx10_emit_streamout_begin() 253 static void gfx10_emit_streamout_end(struct si_context *sctx) in gfx10_emit_streamout_end() 273 static void si_flush_vgt_streamout(struct si_context *sctx) in si_flush_vgt_streamout() 300 static void si_emit_streamout_begin(struct si_context *sctx) in si_emit_streamout_begin() 351 void si_emit_streamout_end(struct si_context *sctx) in si_emit_streamout_end() 401 static void si_emit_streamout_enable(struct si_context *sctx) in si_emit_streamout_enable() [all …]
|
D | si_blit.c | 44 void si_blitter_begin(struct si_context *sctx, enum si_blitter_op op) in si_blitter_begin() 85 void si_blitter_end(struct si_context *sctx) in si_blitter_end() 107 static unsigned si_blit_dbcb_copy(struct si_context *sctx, struct si_texture *src, in si_blit_dbcb_copy() 179 static void si_blit_decompress_zs_planes_in_place(struct si_context *sctx, in si_blit_decompress_zs_planes_in_place() 246 static void si_blit_decompress_zs_in_place(struct si_context *sctx, struct si_texture *texture, in si_blit_decompress_zs_in_place() 272 static void si_decompress_depth(struct si_context *sctx, struct si_texture *tex, in si_decompress_depth() 387 static void si_decompress_sampler_depth_textures(struct si_context *sctx, in si_decompress_sampler_depth_textures() 413 static void si_blit_decompress_color(struct si_context *sctx, struct si_texture *tex, in si_blit_decompress_color() 503 static void si_decompress_color_texture(struct si_context *sctx, struct si_texture *tex, in si_decompress_color_texture() 517 static void si_decompress_sampler_color_textures(struct si_context *sctx, in si_decompress_sampler_color_textures() [all …]
|
D | si_fence.c | 48 struct si_context *ctx; 68 void si_cp_release_mem(struct si_context *ctx, struct radeon_cmdbuf *cs, unsigned event, in si_cp_release_mem() 155 void si_cp_wait_mem(struct si_context *ctx, struct radeon_cmdbuf *cs, uint64_t va, uint32_t ref, in si_cp_wait_mem() 167 static void si_add_fence_dependency(struct si_context *sctx, struct pipe_fence_handle *fence) in si_add_fence_dependency() 176 static void si_add_syncobj_signal(struct si_context *sctx, struct pipe_fence_handle *fence) in si_add_syncobj_signal() 234 static void si_fine_fence_set(struct si_context *ctx, struct si_fine_fence *fine, unsigned flags) in si_fine_fence_set() 269 struct si_context *sctx; in si_fence_finish() 273 sctx = (struct si_context *)(ctx ? ctx : NULL); in si_fence_finish() 465 struct si_context *sctx = (struct si_context *)ctx; in si_flush_from_st() 554 struct si_context *sctx = (struct si_context *)ctx; in si_fence_server_signal() [all …]
|
D | si_cp_dma.c | 42 static inline unsigned cp_dma_max_byte_count(struct si_context *sctx) in cp_dma_max_byte_count() 55 static void si_emit_cp_dma(struct si_context *sctx, struct radeon_cmdbuf *cs, uint64_t dst_va, in si_emit_cp_dma() 135 void si_cp_dma_wait_for_idle(struct si_context *sctx) in si_cp_dma_wait_for_idle() 146 static void si_cp_dma_prepare(struct si_context *sctx, struct pipe_resource *dst, in si_cp_dma_prepare() 200 void si_cp_dma_clear_buffer(struct si_context *sctx, struct radeon_cmdbuf *cs, in si_cp_dma_clear_buffer() 253 static void si_cp_dma_realign_engine(struct si_context *sctx, unsigned size, unsigned user_flags, in si_cp_dma_realign_engine() 290 void si_cp_dma_copy_buffer(struct si_context *sctx, struct pipe_resource *dst, in si_cp_dma_copy_buffer() 402 void cik_prefetch_TC_L2_async(struct si_context *sctx, struct pipe_resource *buf, uint64_t offset, in cik_prefetch_TC_L2_async() 411 static void cik_prefetch_shader_async(struct si_context *sctx, struct si_pm4_state *state) in cik_prefetch_shader_async() 418 static void cik_prefetch_VBO_descriptors(struct si_context *sctx) in cik_prefetch_VBO_descriptors() [all …]
|
D | si_query.c | 60 static void si_query_sw_destroy(struct si_context *sctx, struct si_query *squery) in si_query_sw_destroy() 116 static int64_t si_finish_dma_get_cpu_time(struct si_context *sctx) in si_finish_dma_get_cpu_time() 129 static bool si_query_sw_begin(struct si_context *sctx, struct si_query *squery) in si_query_sw_begin() 309 static bool si_query_sw_end(struct si_context *sctx, struct si_query *squery) in si_query_sw_end() 492 static bool si_query_sw_get_result(struct si_context *sctx, struct si_query *squery, bool wait, in si_query_sw_get_result() 593 void si_query_buffer_reset(struct si_context *sctx, struct si_query_buffer *buffer) in si_query_buffer_reset() 618 bool si_query_buffer_alloc(struct si_context *sctx, struct si_query_buffer *buffer, in si_query_buffer_alloc() 619 bool (*prepare_buffer)(struct si_context *, struct si_query_buffer *), in si_query_buffer_alloc() argument 655 void si_query_hw_destroy(struct si_context *sctx, struct si_query *squery) in si_query_hw_destroy() 664 static bool si_query_hw_prepare_buffer(struct si_context *sctx, struct si_query_buffer *qbuf) in si_query_hw_prepare_buffer() [all …]
|
D | si_buffer.c | 33 bool si_rings_is_buffer_referenced(struct si_context *sctx, struct pb_buffer *buf, in si_rings_is_buffer_referenced() 46 void *si_buffer_map_sync_with_rings(struct si_context *sctx, struct si_resource *resource, in si_buffer_map_sync_with_rings() 276 static bool si_invalidate_buffer(struct si_context *sctx, struct si_resource *buf) in si_invalidate_buffer() 309 struct si_context *sctx = (struct si_context *)ctx; in si_replace_buffer_storage() 331 struct si_context *sctx = (struct si_context *)ctx; in si_invalidate_resource() 344 struct si_context *sctx = (struct si_context *)ctx; in si_buffer_get_transfer() 372 struct si_context *sctx = (struct si_context *)ctx; in si_buffer_transfer_map() 521 struct si_context *sctx = (struct si_context *)ctx; in si_buffer_do_flush_region() 591 struct si_context *sctx = (struct si_context *)ctx; in si_buffer_transfer_unmap() 781 struct si_context *ctx = (struct si_context *)pctx; in si_resource_commit() [all …]
|
D | si_debug.c | 38 static void si_dump_bo_list(struct si_context *sctx, const struct radeon_saved_cs *saved, FILE *f); 133 struct si_context *ctx; 161 static void si_dump_gfx_shader(struct si_context *ctx, const struct si_shader_ctx_state *state, in si_dump_gfx_shader() 176 static void si_dump_compute_shader(struct si_context *ctx, struct u_log_context *log) in si_dump_compute_shader() 294 static void si_dump_mmapped_reg(struct si_context *sctx, FILE *f, unsigned offset) in si_dump_mmapped_reg() 303 static void si_dump_debug_registers(struct si_context *sctx, FILE *f) in si_dump_debug_registers() 343 struct si_context *ctx; 396 struct si_context *ctx = chunk->ctx; in si_log_chunk_type_cs_print() 459 static void si_log_cs(struct si_context *ctx, struct u_log_context *log, bool dump_bo_list) in si_log_cs() 493 struct si_context *ctx = (struct si_context *)data; in si_auto_log_cs() [all …]
|
D | si_pipe.c | 174 struct si_context *sctx = (struct si_context *)context; in si_destroy_context() 333 struct si_context *sctx = (struct si_context *)ctx; in si_get_reset_status() 348 struct u_log_context *aux_log = ((struct si_context *)sscreen->aux_context)->log; in si_get_reset_status() 364 struct si_context *sctx = (struct si_context *)ctx; in si_set_device_reset_callback() 382 struct si_context *sctx = (struct si_context *)ctx; in si_emit_string_marker() 392 struct si_context *sctx = (struct si_context *)ctx; in si_set_debug_callback() 406 struct si_context *sctx = (struct si_context *)ctx; in si_set_log_context() 416 struct radeon_winsys *ws = ((struct si_context *)ctx)->ws; in si_set_context_param() 428 struct si_context *sctx = (struct si_context *)ctx; in si_set_frontend_noop() 443 struct si_context *sctx = CALLOC_STRUCT(si_context); in si_create_context() [all …]
|
D | gfx10_query.c | 80 static void emit_shader_query(struct si_context *sctx) in emit_shader_query() 89 static void gfx10_release_query_buffers(struct si_context *sctx, in gfx10_release_query_buffers() 115 static bool gfx10_alloc_query_buffer(struct si_context *sctx) in gfx10_alloc_query_buffer() 185 static void gfx10_sh_query_destroy(struct si_context *sctx, struct si_query *rquery) in gfx10_sh_query_destroy() 192 static bool gfx10_sh_query_begin(struct si_context *sctx, struct si_query *rquery) in gfx10_sh_query_begin() 211 static bool gfx10_sh_query_end(struct si_context *sctx, struct si_query *rquery) in gfx10_sh_query_end() 282 static bool gfx10_sh_query_get_result(struct si_context *sctx, struct si_query *rquery, bool wait, in gfx10_sh_query_get_result() 327 static void gfx10_sh_query_get_result_resource(struct si_context *sctx, struct si_query *rquery, in gfx10_sh_query_get_result_resource() 491 void gfx10_init_query(struct si_context *sctx) in gfx10_init_query() 497 void gfx10_destroy_query(struct si_context *sctx) in gfx10_destroy_query()
|
D | si_dma_cs.c | 28 static void si_dma_emit_wait_idle(struct si_context *sctx) in si_dma_emit_wait_idle() 39 void si_dma_emit_timestamp(struct si_context *sctx, struct si_resource *dst, uint64_t offset) in si_dma_emit_timestamp() 65 void si_sdma_clear_buffer(struct si_context *sctx, struct pipe_resource *dst, uint64_t offset, in si_sdma_clear_buffer() 128 void si_sdma_copy_buffer(struct si_context *sctx, struct pipe_resource *dst, in si_sdma_copy_buffer() 213 void si_need_dma_space(struct si_context *ctx, unsigned num_dw, struct si_resource *dst, in si_need_dma_space() 287 void si_flush_dma_cs(struct si_context *ctx, unsigned flags, struct pipe_fence_handle **fence) in si_flush_dma_cs() 324 struct si_context *ctx = (struct si_context *)sscreen->aux_context; in si_screen_clear_buffer()
|
D | si_compute.c | 224 struct si_context *sctx = (struct si_context *)ctx; in si_create_compute_state() 286 struct si_context *sctx = (struct si_context *)ctx; in si_bind_compute_state() 312 struct si_context *sctx = (struct si_context *)ctx; in si_set_global_binding() 348 void si_emit_initial_compute_regs(struct si_context *sctx, struct radeon_cmdbuf *cs) in si_emit_initial_compute_regs() 409 static bool si_setup_compute_scratch_buffer(struct si_context *sctx, struct si_shader *shader, in si_setup_compute_scratch_buffer() 443 static bool si_switch_compute_shader(struct si_context *sctx, struct si_compute *program, in si_switch_compute_shader() 536 static void setup_scratch_rsrc_user_sgprs(struct si_context *sctx, in setup_scratch_rsrc_user_sgprs() 572 static void si_setup_user_sgprs_co_v2(struct si_context *sctx, const amd_kernel_code_t *code_object, in si_setup_user_sgprs_co_v2() 651 static bool si_upload_compute_input(struct si_context *sctx, const amd_kernel_code_t *code_object, in si_upload_compute_input() 685 static void si_setup_nir_user_data(struct si_context *sctx, const struct pipe_grid_info *info) in si_setup_nir_user_data() [all …]
|
D | si_state.c | 69 static void si_emit_cb_render_state(struct si_context *sctx) in si_emit_cb_render_state() 433 struct si_context *sctx = (struct si_context *)ctx; in si_create_blend_state_mode() 631 struct si_context *sctx = (struct si_context *)ctx; in si_bind_blend_state() 670 struct si_context *sctx = (struct si_context *)ctx; in si_delete_blend_state() 680 struct si_context *sctx = (struct si_context *)ctx; in si_set_blend_color() 688 static void si_emit_blend_color(struct si_context *sctx) in si_emit_blend_color() 702 struct si_context *sctx = (struct si_context *)ctx; in si_set_clip_state() 721 static void si_emit_clip_state(struct si_context *sctx) in si_emit_clip_state() 729 static void si_emit_clip_regs(struct si_context *sctx) in si_emit_clip_regs() 776 static void si_update_poly_offset_state(struct si_context *sctx) in si_update_poly_offset_state() [all …]
|
D | si_compute_blit.c | 33 static enum si_cache_policy get_cache_policy(struct si_context *sctx, enum si_coherency coher, in get_cache_policy() 45 unsigned si_get_flush_flags(struct si_context *sctx, enum si_coherency coher, in si_get_flush_flags() 67 static void si_launch_grid_internal(struct si_context *sctx, struct pipe_grid_info *info, in si_launch_grid_internal() 117 static void si_compute_clear_12bytes_buffer(struct si_context *sctx, struct pipe_resource *dst, in si_compute_clear_12bytes_buffer() 179 static void si_compute_do_clear_or_copy(struct si_context *sctx, struct pipe_resource *dst, in si_compute_do_clear_or_copy() 279 void si_clear_buffer(struct si_context *sctx, struct pipe_resource *dst, uint64_t offset, in si_clear_buffer() 381 si_clear_buffer((struct si_context *)ctx, dst, offset, size, (uint32_t *)clear_value, in si_pipe_clear_buffer() 385 void si_copy_buffer(struct si_context *sctx, struct pipe_resource *dst, struct pipe_resource *src, in si_copy_buffer() 422 void si_compute_copy_image(struct si_context *sctx, struct pipe_resource *dst, unsigned dst_level, in si_compute_copy_image() 610 void si_retile_dcc(struct si_context *sctx, struct si_texture *tex) in si_retile_dcc() [all …]
|
D | si_build_pm4.h | 149 static inline void radeon_opt_set_context_reg_rmw(struct si_context *sctx, unsigned offset, in radeon_opt_set_context_reg_rmw() 168 static inline void radeon_opt_set_context_reg(struct si_context *sctx, unsigned offset, in radeon_opt_set_context_reg() 188 static inline void radeon_opt_set_context_reg2(struct si_context *sctx, unsigned offset, in radeon_opt_set_context_reg2() 210 static inline void radeon_opt_set_context_reg3(struct si_context *sctx, unsigned offset, in radeon_opt_set_context_reg3() 235 static inline void radeon_opt_set_context_reg4(struct si_context *sctx, unsigned offset, in radeon_opt_set_context_reg4() 263 static inline void radeon_opt_set_context_regn(struct si_context *sctx, unsigned offset, in radeon_opt_set_context_regn()
|
D | si_pm4.c | 97 void si_pm4_free_state(struct si_context *sctx, struct si_pm4_state *state, unsigned idx) in si_pm4_free_state() 110 void si_pm4_emit(struct si_context *sctx, struct si_pm4_state *state) in si_pm4_emit() 125 void si_pm4_reset_emitted(struct si_context *sctx, bool first_cs) in si_pm4_reset_emitted()
|
D | si_state_shaders.c | 560 static void si_emit_shader_es(struct si_context *sctx) in si_emit_shader_es() 723 static void si_emit_shader_gs(struct si_context *sctx) in si_emit_shader_gs() 920 static void gfx10_emit_ge_pc_alloc(struct si_context *sctx, unsigned value) in gfx10_emit_ge_pc_alloc() 942 static void gfx10_emit_shader_ngg_tail(struct si_context *sctx, struct si_shader *shader, in gfx10_emit_shader_ngg_tail() 980 static void gfx10_emit_shader_ngg_notess_nogs(struct si_context *sctx) in gfx10_emit_shader_ngg_notess_nogs() 991 static void gfx10_emit_shader_ngg_tess_nogs(struct si_context *sctx) in gfx10_emit_shader_ngg_tess_nogs() 1005 static void gfx10_emit_shader_ngg_notess_gs(struct si_context *sctx) in gfx10_emit_shader_ngg_notess_gs() 1019 static void gfx10_emit_shader_ngg_tess_gs(struct si_context *sctx) in gfx10_emit_shader_ngg_tess_gs() 1300 static void si_emit_shader_vs(struct si_context *sctx) in si_emit_shader_vs() 1528 static void si_emit_shader_ps(struct si_context *sctx) in si_emit_shader_ps() [all …]
|
D | si_clear.c | 216 bool vi_dcc_clear_level(struct si_context *sctx, struct si_texture *tex, unsigned level, in vi_dcc_clear_level() 373 static void si_do_fast_color_clear(struct si_context *sctx, unsigned *buffers, in si_do_fast_color_clear() 550 struct si_context *sctx = (struct si_context *)ctx; in si_clear() 689 struct si_context *sctx = (struct si_context *)ctx; in si_clear_render_target() 709 struct si_context *sctx = (struct si_context *)ctx; in si_clear_depth_stencil() 766 void si_init_clear_functions(struct si_context *sctx) in si_init_clear_functions()
|
D | si_state_draw.c | 68 static void si_emit_derived_tess_state(struct si_context *sctx, const struct pipe_draw_info *info, in si_emit_derived_tess_state() 443 static void si_init_ia_multi_vgt_param_table(struct si_context *sctx) in si_init_ia_multi_vgt_param_table() 472 static bool si_is_line_stipple_enabled(struct si_context *sctx) in si_is_line_stipple_enabled() 481 static unsigned si_get_ia_multi_vgt_param(struct si_context *sctx, in si_get_ia_multi_vgt_param() 563 static void si_emit_rasterizer_prim_state(struct si_context *sctx) in si_emit_rasterizer_prim_state() 600 static void si_emit_vs_state(struct si_context *sctx, const struct pipe_draw_info *info) in si_emit_vs_state() 641 static bool si_prim_restart_index_changed(struct si_context *sctx, bool primitive_restart, in si_prim_restart_index_changed() 649 static void si_emit_ia_multi_vgt_param(struct si_context *sctx, const struct pipe_draw_info *info, in si_emit_ia_multi_vgt_param() 679 static void gfx10_emit_ge_cntl(struct si_context *sctx, unsigned num_patches) in gfx10_emit_ge_cntl() 721 static void si_emit_draw_registers(struct si_context *sctx, const struct pipe_draw_info *info, in si_emit_draw_registers() [all …]
|
D | si_gfx_cs.c | 33 void si_need_gfx_cs_space(struct si_context *ctx, unsigned num_draws) in si_need_gfx_cs_space() 62 void si_unref_sdma_uploads(struct si_context *sctx) in si_unref_sdma_uploads() 71 void si_flush_gfx_cs(struct si_context *ctx, unsigned flags, struct pipe_fence_handle **fence) in si_flush_gfx_cs() 268 static void si_begin_gfx_cs_debug(struct si_context *ctx) in si_begin_gfx_cs_debug() 297 static void si_add_gds_to_buffer_list(struct si_context *sctx) in si_add_gds_to_buffer_list() 307 void si_allocate_gds(struct si_context *sctx) in si_allocate_gds() 326 void si_set_tracked_regs_to_clear_state(struct si_context *ctx) in si_set_tracked_regs_to_clear_state() 396 void si_begin_new_gfx_cs(struct si_context *ctx, bool first_cs) in si_begin_new_gfx_cs()
|