Searched refs:NumNativeInstructions (Results 1 – 9 of 9) sorted by relevance
100 program->arb.NumNativeInstructions = prog.arb.NumNativeInstructions; in _mesa_parse_arb_fragment_program()195 program->arb.NumNativeInstructions = prog.arb.NumNativeInstructions; in _mesa_parse_arb_vertex_program()
2623 state->prog->arb.NumNativeInstructions = state->prog->arb.NumInstructions;
469 mesa_vp->arb.NumNativeInstructions = 0; in r200_translate_vertex_program()1085 mesa_vp->arb.NumNativeInstructions = 129; in r200_translate_vertex_program()1097 mesa_vp->arb.NumNativeInstructions = (o_inst - vp->instr); in r200_translate_vertex_program()1129 ((vp->mesa_program.arb.NumNativeInstructions - 1) << R200_PVS_CNTL_1_PROGRAM_END_SHIFT) | in r200SetupVertexProg()1146 GLuint count = vp->mesa_program.arb.NumNativeInstructions; in r200SetupVertexProg()
276 VP_CHECK( tcl_vp_size_add4, ctx->VertexProgram.Current->arb.NumNativeInstructions > 64, 4 )
82 uint NumNativeInstructions; member
1131 p->NumNativeInstructions = 0; in i915_fini_compile()1139 p->NumNativeInstructions in i915_fini_compile()
520 p->FragProg.arb.NumNativeInstructions = 0; in i915_fini_program()526 p->FragProg.arb.NumNativeInstructions = (p->nr_alu_insn + in i915_fini_program()
891 *params = prog->arb.NumNativeInstructions; in get_program_iv()
2256 GLuint NumNativeInstructions; member