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

/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c162 static boolean is_unswizzled(struct i915_full_src_register *r, function
417 is_unswizzled(&current->FullInstruction.Src[0], i915_tex_mask(next)) &&
499 is_unswizzled(&current->FullInstruction.Src[0], current->FullInstruction.Dst[0].Register.WriteMask) &&
500 is_unswizzled(&current->FullInstruction.Src[1], current->FullInstruction.Dst[0].Register.WriteMask) &&
501 is_unswizzled(&next->FullInstruction.Src[0], next->FullInstruction.Dst[0].Register.WriteMask) )
523 is_unswizzled(&current->FullInstruction.Src[0], current->FullInstruction.Dst[0].Register.WriteMask) &&
524 is_unswizzled(&current->FullInstruction.Src[1], current->FullInstruction.Dst[0].Register.WriteMask) &&
525 is_unswizzled(&next->FullInstruction.Src[0], next->FullInstruction.Dst[0].Register.WriteMask) )
556 is_unswizzled(&current.FullInstruction.Src[0], current.FullInstruction.Dst[0].Register.WriteMask) &&
588 is_unswizzled(
[all...]

Completed in 85 milliseconds