Searched refs:OPCODE_END (Results 1 - 25 of 29) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_instruction.c112 { OPCODE_END, "END", 0, 0 },
H A Dprog_instruction.h133 OPCODE_END, /* X X X X opt */ enumerator in enum:prog_opcode
H A Dprogramopt.c298 if (inst->Opcode == OPCODE_END)
310 assert(inst->Opcode == OPCODE_END); /* we'll overwrite this inst */
402 inst->Opcode = OPCODE_END;
565 if (inst->Opcode == OPCODE_END) {
H A Dprog_optimize.c382 case OPCODE_END:
423 case OPCODE_END:
H A Dprog_print.c742 case OPCODE_END:
H A Dprog_to_nir.c662 [OPCODE_END] = 0,
703 if (op == OPCODE_END)
H A Dprog_execute.c1196 case OPCODE_END:
H A Dprogram_parse.y2602 /* Finally, tag on an OPCODE_END instruction */
2606 state->prog->arb.Instructions[numInst].Opcode = OPCODE_END;
H A Dir_to_mesa.cpp2885 v.emit(NULL, OPCODE_END);
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_instruction.c114 { OPCODE_END, "END", 0, 0 },
H A Dprog_instruction.h133 OPCODE_END, /* X X X X opt */ enumerator in enum:prog_opcode
H A Dprogramopt.c298 if (inst->Opcode == OPCODE_END)
310 assert(inst->Opcode == OPCODE_END); /* we'll overwrite this inst */
402 inst->Opcode = OPCODE_END;
565 if (inst->Opcode == OPCODE_END) {
H A Dprog_optimize.c382 case OPCODE_END:
423 case OPCODE_END:
H A Dprog_to_nir.c639 [OPCODE_END] = 0,
680 if (op == OPCODE_END)
H A Dprog_print.c745 case OPCODE_END:
H A Dprog_execute.c1196 case OPCODE_END:
H A Dprogram_parse.y2626 /* Finally, tag on an OPCODE_END instruction */
2630 state->prog->arb.Instructions[numInst].Opcode = OPCODE_END;
H A Dir_to_mesa.cpp2863 v.emit(NULL, OPCODE_END);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c592 for (vpi = mesa_vp->arb.Instructions; vpi->Opcode != OPCODE_END; vpi++, o_inst++){
949 case OPCODE_END:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di915_fragprog.c396 if (inst[0].Opcode == OPCODE_END) {
973 case OPCODE_END:
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di915_fragprog.c396 if (inst[0].Opcode == OPCODE_END) {
973 case OPCODE_END:
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c592 for (vpi = mesa_vp->arb.Instructions; vpi->Opcode != OPCODE_END; vpi++, o_inst++){
949 case OPCODE_END:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c501 case OPCODE_END:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dffvertex_prog.c1590 emit_op1(p, OPCODE_END, undef, 0, undef);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dffvertex_prog.c1665 emit_op1(p, OPCODE_END, undef, 0, undef);

Completed in 87 milliseconds

12