HomeSort by relevance Sort by last modified time
    Searched full:alu_chan (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/compiler/
r500_fragprog.c 49 unsigned int alu_chan; local
100 alu_chan = RC_ALURESULT_X;
102 alu_chan = RC_ALURESULT_W;
112 inst_mov->U.I.WriteALUResult = alu_chan;
114 if (alu_chan == RC_ALURESULT_X) {
161 writer->Inst->U.I.WriteALUResult = alu_chan;

Completed in 430 milliseconds