Searched refs:sample_locs_2x (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state_msaa.c | 37 static const uint32_t sample_locs_2x[4] = { variable 98 val.idx = (sample_locs_2x[0] >> offset) & 0xf; in si_get_sample_position() 100 val.idx = (sample_locs_2x[0] >> (offset + 4)) & 0xf; in si_get_sample_position() 140 radeon_set_context_reg(cs, R_028BF8_PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_0, sample_locs_2x[0]); in si_emit_sample_locations() 141 radeon_set_context_reg(cs, R_028C08_PA_SC_AA_SAMPLE_LOCS_PIXEL_X1Y0_0, sample_locs_2x[1]); in si_emit_sample_locations() 142 radeon_set_context_reg(cs, R_028C18_PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y1_0, sample_locs_2x[2]); in si_emit_sample_locations() 143 radeon_set_context_reg(cs, R_028C28_PA_SC_AA_SAMPLE_LOCS_PIXEL_X1Y1_0, sample_locs_2x[3]); in si_emit_sample_locations()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_emit.c | 579 static unsigned sample_locs_2x[12] = { in r300_emit_fb_state_pipelined() local 627 mspos0 = r300_get_mspos(0, sample_locs_2x); in r300_emit_fb_state_pipelined() 628 mspos1 = r300_get_mspos(1, sample_locs_2x); in r300_emit_fb_state_pipelined()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_state.c | 1223 static uint32_t sample_locs_2x[] = { variable 1256 val.idx = (sample_locs_2x[0] >> offset) & 0xf; in r600_get_sample_position() 1258 val.idx = (sample_locs_2x[0] >> (offset + 4)) & 0xf; in r600_get_sample_position() 1290 radeon_set_config_reg(cs, R_008B40_PA_SC_AA_SAMPLE_LOCS_2S, sample_locs_2x[0]); in r600_emit_msaa_state() 1314 radeon_emit(cs, sample_locs_2x[0]); /* R_028C1C_PA_SC_AA_SAMPLE_LOCS_MCTX */ in r600_emit_msaa_state() 1315 radeon_emit(cs, sample_locs_2x[1]); /* R_028C20_PA_SC_AA_SAMPLE_LOCS_8D_WD1_MCTX */ in r600_emit_msaa_state()
|