Home
last modified time | relevance | path

Searched refs:display_shader (Results 1 – 4 of 4) 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()
Dintel_hang_viewer.cpp378 m_decode_ctx.display_shader = batch_display_shader; in batch_window()
Daubinator_viewer.cpp839 window->decode_ctx.display_shader = batch_display_shader; in new_batch_window()