Searched refs:NumInstructions (Results 1 - 25 of 39) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprogramopt.c52 const GLuint origLen = vprog->arb.NumInstructions;
109 vprog->arb.NumInstructions = newLen;
119 const GLuint origLen = vprog->arb.NumInstructions;
210 vprog->arb.NumInstructions = newLen;
255 const GLuint origLen = fprog->arb.NumInstructions;
297 for (i = 0; i < fprog->arb.NumInstructions; i++) {
410 fprog->arb.NumInstructions = inst - newInst;
448 for (i = 0; i < prog->arb.NumInstructions; i++) {
490 for (i = 0; i < prog->arb.NumInstructions; i++) {
521 for (i = 0; i < prog->arb.NumInstructions;
[all...]
H A Darbprogparse.c95 program->arb.NumInstructions = prog.arb.NumInstructions;
192 program->arb.NumInstructions = prog.arb.NumInstructions;
H A Dprogram.c361 const GLuint origLen = prog->arb.NumInstructions;
367 for (i = 0; i < prog->arb.NumInstructions; i++) {
398 prog->arb.NumInstructions = newLen;
411 const GLuint origLen = prog->arb.NumInstructions;
417 for (i = 0; i < prog->arb.NumInstructions; i++) {
445 prog->arb.NumInstructions = newLen;
467 for (i = 0; i < prog->arb.NumInstructions; i++) {
H A Dprog_optimize.c169 for (i = prog->arb.NumInstructions - 1; i >= 0; i--) {
213 for (i = 0; i < prog->arb.NumInstructions; i++) {
254 calloc(prog->arb.NumInstructions, sizeof(GLboolean));
257 for (i = 0; i < prog->arb.NumInstructions; i++) {
300 for (i = 0; i < prog->arb.NumInstructions; i++) {
368 for (i = start; i < prog->arb.NumInstructions; i++) {
485 for (i = 0; i + 1 < prog->arb.NumInstructions; i++) {
501 for (j = i + 1; j < prog->arb.NumInstructions; j++) {
578 calloc(prog->arb.NumInstructions, sizeof(GLboolean));
580 for (i = 0; i < prog->arb.NumInstructions;
[all...]
H A Dprogram_parse.y353 state->prog->arb.NumInstructions++;
2588 state->prog->arb.NumInstructions + 1);
2595 for (i = 0; i < state->prog->arb.NumInstructions; i++) {
2604 const GLuint numInst = state->prog->arb.NumInstructions;
2608 state->prog->arb.NumInstructions++;
2618 state->prog->arb.NumNativeInstructions = state->prog->arb.NumInstructions;
H A Dprog_print.c819 for (i = 0; i < prog->arb.NumInstructions; i++) {
878 fprintf(f, "NumInstructions=%d\n", prog->arb.NumInstructions);
H A Dprog_opt_constant_fold.c131 for (i = 0; i < prog->arb.NumInstructions; i++) {
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprogramopt.c52 const GLuint origLen = vprog->arb.NumInstructions;
109 vprog->arb.NumInstructions = newLen;
119 const GLuint origLen = vprog->arb.NumInstructions;
210 vprog->arb.NumInstructions = newLen;
255 const GLuint origLen = fprog->arb.NumInstructions;
297 for (i = 0; i < fprog->arb.NumInstructions; i++) {
410 fprog->arb.NumInstructions = inst - newInst;
448 for (i = 0; i < prog->arb.NumInstructions; i++) {
490 for (i = 0; i < prog->arb.NumInstructions; i++) {
521 for (i = 0; i < prog->arb.NumInstructions;
[all...]
H A Darbprogparse.c95 program->arb.NumInstructions = prog.arb.NumInstructions;
190 program->arb.NumInstructions = prog.arb.NumInstructions;
H A Dprog_optimize.c169 for (i = prog->arb.NumInstructions - 1; i >= 0; i--) {
213 for (i = 0; i < prog->arb.NumInstructions; i++) {
254 calloc(prog->arb.NumInstructions, sizeof(GLboolean));
257 for (i = 0; i < prog->arb.NumInstructions; i++) {
300 for (i = 0; i < prog->arb.NumInstructions; i++) {
368 for (i = start; i < prog->arb.NumInstructions; i++) {
485 for (i = 0; i + 1 < prog->arb.NumInstructions; i++) {
501 for (j = i + 1; j < prog->arb.NumInstructions; j++) {
578 calloc(prog->arb.NumInstructions, sizeof(GLboolean));
580 for (i = 0; i < prog->arb.NumInstructions;
[all...]
H A Dprogram.c351 const GLuint origLen = prog->arb.NumInstructions;
357 for (i = 0; i < prog->arb.NumInstructions; i++) {
388 prog->arb.NumInstructions = newLen;
401 const GLuint origLen = prog->arb.NumInstructions;
407 for (i = 0; i < prog->arb.NumInstructions; i++) {
435 prog->arb.NumInstructions = newLen;
457 for (i = 0; i < prog->arb.NumInstructions; i++) {
605 int num_instr = prog->arb.NumInstructions;
H A Dprogram_parse.y362 state->prog->arb.NumInstructions++;
2612 state->prog->arb.NumInstructions + 1);
2619 for (i = 0; i < state->prog->arb.NumInstructions; i++) {
2628 const GLuint numInst = state->prog->arb.NumInstructions;
2632 state->prog->arb.NumInstructions++;
2642 state->prog->arb.NumNativeInstructions = state->prog->arb.NumInstructions;
H A Dprog_print.c822 for (i = 0; i < prog->arb.NumInstructions; i++) {
881 fprintf(f, "NumInstructions=%d\n", prog->arb.NumInstructions);
H A Dprog_opt_constant_fold.c131 for (i = 0; i < prog->arb.NumInstructions; i++) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_fragprog.c46 && fp->arb.NumInstructions == 0);
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_fragprog.c46 && fp->arb.NumInstructions == 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h390 uint NumInstructions; member in struct:tgsi_exec_machine
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h463 uint NumInstructions; member in struct:tgsi_exec_machine
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dffvertex_prog.c574 assert(p->program->arb.NumInstructions <= p->max_inst);
576 if (p->program->arb.NumInstructions == p->max_inst) {
591 p->program->arb.NumInstructions);
598 nr = p->program->arb.NumInstructions++;
1631 p.program->arb.NumInstructions =
H A Darbprogram.c715 *params = prog->arb.NumInstructions;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dffvertex_prog.c571 assert(p->program->arb.NumInstructions <= p->max_inst);
573 if (p->program->arb.NumInstructions == p->max_inst) {
588 p->program->arb.NumInstructions);
595 nr = p->program->arb.NumInstructions++;
1706 p.program->arb.NumInstructions =
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di915_fragprog.c322 for (i = program->arb.NumInstructions - 1; i >= 0; i--) {
406 if (program->arb.NumInstructions > I915_MAX_INSN) {
408 program->arb.NumInstructions, I915_MAX_INSN);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di915_fragprog.c322 for (i = program->arb.NumInstructions - 1; i >= 0; i--) {
406 if (program->arb.NumInstructions > I915_MAX_INSN) {
408 program->arb.NumInstructions, I915_MAX_INSN);
/xsrc/external/mit/MesaLib.old/src/mesa/program/
H A Dprogram_parse.tab.c2021 state->prog->arb.NumInstructions++;
5112 state->prog->arb.NumInstructions + 1);
5119 for (i = 0; i < state->prog->arb.NumInstructions; i++) {
5128 const GLuint numInst = state->prog->arb.NumInstructions;
5132 state->prog->arb.NumInstructions++;
5142 state->prog->arb.NumNativeInstructions = state->prog->arb.NumInstructions;
/xsrc/external/mit/MesaLib/src/mesa/program/
H A Dprogram_parse.tab.c2268 state->prog->arb.NumInstructions++;
5381 state->prog->arb.NumInstructions + 1);
5388 for (i = 0; i < state->prog->arb.NumInstructions; i++) {
5397 const GLuint numInst = state->prog->arb.NumInstructions;
5401 state->prog->arb.NumInstructions++;
5411 state->prog->arb.NumNativeInstructions = state->prog->arb.NumInstructions;

Completed in 61 milliseconds

12