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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_asm.c648 int hw_cfile_addr[4]; member in struct:alu_bank_swizzle
676 bs->hw_cfile_addr[i] = -1;
700 if (bs->hw_cfile_addr[res] == -1) {
701 bs->hw_cfile_addr[res] = sel;
704 } else if (bs->hw_cfile_addr[res] == sel &&
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.c648 int hw_cfile_addr[4]; member in struct:alu_bank_swizzle
676 bs->hw_cfile_addr[i] = -1;
700 if (bs->hw_cfile_addr[res] == -1) {
701 bs->hw_cfile_addr[res] = sel;
704 } else if (bs->hw_cfile_addr[res] == sel &&

Completed in 36 milliseconds