Home
last modified time | relevance | path

Searched refs:PROG_PRINT_DEBUG (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprog_print.c358 case PROG_PRINT_DEBUG: in reg_string()
671 numRegs, PROG_PRINT_DEBUG, NULL); in _mesa_print_alu_instruction()
840 if (mode == PROG_PRINT_DEBUG) { in _mesa_fprint_instruction_opt()
865 if (mode == PROG_PRINT_DEBUG) { in _mesa_fprint_instruction_opt()
915 _mesa_fprint_instruction_opt(stderr, inst, 0, PROG_PRINT_DEBUG, NULL); in _mesa_print_instruction()
968 _mesa_fprint_program_opt(stderr, prog, PROG_PRINT_DEBUG, GL_TRUE); in _mesa_print_program()
1131 _mesa_fprint_program_opt(f, shader->Program, PROG_PRINT_DEBUG, GL_TRUE); in _mesa_write_shader_to_file()
Dprog_print.h46 PROG_PRINT_DEBUG enumerator
Dir_to_mesa.cpp2359 PROG_PRINT_DEBUG, NULL); in print_program()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_fp.c1034 _mesa_fprint_instruction_opt(stdout, insn, 0, PROG_PRINT_DEBUG, NULL); in print_insns()
1039 3, PROG_PRINT_DEBUG, NULL); in print_insns()
1059 _mesa_fprint_program_opt(stdout, &fp->program.Base, PROG_PRINT_DEBUG, in brw_wm_pass_fp()
Dbrw_vs.c235 _mesa_fprint_program_opt(stdout, &c.vp->program.Base, PROG_PRINT_DEBUG, in do_vs_prog()
Dbrw_vs_emit.c1842 _mesa_fprint_program_opt(stdout, &c->vp->program.Base, PROG_PRINT_DEBUG, in brw_old_vs_emit()