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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_asm.c379 int hw_gpr[NUM_OF_CYCLES][NUM_OF_COMPONENTS]; member in struct:alu_bank_swizzle
406 bs->hw_gpr[cycle][component] = -1;
415 if (bs->hw_gpr[cycle][chan] == -1)
416 bs->hw_gpr[cycle][chan] = sel;
417 else if (bs->hw_gpr[cycle][chan] != (int)sel) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_asm.c379 int hw_gpr[NUM_OF_CYCLES][NUM_OF_COMPONENTS]; member in struct:alu_bank_swizzle
406 bs->hw_gpr[cycle][component] = -1;
415 if (bs->hw_gpr[cycle][chan] == -1)
416 bs->hw_gpr[cycle][chan] = sel;
417 else if (bs->hw_gpr[cycle][chan] != (int)sel) {

Completed in 7 milliseconds