Home
last modified time | relevance | path

Searched refs:sample_locs_8x (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_msaa.c103 static const uint32_t sample_locs_8x[] = { variable
139 sample_locs = sample_locs_8x; in si_get_sample_position()
190 si_emit_max_16_sample_locs(cs, centroid_priority_8x, sample_locs_8x, 8); in si_emit_sample_locations()
/external/mesa3d/src/amd/vulkan/
Dsi_cmd_buffer.c1868 static const uint32_t sample_locs_8x[] = { variable
1926 radeon_emit_array(cs, sample_locs_8x, 4); in radv_emit_default_sample_locations()
1927 radeon_emit_array(cs, sample_locs_8x, 4); in radv_emit_default_sample_locations()
1928 radeon_emit_array(cs, sample_locs_8x, 4); in radv_emit_default_sample_locations()
1929 radeon_emit_array(cs, sample_locs_8x, 2); in radv_emit_default_sample_locations()
1952 sample_locs = sample_locs_8x; in radv_get_sample_position()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c1238 static const uint32_t sample_locs_8x[] = { variable
1275 val.idx = (sample_locs_8x[index] >> offset) & 0xf; in r600_get_sample_position()
1277 val.idx = (sample_locs_8x[index] >> (offset + 4)) & 0xf; in r600_get_sample_position()
1303 radeon_emit(cs, sample_locs_8x[0]); /* R_008B48_PA_SC_AA_SAMPLE_LOCS_8S_WD0 */ in r600_emit_msaa_state()
1304 radeon_emit(cs, sample_locs_8x[1]); /* R_008B4C_PA_SC_AA_SAMPLE_LOCS_8S_WD1 */ in r600_emit_msaa_state()
1330 radeon_emit(cs, sample_locs_8x[0]); /* R_028C1C_PA_SC_AA_SAMPLE_LOCS_MCTX */ in r600_emit_msaa_state()
1331 radeon_emit(cs, sample_locs_8x[1]); /* R_028C20_PA_SC_AA_SAMPLE_LOCS_8D_WD1_MCTX */ in r600_emit_msaa_state()
Devergreen_state.c1607 static const uint32_t sample_locs_8x[] = { variable
1650 val.idx = (sample_locs_8x[index] >> offset) & 0xf; in evergreen_get_sample_position()
1652 val.idx = (sample_locs_8x[index] >> (offset + 4)) & 0xf; in evergreen_get_sample_position()
1679 radeon_set_context_reg_seq(cs, R_028C1C_PA_SC_AA_SAMPLE_LOCS_0, ARRAY_SIZE(sample_locs_8x)); in evergreen_emit_msaa_state()
1680 radeon_emit_array(cs, sample_locs_8x, ARRAY_SIZE(sample_locs_8x)); in evergreen_emit_msaa_state()