Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Darbprogparse.c100 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()
Dprogram_parse.y2623 state->prog->arb.NumNativeInstructions = state->prog->arb.NumInstructions;
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.c469 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()
Dr200_state_init.c276 VP_CHECK( tcl_vp_size_add4, ctx->VertexProgram.Current->arb.NumNativeInstructions > 64, 4 )
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc.h82 uint NumNativeInstructions; member
Di915_fpc_translate.c1131 p->NumNativeInstructions = 0; in i915_fini_compile()
1139 p->NumNativeInstructions in i915_fini_compile()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_program.c520 p->FragProg.arb.NumNativeInstructions = 0; in i915_fini_program()
526 p->FragProg.arb.NumNativeInstructions = (p->nr_alu_insn + in i915_fini_program()
/external/mesa3d/src/mesa/main/
Darbprogram.c891 *params = prog->arb.NumNativeInstructions; in get_program_iv()
Dmtypes.h2256 GLuint NumNativeInstructions; member