Skip to content
  • Eric Anholt's avatar
    mesa: Add new ir_unop_any() expression operation. · 5e9ac94c
    Eric Anholt authored
    The previous any() implementation would generate arg0.x || arg0.y ||
    arg0.z.  Having an expression operation for this makes it easy for the
    backend to generate something easier (DPn + SNE for 915 FS, .any
    predication on 965 VS)
    5e9ac94c