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 D | tgsi_dump.h | 51 tgsi_dump_to_file(const struct tgsi_token *tokens, uint flags, FILE *file);
|
| H A D | tgsi_dump.c | 744 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 D | tgsi_dump.h | 51 tgsi_dump_to_file(const struct tgsi_token *tokens, uint flags, FILE *file);
|
| H A D | tgsi_dump.c | 728 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 D | u_dump_state.c | 481 tgsi_dump_to_file(state->tokens, 0, stream);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_dump_state.c | 481 tgsi_dump_to_file(state->tokens, 0, stream);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_compiler.c | 416 tgsi_dump_to_file(tokens, 0, stderr);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.c | 297 tgsi_dump_to_file(sel->tokens, 0, f);
|
Completed in 22 milliseconds