Searched refs:sample_locs_2x (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_emit.c580 static unsigned sample_locs_2x[12] = { local
628 mspos0 = r300_get_mspos(0, sample_locs_2x);
629 mspos1 = r300_get_mspos(1, sample_locs_2x);
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c1203 static uint32_t sample_locs_2x[] = { variable
1236 val.idx = (sample_locs_2x[0] >> offset) & 0xf;
1238 val.idx = (sample_locs_2x[0] >> (offset + 4)) & 0xf;
1270 radeon_set_config_reg(cs, R_008B40_PA_SC_AA_SAMPLE_LOCS_2S, sample_locs_2x[0]);
1294 radeon_emit(cs, sample_locs_2x[0]); /* R_028C1C_PA_SC_AA_SAMPLE_LOCS_MCTX */
1295 radeon_emit(cs, sample_locs_2x[1]); /* R_028C20_PA_SC_AA_SAMPLE_LOCS_8D_WD1_MCTX */

Completed in 101 milliseconds