Searched refs:SAMPLE4 (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_samples.c | 61 #define SAMPLE4(x, y) SAMPLE16((x) * 4, (y) * 4) macro 66 SAMPLE4(0, 0) 68 .origin = SAMPLE4(0, 0) 73 SAMPLE4(-1, -1), 74 SAMPLE4( 1, -1), 75 SAMPLE4(-1, 1), 76 SAMPLE4( 1, 1), 78 .origin = SAMPLE4(0, 0)
|