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

/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c1214 static uint32_t sample_locs_8x[] = { variable
1251 val.idx = (sample_locs_8x[index] >> offset) & 0xf;
1253 val.idx = (sample_locs_8x[index] >> (offset + 4)) & 0xf;
1279 radeon_emit(cs, sample_locs_8x[0]); /* R_008B48_PA_SC_AA_SAMPLE_LOCS_8S_WD0 */
1280 radeon_emit(cs, sample_locs_8x[1]); /* R_008B4C_PA_SC_AA_SAMPLE_LOCS_8S_WD1 */
1306 radeon_emit(cs, sample_locs_8x[0]); /* R_028C1C_PA_SC_AA_SAMPLE_LOCS_MCTX */
1307 radeon_emit(cs, sample_locs_8x[1]); /* R_028C20_PA_SC_AA_SAMPLE_LOCS_8D_WD1_MCTX */
H A Devergreen_state.c1419 static uint32_t sample_locs_8x[] = { variable
1462 val.idx = (sample_locs_8x[index] >> offset) & 0xf;
1464 val.idx = (sample_locs_8x[index] >> (offset + 4)) & 0xf;
1491 radeon_set_context_reg_seq(cs, R_028C1C_PA_SC_AA_SAMPLE_LOCS_0, ARRAY_SIZE(sample_locs_8x));
1492 radeon_emit_array(cs, sample_locs_8x, ARRAY_SIZE(sample_locs_8x));

Completed in 110 milliseconds