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

/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Darbprogparse.c99 program->Base.NumNativeInstructions = prog.NumNativeInstructions;
194 program->Base.NumNativeInstructions = prog.NumNativeInstructions;
H A Dprogram.c523 clone->NumNativeInstructions = prog->NumNativeInstructions;
H A Dprogram_parse.y2779 state->prog->NumNativeInstructions = state->prog->NumInstructions;
/external/mesa3d/src/mesa/program/
H A Darbprogparse.c99 program->Base.NumNativeInstructions = prog.NumNativeInstructions;
194 program->Base.NumNativeInstructions = prog.NumNativeInstructions;
H A Dprogram.c523 clone->NumNativeInstructions = prog->NumNativeInstructions;
H A Dprogram_parse.y2779 state->prog->NumNativeInstructions = state->prog->NumInstructions;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_fpc.h82 uint NumNativeInstructions; member in struct:i915_fp_compile
H A Di915_fpc_translate.c1283 p->NumNativeInstructions = 0;
1291 p->NumNativeInstructions
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc.h82 uint NumNativeInstructions; member in struct:i915_fp_compile
H A Di915_fpc_translate.c1283 p->NumNativeInstructions = 0;
1291 p->NumNativeInstructions
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c475 mesa_vp->Base.NumNativeInstructions = 0;
1096 mesa_vp->Base.NumNativeInstructions = 129;
1108 mesa_vp->Base.NumNativeInstructions = (o_inst - vp->instr);
1140 ((vp->mesa_program.Base.NumNativeInstructions - 1) << R200_PVS_CNTL_1_PROGRAM_END_SHIFT) |
1157 GLuint count = vp->mesa_program.Base.NumNativeInstructions;
H A Dr200_state_init.c275 VP_CHECK( tcl_vp_size_add4, ctx->VertexProgram.Current->Base.NumNativeInstructions > 64, 4 )
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c475 mesa_vp->Base.NumNativeInstructions = 0;
1096 mesa_vp->Base.NumNativeInstructions = 129;
1108 mesa_vp->Base.NumNativeInstructions = (o_inst - vp->instr);
1140 ((vp->mesa_program.Base.NumNativeInstructions - 1) << R200_PVS_CNTL_1_PROGRAM_END_SHIFT) |
1157 GLuint count = vp->mesa_program.Base.NumNativeInstructions;
H A Dr200_state_init.c275 VP_CHECK( tcl_vp_size_add4, ctx->VertexProgram.Current->Base.NumNativeInstructions > 64, 4 )
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_program.c520 p->FragProg.Base.NumNativeInstructions = 0;
526 p->FragProg.Base.NumNativeInstructions = (p->nr_alu_insn +
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_program.c520 p->FragProg.Base.NumNativeInstructions = 0;
526 p->FragProg.Base.NumNativeInstructions = (p->nr_alu_insn +
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Darbprogram.c740 *params = prog->NumNativeInstructions;
H A Dmtypes.h1974 GLuint NumNativeInstructions; member in struct:gl_program
/external/mesa3d/src/mesa/main/
H A Darbprogram.c740 *params = prog->NumNativeInstructions;
H A Dmtypes.h1974 GLuint NumNativeInstructions; member in struct:gl_program
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.c5921 state->prog->NumNativeInstructions = state->prog->NumInstructions;

Completed in 399 milliseconds