Searched refs:regc (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog.c136 int regc = code->alu.inst[i].rgb_addr >> (j * 6); local
144 (regc & 32) ? 'c' : 't', (regc & 31) | msbc);
215 int regc = code->alu.inst[i].rgb_inst >> (j * 7); local
220 d = regc & 31;
287 (regc & 32) ? "-" : "",
288 (regc & 64) ? "|" : "",
289 buf, (regc & 64) ? "|" : "");
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog.c136 int regc = code->alu.inst[i].rgb_addr >> (j * 6); local
144 (regc & 32) ? 'c' : 't', (regc & 31) | msbc);
215 int regc = code->alu.inst[i].rgb_inst >> (j * 7); local
220 d = regc & 31;
287 (regc & 32) ? "-" : "",
288 (regc & 64) ? "|" : "",
289 buf, (regc & 64) ? "|" : "");

Completed in 179 milliseconds