Home
last modified time | relevance | path

Searched refs:sample_locs_4x (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_msaa.c99 static const uint32_t sample_locs_4x = FILL_SREG(-2, -6, 2, 6, -6, 2, 6, -2); variable
136 sample_locs = &sample_locs_4x; in si_get_sample_position()
191 si_emit_max_4_sample_locs(cs, centroid_priority_4x, sample_locs_4x); in si_emit_sample_locations()
/third_party/mesa3d/src/amd/vulkan/
H A Dsi_cmd_buffer.c1866 static const uint32_t sample_locs_4x = FILL_SREG(-2, -6, 6, -2, -6, 2, 2, 6); variable
1921 radeon_set_context_reg(cs, R_028BF8_PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_0, sample_locs_4x); in radv_emit_default_sample_locations()
1922 radeon_set_context_reg(cs, R_028C08_PA_SC_AA_SAMPLE_LOCS_PIXEL_X1Y0_0, sample_locs_4x); in radv_emit_default_sample_locations()
1923 radeon_set_context_reg(cs, R_028C18_PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y1_0, sample_locs_4x); in radv_emit_default_sample_locations()
1924 radeon_set_context_reg(cs, R_028C28_PA_SC_AA_SAMPLE_LOCS_PIXEL_X1Y1_0, sample_locs_4x); in radv_emit_default_sample_locations()
1954 sample_locs = &sample_locs_4x; in radv_get_sample_position()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c1238 static const uint32_t sample_locs_4x[] = { variable
1272 val.idx = (sample_locs_4x[0] >> offset) & 0xf; in r600_get_sample_position()
1274 val.idx = (sample_locs_4x[0] >> (offset + 4)) & 0xf; in r600_get_sample_position()
1303 radeon_set_config_reg(cs, R_008B44_PA_SC_AA_SAMPLE_LOCS_4S, sample_locs_4x[0]); in r600_emit_msaa_state()
1329 radeon_emit(cs, sample_locs_4x[0]); /* R_028C1C_PA_SC_AA_SAMPLE_LOCS_MCTX */ in r600_emit_msaa_state()
1330 radeon_emit(cs, sample_locs_4x[1]); /* R_028C20_PA_SC_AA_SAMPLE_LOCS_8D_WD1_MCTX */ in r600_emit_msaa_state()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_emit.c582 static unsigned sample_locs_4x[12] = { in r300_emit_fb_state_pipelined() local
631 mspos0 = r300_get_mspos(0, sample_locs_4x); in r300_emit_fb_state_pipelined()
632 mspos1 = r300_get_mspos(1, sample_locs_4x); in r300_emit_fb_state_pipelined()

Completed in 10 milliseconds