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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_msaa.c101 static const uint32_t sample_locs_8x[] = { variable in typeref:typename:const uint32_t[]
137 sample_locs = sample_locs_8x;
191 si_emit_max_16_sample_locs(cs, centroid_priority_8x, sample_locs_8x, 8);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_msaa.c103 static const uint32_t sample_locs_8x[] = { variable in typeref:typename:const uint32_t[]
139 sample_locs = sample_locs_8x;
194 si_emit_max_16_sample_locs(cs, centroid_priority_8x, sample_locs_8x, 8);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dsi_cmd_buffer.c1726 static const uint32_t sample_locs_8x[] = { variable in typeref:typename:const uint32_t[]
1786 radeon_emit_array(cs, sample_locs_8x, 4);
1787 radeon_emit_array(cs, sample_locs_8x, 4);
1788 radeon_emit_array(cs, sample_locs_8x, 4);
1789 radeon_emit_array(cs, sample_locs_8x, 2);
1812 sample_locs = sample_locs_8x;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_state.c1240 static const uint32_t sample_locs_8x[] = { variable in typeref:typename:const uint32_t[]
1277 val.idx = (sample_locs_8x[index] >> offset) & 0xf;
1279 val.idx = (sample_locs_8x[index] >> (offset + 4)) & 0xf;
1305 radeon_emit(cs, sample_locs_8x[0]); /* R_008B48_PA_SC_AA_SAMPLE_LOCS_8S_WD0 */
1306 radeon_emit(cs, sample_locs_8x[1]); /* R_008B4C_PA_SC_AA_SAMPLE_LOCS_8S_WD1 */
1332 radeon_emit(cs, sample_locs_8x[0]); /* R_028C1C_PA_SC_AA_SAMPLE_LOCS_MCTX */
1333 radeon_emit(cs, sample_locs_8x[1]); /* R_028C20_PA_SC_AA_SAMPLE_LOCS_8D_WD1_MCTX */
H A Devergreen_state.c1606 static const uint32_t sample_locs_8x[] = { variable in typeref:typename:const uint32_t[]
1649 val.idx = (sample_locs_8x[index] >> offset) & 0xf;
1651 val.idx = (sample_locs_8x[index] >> (offset + 4)) & 0xf;
1678 radeon_set_context_reg_seq(cs, R_028C1C_PA_SC_AA_SAMPLE_LOCS_0, ARRAY_SIZE(sample_locs_8x));
1679 radeon_emit_array(cs, sample_locs_8x, ARRAY_SIZE(sample_locs_8x));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_state.c1243 static const uint32_t sample_locs_8x[] = { variable in typeref:typename:const uint32_t[]
1280 val.idx = (sample_locs_8x[index] >> offset) & 0xf;
1282 val.idx = (sample_locs_8x[index] >> (offset + 4)) & 0xf;
1308 radeon_emit(cs, sample_locs_8x[0]); /* R_008B48_PA_SC_AA_SAMPLE_LOCS_8S_WD0 */
1309 radeon_emit(cs, sample_locs_8x[1]); /* R_008B4C_PA_SC_AA_SAMPLE_LOCS_8S_WD1 */
1335 radeon_emit(cs, sample_locs_8x[0]); /* R_028C1C_PA_SC_AA_SAMPLE_LOCS_MCTX */
1336 radeon_emit(cs, sample_locs_8x[1]); /* R_028C20_PA_SC_AA_SAMPLE_LOCS_8D_WD1_MCTX */
H A Devergreen_state.c1612 static const uint32_t sample_locs_8x[] = { variable in typeref:typename:const uint32_t[]
1655 val.idx = (sample_locs_8x[index] >> offset) & 0xf;
1657 val.idx = (sample_locs_8x[index] >> (offset + 4)) & 0xf;
1684 radeon_set_context_reg_seq(cs, R_028C1C_PA_SC_AA_SAMPLE_LOCS_0, ARRAY_SIZE(sample_locs_8x));
1685 radeon_emit_array(cs, sample_locs_8x, ARRAY_SIZE(sample_locs_8x));

Completed in 25 milliseconds