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

  /external/chromium_org/third_party/mesa/src/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::__anon17489::__anon17490
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;