Searched refs:inst_mad (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.c241 struct rc_instruction * inst_mad; local
274 inst_mad = rc_insert_new_instruction(c, inst_mul);
275 inst_mad->U.I.Opcode = RC_OPCODE_MAD;
277 inst_mad->U.I.DstReg.File = RC_FILE_TEMPORARY;
278 inst_mad->U.I.DstReg.Index = tempregi;
279 inst_mad->U.I.DstReg.WriteMask = RC_MASK_XYZ;
281 inst_mad->U.I.SrcReg[0].File = RC_FILE_TEMPORARY;
282 inst_mad->U.I.SrcReg[0].Index = tempregi;
283 inst_mad->U.I.SrcReg[0].Swizzle = RC_SWIZZLE_XYZ0;
285 inst_mad
[all...]
H A Dradeon_program_tex.c325 struct rc_instruction *inst_mul, *inst_frc, *inst_mad, *inst_add; local
348 inst_mad = rc_insert_new_instruction(c, inst->Prev);
350 inst_mad->U.I.Opcode = RC_OPCODE_MAD;
351 inst_mad->U.I.DstReg.File = RC_FILE_TEMPORARY;
352 inst_mad->U.I.DstReg.Index = temp;
353 inst_mad->U.I.DstReg.WriteMask = RC_MASK_XYZ;
354 inst_mad->U.I.SrcReg[0].File = RC_FILE_TEMPORARY;
355 inst_mad->U.I.SrcReg[0].Index = temp;
356 inst_mad->U.I.SrcReg[0].Swizzle = RC_SWIZZLE_XYZ0;
357 inst_mad
443 struct rc_instruction *inst_mul, *inst_mad, *inst_cnd; local
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.c241 struct rc_instruction * inst_mad; local
274 inst_mad = rc_insert_new_instruction(c, inst_mul);
275 inst_mad->U.I.Opcode = RC_OPCODE_MAD;
277 inst_mad->U.I.DstReg.File = RC_FILE_TEMPORARY;
278 inst_mad->U.I.DstReg.Index = tempregi;
279 inst_mad->U.I.DstReg.WriteMask = RC_MASK_XYZ;
281 inst_mad->U.I.SrcReg[0].File = RC_FILE_TEMPORARY;
282 inst_mad->U.I.SrcReg[0].Index = tempregi;
283 inst_mad->U.I.SrcReg[0].Swizzle = RC_SWIZZLE_XYZ0;
285 inst_mad
[all...]
H A Dradeon_program_tex.c325 struct rc_instruction *inst_mul, *inst_frc, *inst_mad, *inst_add; local
348 inst_mad = rc_insert_new_instruction(c, inst->Prev);
350 inst_mad->U.I.Opcode = RC_OPCODE_MAD;
351 inst_mad->U.I.DstReg.File = RC_FILE_TEMPORARY;
352 inst_mad->U.I.DstReg.Index = temp;
353 inst_mad->U.I.DstReg.WriteMask = RC_MASK_XYZ;
354 inst_mad->U.I.SrcReg[0].File = RC_FILE_TEMPORARY;
355 inst_mad->U.I.SrcReg[0].Index = temp;
356 inst_mad->U.I.SrcReg[0].Swizzle = RC_SWIZZLE_XYZ0;
357 inst_mad
443 struct rc_instruction *inst_mul, *inst_mad, *inst_cnd; local
[all...]

Completed in 158 milliseconds