Searched refs:inst_frc (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_program_tex.c | 306 struct rc_instruction *inst_frc = rc_insert_new_instruction(c, inst->Prev); local in function:radeonTransformTEX 308 inst_frc->U.I.Opcode = RC_OPCODE_FRC; 309 inst_frc->U.I.DstReg.File = RC_FILE_TEMPORARY; 310 inst_frc->U.I.DstReg.Index = temp; 311 inst_frc->U.I.DstReg.WriteMask = RC_MASK_XYZ; 312 inst_frc->U.I.SrcReg[0] = inst->U.I.SrcReg[0]; 325 struct rc_instruction *inst_mul, *inst_frc, *inst_mad, *inst_add; local in function:radeonTransformTEX 337 inst_frc = rc_insert_new_instruction(c, inst->Prev); 339 inst_frc->U.I.Opcode = RC_OPCODE_FRC; 340 inst_frc [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_program_tex.c | 306 struct rc_instruction *inst_frc = rc_insert_new_instruction(c, inst->Prev); local in function:radeonTransformTEX 308 inst_frc->U.I.Opcode = RC_OPCODE_FRC; 309 inst_frc->U.I.DstReg.File = RC_FILE_TEMPORARY; 310 inst_frc->U.I.DstReg.Index = temp; 311 inst_frc->U.I.DstReg.WriteMask = RC_MASK_XYZ; 312 inst_frc->U.I.SrcReg[0] = inst->U.I.SrcReg[0]; 325 struct rc_instruction *inst_mul, *inst_frc, *inst_mad, *inst_add; local in function:radeonTransformTEX 337 inst_frc = rc_insert_new_instruction(c, inst->Prev); 339 inst_frc->U.I.Opcode = RC_OPCODE_FRC; 340 inst_frc [all...] |
Completed in 3 milliseconds