Searched refs:sample_locs_8x (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A 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/ |
H A D | si_cmd_buffer.c | 1871 static const uint32_t sample_locs_8x[] = { variable 1931 radeon_emit_array(cs, sample_locs_8x, 4); in radv_emit_default_sample_locations() 1932 radeon_emit_array(cs, sample_locs_8x, 4); in radv_emit_default_sample_locations() 1933 radeon_emit_array(cs, sample_locs_8x, 4); in radv_emit_default_sample_locations() 1934 radeon_emit_array(cs, sample_locs_8x, 2); in radv_emit_default_sample_locations() 1957 sample_locs = sample_locs_8x; in radv_get_sample_position()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A 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()
|
H A D | evergreen_state.c | 1608 static const uint32_t sample_locs_8x[] = { variable 1651 val.idx = (sample_locs_8x[index] >> offset) & 0xf; in evergreen_get_sample_position() 1653 val.idx = (sample_locs_8x[index] >> (offset + 4)) & 0xf; in evergreen_get_sample_position() 1680 radeon_set_context_reg_seq(cs, R_028C1C_PA_SC_AA_SAMPLE_LOCS_0, ARRAY_SIZE(sample_locs_8x)); in evergreen_emit_msaa_state() 1681 radeon_emit_array(cs, sample_locs_8x, ARRAY_SIZE(sample_locs_8x)); in evergreen_emit_msaa_state()
|
Completed in 25 milliseconds