Lines Matching full:sample
26 + Sample qualifier
30 + Rendering to the default framebuffer, multi- and single sample
38 + interpolateAtSample() with non dynamically uniform sample index.
39 + Rendering to every supported render buffer sample count / format
40 + Rendering to every supported multisample texture sample count / format
44 sample_qualifier.* cases test sample qualifier by rendering a high frequency
45 test pattern with a sample-qualified varying. Using the same reasoning as in
46 sample shading test specification, the result image should contain numSamples +
54 interpolate_at_sample.dynamic_sample_number cases sample a high frequency
55 function with at every sample position and average the result. static cases use
57 sample index "depends" (all samples are sampled anyway) on uniform values.
60 interpolateAtSample() with a non-multisample render target with any sample index
70 interpolate_at_sample.at_sample_id cases test that sample index used by
72 per-sample qualified varying and the value returned by
95 qualifiers, with centroid qualifier and with per-sample qualifier.
102 interpolateAtOffset to interpolate a value at the sample location returns the
103 same value as a per-sample interpolated varying.