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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_asm.c647 int hw_gpr[NUM_OF_CYCLES][NUM_OF_COMPONENTS]; member in struct:alu_bank_swizzle
674 bs->hw_gpr[cycle][component] = -1;
683 if (bs->hw_gpr[cycle][chan] == -1)
684 bs->hw_gpr[cycle][chan] = sel;
685 else if (bs->hw_gpr[cycle][chan] != (int)sel) {
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.c647 int hw_gpr[NUM_OF_CYCLES][NUM_OF_COMPONENTS]; member in struct:alu_bank_swizzle
674 bs->hw_gpr[cycle][component] = -1;
683 if (bs->hw_gpr[cycle][chan] == -1)
684 bs->hw_gpr[cycle][chan] = sel;
685 else if (bs->hw_gpr[cycle][chan] != (int)sel) {

Completed in 102 milliseconds