• Home
  • Raw
  • Download

Lines Matching defs:sctx

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()
497 void si_log_hw_flush(struct si_context *sctx) in si_log_hw_flush()
566 static void si_dump_bo_list(struct si_context *sctx, const struct radeon_saved_cs *saved, FILE *f) in si_dump_bo_list()
615 static void si_dump_framebuffer(struct si_context *sctx, struct u_log_context *log) in si_dump_framebuffer()
780 static void si_dump_descriptors(struct si_context *sctx, gl_shader_stage stage, in si_dump_descriptors()
839 static void si_dump_gfx_descriptors(struct si_context *sctx, in si_dump_gfx_descriptors()
849 static void si_dump_compute_descriptors(struct si_context *sctx, struct u_log_context *log) in si_dump_compute_descriptors()
1010 static void si_dump_annotated_shaders(struct si_context *sctx, FILE *f) in si_dump_annotated_shaders()
1061 struct si_context *sctx = (struct si_context *)ctx; in si_dump_debug_state() local
1075 void si_log_draw_state(struct si_context *sctx, struct u_log_context *log) in si_log_draw_state()
1104 void si_log_compute_state(struct si_context *sctx, struct u_log_context *log) in si_log_compute_state()
1113 static void si_dump_dma(struct si_context *sctx, struct radeon_saved_cs *saved, FILE *f) in si_dump_dma()
1132 void si_check_vm_faults(struct si_context *sctx, struct radeon_saved_cs *saved, enum ring_type ring) in si_check_vm_faults()
1184 void si_init_debug_functions(struct si_context *sctx) in si_init_debug_functions()