Home
last modified time | relevance | path

Searched refs:display_shader (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/intel/tools/
Daubinator_viewer.h65 void (*display_shader)(void *user_data, const char *shader_desc, uint64_t address); member
Daubinator_viewer_decoder.cpp155 if (ImGui::Button(type) && ctx->display_shader) in ctx_disassemble_program()
156 ctx->display_shader(ctx->user_data, type, addr); in ctx_disassemble_program()
Daubinator_viewer.cpp824 window->decode_ctx.display_shader = batch_display_shader; in new_batch_window()