Lines Matching defs:sctx
224 struct si_context *sctx = (struct si_context *)ctx; in si_create_compute_state() local
286 struct si_context *sctx = (struct si_context *)ctx; in si_bind_compute_state() local
312 struct si_context *sctx = (struct si_context *)ctx; in si_set_global_binding() local
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()
724 static void si_emit_dispatch_packets(struct si_context *sctx, const struct pipe_grid_info *info) in si_emit_dispatch_packets()
800 struct si_context *sctx = (struct si_context *)ctx; in si_launch_grid() local
940 struct si_context *sctx = (struct si_context *)ctx; in si_delete_compute_state() local
959 void si_init_compute_functions(struct si_context *sctx) in si_init_compute_functions()