Searched refs:NumNativeInstructions (Results 1 – 9 of 9) sorted by relevance
100 program->arb.NumNativeInstructions = prog.arb.NumNativeInstructions; in _mesa_parse_arb_fragment_program()197 program->arb.NumNativeInstructions = prog.arb.NumNativeInstructions; in _mesa_parse_arb_vertex_program()
2615 state->prog->arb.NumNativeInstructions = state->prog->arb.NumInstructions;
465 mesa_vp->arb.NumNativeInstructions = 0; in r200_translate_vertex_program()1081 mesa_vp->arb.NumNativeInstructions = 129; in r200_translate_vertex_program()1093 mesa_vp->arb.NumNativeInstructions = (o_inst - vp->instr); in r200_translate_vertex_program()1125 ((vp->mesa_program.arb.NumNativeInstructions - 1) << R200_PVS_CNTL_1_PROGRAM_END_SHIFT) | in r200SetupVertexProg()1142 GLuint count = vp->mesa_program.arb.NumNativeInstructions; in r200SetupVertexProg()
275 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()
701 *params = prog->arb.NumNativeInstructions; in _mesa_GetProgramivARB()
2240 GLuint NumNativeInstructions; member