Searched refs:sample_locs_8x (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state_msaa.c | 103 static const uint32_t sample_locs_8x[] = { variable 139 sample_locs = sample_locs_8x; in si_get_sample_position() 194 si_emit_max_16_sample_locs(cs, centroid_priority_8x, sample_locs_8x, 8); in si_emit_sample_locations()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | si_cmd_buffer.c | 1726 static const uint32_t sample_locs_8x[] = { variable 1786 radeon_emit_array(cs, sample_locs_8x, 4); in radv_emit_default_sample_locations() 1787 radeon_emit_array(cs, sample_locs_8x, 4); in radv_emit_default_sample_locations() 1788 radeon_emit_array(cs, sample_locs_8x, 4); in radv_emit_default_sample_locations() 1789 radeon_emit_array(cs, sample_locs_8x, 2); in radv_emit_default_sample_locations() 1812 sample_locs = sample_locs_8x; in radv_get_sample_position()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_state.c | 1243 static const uint32_t sample_locs_8x[] = { variable 1280 val.idx = (sample_locs_8x[index] >> offset) & 0xf; in r600_get_sample_position() 1282 val.idx = (sample_locs_8x[index] >> (offset + 4)) & 0xf; in r600_get_sample_position() 1308 radeon_emit(cs, sample_locs_8x[0]); /* R_008B48_PA_SC_AA_SAMPLE_LOCS_8S_WD0 */ in r600_emit_msaa_state() 1309 radeon_emit(cs, sample_locs_8x[1]); /* R_008B4C_PA_SC_AA_SAMPLE_LOCS_8S_WD1 */ in r600_emit_msaa_state() 1335 radeon_emit(cs, sample_locs_8x[0]); /* R_028C1C_PA_SC_AA_SAMPLE_LOCS_MCTX */ in r600_emit_msaa_state() 1336 radeon_emit(cs, sample_locs_8x[1]); /* R_028C20_PA_SC_AA_SAMPLE_LOCS_8D_WD1_MCTX */ in r600_emit_msaa_state()
|
D | evergreen_state.c | 1612 static const uint32_t sample_locs_8x[] = { variable 1655 val.idx = (sample_locs_8x[index] >> offset) & 0xf; in evergreen_get_sample_position() 1657 val.idx = (sample_locs_8x[index] >> (offset + 4)) & 0xf; in evergreen_get_sample_position() 1684 radeon_set_context_reg_seq(cs, R_028C1C_PA_SC_AA_SAMPLE_LOCS_0, ARRAY_SIZE(sample_locs_8x)); in evergreen_emit_msaa_state() 1685 radeon_emit_array(cs, sample_locs_8x, ARRAY_SIZE(sample_locs_8x)); in evergreen_emit_msaa_state()
|