Searched refs:tempreg (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_program_alu.c978 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 Dradeon_dataflow_swizzles.c44 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 Dradeon_compiler.c198 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 Dradeon_program_alu.c978 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 Dradeon_dataflow_swizzles.c44 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 Dradeon_compiler.c198 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 Dsis_driver.c3159 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;

Completed in 21 milliseconds