Searched refs:NumNativeInstructions (Results 1 - 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/program/
H A Darbprogparse.c99 program->arb.NumNativeInstructions = prog.arb.NumNativeInstructions;
197 program->arb.NumNativeInstructions = prog.arb.NumNativeInstructions;
H A Dprogram_parse.y2600 state->prog->arb.NumNativeInstructions = state->prog->arb.NumInstructions;
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc.h82 uint NumNativeInstructions; member in struct:i915_fp_compile
H A Di915_fpc_translate.c1248 p->NumNativeInstructions = 0;
1256 p->NumNativeInstructions
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c465 mesa_vp->arb.NumNativeInstructions = 0;
1086 mesa_vp->arb.NumNativeInstructions = 129;
1098 mesa_vp->arb.NumNativeInstructions = (o_inst - vp->instr);
1130 ((vp->mesa_program.arb.NumNativeInstructions - 1) << R200_PVS_CNTL_1_PROGRAM_END_SHIFT) |
1147 GLuint count = vp->mesa_program.arb.NumNativeInstructions;
H A Dr200_state_init.c274 VP_CHECK( tcl_vp_size_add4, ctx->VertexProgram.Current->arb.NumNativeInstructions > 64, 4 )
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_program.c520 p->FragProg.arb.NumNativeInstructions = 0;
526 p->FragProg.arb.NumNativeInstructions = (p->nr_alu_insn +
/external/mesa3d/src/mesa/main/
H A Darbprogram.c686 *params = prog->arb.NumNativeInstructions;
H A Dmtypes.h2053 GLuint NumNativeInstructions; member in struct:gl_program::__anon17240::__anon17244

Completed in 262 milliseconds