Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprog_print.c373 case PROG_PRINT_DEBUG: in reg_string()
595 numRegs, PROG_PRINT_DEBUG, NULL); in _mesa_print_alu_instruction()
715 if (mode == PROG_PRINT_DEBUG) { in _mesa_fprint_instruction_opt()
733 if (mode == PROG_PRINT_DEBUG) { in _mesa_fprint_instruction_opt()
773 _mesa_fprint_instruction_opt(stderr, inst, 0, PROG_PRINT_DEBUG, NULL); in _mesa_print_instruction()
821 _mesa_fprint_program_opt(stderr, prog, PROG_PRINT_DEBUG, GL_TRUE); in _mesa_print_program()
Dprog_print.h51 PROG_PRINT_DEBUG enumerator
Dir_to_mesa.cpp2358 PROG_PRINT_DEBUG, NULL); in print_program()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vs.c199 _mesa_fprint_program_opt(stderr, &vp->program, PROG_PRINT_DEBUG, true); in brw_codegen_vs_prog()