Searched refs:tgsi_dump_to_file (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_dump.h51 tgsi_dump_to_file(const struct tgsi_token *tokens, uint flags, FILE *file);
H A Dtgsi_dump.c744 tgsi_dump_to_file(const struct tgsi_token *tokens, uint flags, FILE *file) function in typeref:typename:void
760 tgsi_dump_to_file(tokens, flags, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_dump.h51 tgsi_dump_to_file(const struct tgsi_token *tokens, uint flags, FILE *file);
H A Dtgsi_dump.c728 tgsi_dump_to_file(const struct tgsi_token *tokens, uint flags, FILE *file) function in typeref:typename:void
744 tgsi_dump_to_file(tokens, flags, NULL);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_dump_state.c481 tgsi_dump_to_file(state->tokens, 0, stream);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_dump_state.c481 tgsi_dump_to_file(state->tokens, 0, stream);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_compiler.c416 tgsi_dump_to_file(tokens, 0, stderr);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c297 tgsi_dump_to_file(sel->tokens, 0, f);

Completed in 22 milliseconds