Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprog_print.c414 case PROG_PRINT_NV: in reg_string()
830 if (mode == PROG_PRINT_NV) { in _mesa_fprint_instruction_opt()
846 if (mode == PROG_PRINT_NV) { in _mesa_fprint_instruction_opt()
935 else if (mode == PROG_PRINT_NV) in _mesa_fprint_program_opt()
944 else if (mode == PROG_PRINT_NV) in _mesa_fprint_program_opt()
Dprog_print.h45 PROG_PRINT_NV, enumerator
Dnvvertparse.c1404 _mesa_fprint_program_opt(stdout, &program->Base, PROG_PRINT_NV, 0); in _mesa_parse_nv_vertex_program()
Dnvfragparse.c1577 _mesa_fprint_program_opt(stdout, &program->Base, PROG_PRINT_NV, 0); in _mesa_parse_nv_fragment_program()