Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/lib/
H A Dpan_samples.c52 /* SAMPLE16 constructs a single sample in terms of 1/16's of the grid, centered
55 #define SAMPLE16(x, y) { \ macro
60 #define SAMPLE8(x, y) SAMPLE16((x) * 2, (y) * 2)
61 #define SAMPLE4(x, y) SAMPLE16((x) * 4, (y) * 4)
93 SAMPLE16( 1, -3),
94 SAMPLE16(-1, 3),
95 SAMPLE16( 5, 1),
96 SAMPLE16(-3, -5),
97 SAMPLE16(-5, 5),
98 SAMPLE16(
[all...]

Completed in 1 milliseconds