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

/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c1532 static uint32_t sample_locs_8x[] = { local
1551 r600_pipe_state_add_reg(rstate, R_008B48_PA_SC_AA_SAMPLE_LOCS_8S_WD0, sample_locs_8x[0]);
1552 r600_pipe_state_add_reg(rstate, R_008B4C_PA_SC_AA_SAMPLE_LOCS_8S_WD1, sample_locs_8x[1]);
1571 r600_pipe_state_add_reg(rstate, R_028C1C_PA_SC_AA_SAMPLE_LOCS_MCTX, sample_locs_8x[0]);
1572 r600_pipe_state_add_reg(rstate, R_028C20_PA_SC_AA_SAMPLE_LOCS_8D_WD1_MCTX, sample_locs_8x[1]);
H A Devergreen_state.c1549 static uint32_t sample_locs_8x[] = { local
1577 for (i = 0; i < Elements(sample_locs_8x); i++) {
1579 sample_locs_8x[i]);
1609 static uint32_t sample_locs_8x[] = { local
1655 sample_locs = sample_locs_8x;
1656 num_regs = Elements(sample_locs_8x);

Completed in 104 milliseconds