cts icon indicating copy to clipboard operation
cts copied to clipboard

should test use of implicit derivatives in point rasterization mode

Open dneto0 opened this issue 3 years ago • 3 comments

In point rasterization, it's not so obvious that there will be helper invocations to assist computation of implicit derivatives.

The CTS should exercise this case, particularly the functions mentioned in https://gpuweb.github.io/gpuweb/wgsl/#derivatives

Sending to dj2 as part of the big bag of work to track.

dneto0 avatar Apr 21 '22 20:04 dneto0

Kudos to @Kangz for raising this.

dneto0 avatar Apr 21 '22 20:04 dneto0

@jrprice will this be covered by the derivative tests you've been adding?

dj2 avatar Apr 23 '24 19:04 dj2

No, I didn't consider different primitives and only tested with a single triangle.

jrprice avatar Apr 23 '24 20:04 jrprice