split->NumPhases = 0;
while(mask) {
- const struct swizzle_data *best_swizzle = 0;
unsigned int best_matchcount = 0;
unsigned int best_matchmask = 0;
int i, comp;
}
}
if (matchcount > best_matchcount) {
- best_swizzle = sd;
best_matchcount = matchcount;
best_matchmask = matchmask;
if (matchmask == (mask & RC_MASK_XYZ))
struct radeon_compiler * c,
struct rc_instruction * inst_add)
{
- unsigned int i, swz, mask;
+ unsigned int i, swz;
if (!is_presub_candidate(c, inst_add))
return 0;
- mask = inst_add->U.I.DstReg.WriteMask;
-
/* Check if src0 is 1. */
/* XXX It would be nice to use is_src_uniform_constant here, but that
* function only works if the register's file is RC_FILE_NONE */