Lines Matching defs:sctx
228 struct si_context *sctx = (struct si_context *)ctx; in si_create_compute_state() local
290 struct si_context *sctx = (struct si_context *)ctx; in si_bind_compute_state() local
331 struct si_context *sctx = (struct si_context *)ctx; in si_set_global_binding() local
367 void si_emit_initial_compute_regs(struct si_context *sctx, struct radeon_cmdbuf *cs) in si_emit_initial_compute_regs()
441 static bool si_setup_compute_scratch_buffer(struct si_context *sctx, struct si_shader *shader, in si_setup_compute_scratch_buffer()
475 static bool si_switch_compute_shader(struct si_context *sctx, struct si_compute *program, in si_switch_compute_shader()
568 static void setup_scratch_rsrc_user_sgprs(struct si_context *sctx, in setup_scratch_rsrc_user_sgprs()
606 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()
688 static bool si_upload_compute_input(struct si_context *sctx, const amd_kernel_code_t *code_object, in si_upload_compute_input()
722 static void si_setup_nir_user_data(struct si_context *sctx, const struct pipe_grid_info *info) in si_setup_nir_user_data()
765 static void si_emit_dispatch_packets(struct si_context *sctx, const struct pipe_grid_info *info) in si_emit_dispatch_packets()
852 static bool si_check_needs_implicit_sync(struct si_context *sctx) in si_check_needs_implicit_sync()
897 struct si_context *sctx = (struct si_context *)ctx; in si_launch_grid() local
1046 struct si_context *sctx = (struct si_context *)ctx; in si_delete_compute_state() local
1065 void si_init_compute_functions(struct si_context *sctx) in si_init_compute_functions()