Searched refs:tempreg (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_program_alu.c | 890 unsigned int tempreg = rc_find_free_temporary(c); in sin_approx() local 892 emit2(c, inst->Prev, RC_OPCODE_MUL, NULL, dstregtmpmask(tempreg, RC_MASK_XY), in sin_approx() 895 emit3(c, inst->Prev, RC_OPCODE_MAD, NULL, dstregtmpmask(tempreg, RC_MASK_X), in sin_approx() 896 swizzle_yyyy(srcreg(RC_FILE_TEMPORARY, tempreg)), in sin_approx() 898 swizzle_xxxx(srcreg(RC_FILE_TEMPORARY, tempreg))); in sin_approx() 899 emit3(c, inst->Prev, RC_OPCODE_MAD, NULL, dstregtmpmask(tempreg, RC_MASK_Y), in sin_approx() 900 swizzle_xxxx(srcreg(RC_FILE_TEMPORARY, tempreg)), in sin_approx() 901 absolute(swizzle_xxxx(srcreg(RC_FILE_TEMPORARY, tempreg))), in sin_approx() 902 negate(swizzle_xxxx(srcreg(RC_FILE_TEMPORARY, tempreg)))); in sin_approx() 904 swizzle_yyyy(srcreg(RC_FILE_TEMPORARY, tempreg)), in sin_approx() 919 unsigned int tempreg; r300_transform_trig_simple() local [all...] |
H A D | radeon_dataflow_swizzles.c | 44 unsigned int tempreg = rc_find_free_temporary(c); in rewrite_source() local 61 mov->U.I.DstReg.Index = tempreg; in rewrite_source() 80 inst->U.I.SrcReg[src].Index = tempreg; in rewrite_source()
|
H A D | radeon_compiler.c | 144 unsigned tempreg = rc_find_free_temporary(c); in rc_copy_output() local 171 inst->U.I.DstReg.Index = tempreg; in rc_copy_output() 201 inst->U.I.SrcReg[0].Index = tempreg; in rc_copy_output() 210 inst->U.I.SrcReg[0].Index = tempreg; in rc_copy_output()
|
Completed in 5 milliseconds