Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/program/
Darbprogparse.c95 program->arb.NumAttributes = prog.arb.NumAttributes; in _mesa_parse_arb_fragment_program()
188 program->arb.NumAttributes = prog.arb.NumAttributes; in _mesa_parse_arb_vertex_program()
Dprog_print.c870 fprintf(f, "NumAttributes=%d\n", prog->arb.NumAttributes); in _mesa_fprint_program_parameters()
Dprogram_parse.y2633 state->prog->arb.NumAttributes =
2643 state->prog->arb.NumNativeAttributes = state->prog->arb.NumAttributes;
/third_party/mesa3d/src/mesa/main/
Dshader_types.h673 GLuint NumAttributes; member
Darbprogram.c928 *params = prog->arb.NumAttributes; in get_program_iv()
Dffvertex_prog.c1731 p.program->arb.NumAttributes = p.program->arb.NumAddressRegs = 0; in create_new_program()