Searched refs:r400_ext_addr (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog.c52 static int get_msb(unsigned int bit, unsigned int r400_ext_addr) argument
54 return (r400_ext_addr & bit) ? 1 << 5 : 0;
139 code->alu.inst[i].r400_ext_addr);
141 code->alu.inst[i].r400_ext_addr);
160 code->alu.inst[i].r400_ext_addr);
190 code->alu.inst[i].r400_ext_addr);
H A Dradeon_code.h209 uint32_t r400_ext_addr; member in struct:r300_fragment_program_code::__anon5cc527f80808::__anon5cc527f80908
H A Dr300_fragprog_emit.c172 code->alu.inst[ip].r400_ext_addr |= R400_ADDR_EXT_RGB_MSB_BIT(j);
179 code->alu.inst[ip].r400_ext_addr |= R400_ADDR_EXT_A_MSB_BIT(j);
249 code->alu.inst[ip].r400_ext_addr |= R400_ADDRD_EXT_RGB_MSB_BIT;
264 code->alu.inst[ip].r400_ext_addr |= R400_ADDRD_EXT_A_MSB_BIT;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog.c52 static int get_msb(unsigned int bit, unsigned int r400_ext_addr) argument
54 return (r400_ext_addr & bit) ? 1 << 5 : 0;
139 code->alu.inst[i].r400_ext_addr);
141 code->alu.inst[i].r400_ext_addr);
160 code->alu.inst[i].r400_ext_addr);
190 code->alu.inst[i].r400_ext_addr);
H A Dradeon_code.h209 uint32_t r400_ext_addr; member in struct:r300_fragment_program_code::__anon210fac6b0808::__anon210fac6b0908
H A Dr300_fragprog_emit.c174 code->alu.inst[ip].r400_ext_addr |= R400_ADDR_EXT_RGB_MSB_BIT(j);
181 code->alu.inst[ip].r400_ext_addr |= R400_ADDR_EXT_A_MSB_BIT(j);
251 code->alu.inst[ip].r400_ext_addr |= R400_ADDRD_EXT_RGB_MSB_BIT;
266 code->alu.inst[ip].r400_ext_addr |= R400_ADDRD_EXT_A_MSB_BIT;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_fs.c372 OUT_CB(code->alu.inst[i + bank_alu_offset].r400_ext_addr);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_fs.c372 OUT_CB(code->alu.inst[i + bank_alu_offset].r400_ext_addr);

Completed in 7 milliseconds