/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | cayman_msaa.c | 33 FILL_SREG(4, 4, -4, -4, 4, 4, -4, -4), 34 FILL_SREG(4, 4, -4, -4, 4, 4, -4, -4), 35 FILL_SREG(4, 4, -4, -4, 4, 4, -4, -4), 36 FILL_SREG(4, 4, -4, -4, 4, 4, -4, -4), 42 FILL_SREG(-2, -6, 6, -2, -6, 2, 2, 6), 43 FILL_SREG(-2, -6, 6, -2, -6, 2, 2, 6), 44 FILL_SREG(-2, -6, 6, -2, -6, 2, 2, 6), 45 FILL_SREG(-2, -6, 6, -2, -6, 2, 2, 6), 51 FILL_SREG( 1, -3, -1, 3, 5, 1, -3, -5), 52 FILL_SREG( [all...] |
H A D | r600_state.c | 1233 FILL_SREG(-4, 4, 4, -4, -4, 4, 4, -4), 1234 FILL_SREG(-4, 4, 4, -4, -4, 4, 4, -4), 1239 FILL_SREG(-2, -2, 2, 2, -6, 6, 6, -6), 1240 FILL_SREG(-2, -2, 2, 2, -6, 6, 6, -6), 1244 FILL_SREG(-1, 1, 1, 5, 3, -5, 5, 3), 1245 FILL_SREG(-7, -1, -3, -7, 7, -3, -5, 7),
|
H A D | r600_pipe_common.h | 932 #define FILL_SREG(s0x, s0y, s1x, s1y, s2x, s2y, s3x, s3y) \ macro
|
H A D | evergreen_state.c | 1609 FILL_SREG(-1, 1, 1, 5, 3, -5, 5, 3), 1610 FILL_SREG(-7, -1, -3, -7, 7, -3, -5, 7), 1611 FILL_SREG(-1, 1, 1, 5, 3, -5, 5, 3), 1612 FILL_SREG(-7, -1, -3, -7, 7, -3, -5, 7), 1613 FILL_SREG(-1, 1, 1, 5, 3, -5, 5, 3), 1614 FILL_SREG(-7, -1, -3, -7, 7, -3, -5, 7), 1615 FILL_SREG(-1, 1, 1, 5, 3, -5, 5, 3), 1616 FILL_SREG(-7, -1, -3, -7, 7, -3, -5, 7),
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state_msaa.c | 28 #define FILL_SREG(s0x, s0y, s1x, s1y, s2x, s2y, s3x, s3y) \ macro 90 FILL_SREG(0, 0, 0, 0, 0, 0, 0, 0); /* S1, S2, S3 fields are not used by 1x */ 95 FILL_SREG(-4, -4, 4, 4, 0, 0, 0, 0); /* S2 & S3 fields are not used by 2x MSAA */ 99 static const uint32_t sample_locs_4x = FILL_SREG(-2, -6, 2, 6, -6, 2, 6, -2); 104 FILL_SREG(-3, -5, 5, 1, -1, 3, 7, -7), 105 FILL_SREG(-7, -1, 3, 7, -5, 5, 1, -3), 115 FILL_SREG(-5, -2, 5, 3, -2, 6, 3, -5), 116 FILL_SREG(-4, -6, 1, 1, -6, 4, 7, -4), 117 FILL_SREG(-1, -3, 6, 7, -3, 2, 0, -7), 118 FILL_SREG( [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | si_cmd_buffer.c | 1844 #define FILL_SREG(s0x, s0y, s1x, s1y, s2x, s2y, s3x, s3y) \ macro 1856 static const uint32_t sample_locs_1x = FILL_SREG(0, 0, 0, 0, 0, 0, 0, 0); 1861 static const uint32_t sample_locs_2x = FILL_SREG(4, 4, -4, -4, 0, 0, 0, 0); 1866 static const uint32_t sample_locs_4x = FILL_SREG(-2, -6, 6, -2, -6, 2, 2, 6); 1872 FILL_SREG(1, -3, -1, 3, 5, 1, -3, -5), 1873 FILL_SREG(-5, 5, -7, -1, 3, 7, 7, -7),
|