Searched refs:display_shader (Results 1 – 3 of 3) sorted by relevance
65 void (*display_shader)(void *user_data, const char *shader_desc, uint64_t address); member
155 if (ImGui::Button(type) && ctx->display_shader) in ctx_disassemble_program()156 ctx->display_shader(ctx->user_data, type, addr); in ctx_disassemble_program()
824 window->decode_ctx.display_shader = batch_display_shader; in new_batch_window()