HomeSort by relevance Sort by last modified time
    Searched refs:r400_ext_addr (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/compiler/
r300_fragprog.c 52 static int get_msb(unsigned int bit, unsigned int r400_ext_addr)
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);
radeon_code.h 213 uint32_t r400_ext_addr; member in struct:r300_fragment_program_code::__anon19120::__anon19121
r300_fragprog_emit.c 172 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;
  /external/mesa3d/src/gallium/drivers/r300/
r300_fs.c 385 OUT_CB(code->alu.inst[i + bank_alu_offset].r400_ext_addr);

Completed in 88 milliseconds