| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_program_alu.c | 978 unsigned int tempreg = rc_find_free_temporary(c); local in function:sin_approx 980 emit2(c, inst->Prev, RC_OPCODE_MUL, 0, dstregtmpmask(tempreg, RC_MASK_XY), 983 emit3(c, inst->Prev, RC_OPCODE_MAD, 0, dstregtmpmask(tempreg, RC_MASK_X), 984 swizzle_yyyy(srcreg(RC_FILE_TEMPORARY, tempreg)), 986 swizzle_xxxx(srcreg(RC_FILE_TEMPORARY, tempreg))); 987 emit3(c, inst->Prev, RC_OPCODE_MAD, 0, dstregtmpmask(tempreg, RC_MASK_Y), 988 swizzle_xxxx(srcreg(RC_FILE_TEMPORARY, tempreg)), 989 absolute(swizzle_xxxx(srcreg(RC_FILE_TEMPORARY, tempreg))), 990 negate(swizzle_xxxx(srcreg(RC_FILE_TEMPORARY, tempreg)))); 992 swizzle_yyyy(srcreg(RC_FILE_TEMPORARY, tempreg)), 1007 unsigned int tempreg; local in function:r300_transform_trig_simple [all...] |
| H A D | radeon_dataflow_swizzles.c | 44 unsigned int tempreg = rc_find_free_temporary(c); local in function:rewrite_source 62 mov->U.I.DstReg.Index = tempreg; 86 inst->U.I.SrcReg[src].Index = tempreg;
|
| H A D | radeon_compiler.c | 198 unsigned tempreg = rc_find_free_temporary(c); local in function:rc_copy_output 207 inst->U.I.DstReg.Index = tempreg; 218 inst->U.I.SrcReg[0].Index = tempreg; 227 inst->U.I.SrcReg[0].Index = tempreg;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_program_alu.c | 978 unsigned int tempreg = rc_find_free_temporary(c); local in function:sin_approx 980 emit2(c, inst->Prev, RC_OPCODE_MUL, 0, dstregtmpmask(tempreg, RC_MASK_XY), 983 emit3(c, inst->Prev, RC_OPCODE_MAD, 0, dstregtmpmask(tempreg, RC_MASK_X), 984 swizzle_yyyy(srcreg(RC_FILE_TEMPORARY, tempreg)), 986 swizzle_xxxx(srcreg(RC_FILE_TEMPORARY, tempreg))); 987 emit3(c, inst->Prev, RC_OPCODE_MAD, 0, dstregtmpmask(tempreg, RC_MASK_Y), 988 swizzle_xxxx(srcreg(RC_FILE_TEMPORARY, tempreg)), 989 absolute(swizzle_xxxx(srcreg(RC_FILE_TEMPORARY, tempreg))), 990 negate(swizzle_xxxx(srcreg(RC_FILE_TEMPORARY, tempreg)))); 992 swizzle_yyyy(srcreg(RC_FILE_TEMPORARY, tempreg)), 1007 unsigned int tempreg; local in function:r300_transform_trig_simple [all...] |
| H A D | radeon_dataflow_swizzles.c | 44 unsigned int tempreg = rc_find_free_temporary(c); local in function:rewrite_source 62 mov->U.I.DstReg.Index = tempreg; 86 inst->U.I.SrcReg[src].Index = tempreg;
|
| H A D | radeon_compiler.c | 198 unsigned tempreg = rc_find_free_temporary(c); local in function:rc_copy_output 207 inst->U.I.DstReg.Index = tempreg; 218 inst->U.I.SrcReg[0].Index = tempreg; 227 inst->U.I.SrcReg[0].Index = tempreg;
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_driver.c | 3159 UChar CR5F, tempreg; local in function:SISPreInit 3590 inSISIDXREG(SISSR, 0x3d, tempreg); 3591 if(tempreg & 0x04) pSiS->VGADecodingEnabled = FALSE; 3595 inSISIDXREG(SISSR, 0x20, tempreg); 3596 if(tempreg & 0x04) pSiS->VGADecodingEnabled = FALSE; 3984 inSISIDXREG(SISSR, 0x10, tempreg); 3985 if(tempreg & 0x80) pSiS->oldChipset = OC_SIS6205B; 4646 inSISIDXREG(SISSR, 0x0e, tempreg); 4647 if(!(tempreg & 0x04)) pSiS->availMem -= pSiS->CursorSize;
|