X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fshader%2Fprog_print.h;h=3cdb1b195e05dd7c587f8fa0c34f2c82e64528f6;hb=b9be69b85e8955fa9f773a65e7c3de5c4bb6e507;hp=9c7607f9d58860c3bd119c107a1115ef40c06905;hpb=d23dd812ad597ddbe82be5f95708ece9ad63a2fa;p=mesa.git diff --git a/src/mesa/shader/prog_print.h b/src/mesa/shader/prog_print.h index 9c7607f9d58..3cdb1b195e0 100644 --- a/src/mesa/shader/prog_print.h +++ b/src/mesa/shader/prog_print.h @@ -37,9 +37,15 @@ typedef enum { } gl_prog_print_mode; +extern const char * +_mesa_condcode_string(GLuint condcode); + extern const char * _mesa_swizzle_string(GLuint swizzle, GLuint negateBase, GLboolean extended); +extern void +_mesa_print_swizzle(GLuint swizzle); + extern void _mesa_print_alu_instruction(const struct prog_instruction *inst, const char *opcode_string, GLuint numRegs);