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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_msaa.c91 static const uint32_t sample_locs_2x = variable in typeref:typename:const uint32_t
131 sample_locs = &sample_locs_2x;
185 si_emit_max_4_sample_locs(cs, centroid_priority_2x, sample_locs_2x);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_msaa.c94 static const uint32_t sample_locs_2x = variable in typeref:typename:const uint32_t
133 sample_locs = &sample_locs_2x;
188 si_emit_max_4_sample_locs(cs, centroid_priority_2x, sample_locs_2x);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dsi_cmd_buffer.c1716 static const uint32_t sample_locs_2x = FILL_SREG(4, 4, -4, -4, 0, 0, 0, 0); variable in typeref:typename:const uint32_t
1767 radeon_set_context_reg(cs, R_028BF8_PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_0, sample_locs_2x);
1768 radeon_set_context_reg(cs, R_028C08_PA_SC_AA_SAMPLE_LOCS_PIXEL_X1Y0_0, sample_locs_2x);
1769 radeon_set_context_reg(cs, R_028C18_PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y1_0, sample_locs_2x);
1770 radeon_set_context_reg(cs, R_028C28_PA_SC_AA_SAMPLE_LOCS_PIXEL_X1Y1_0, sample_locs_2x);
1806 sample_locs = &sample_locs_2x;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_emit.c579 static unsigned sample_locs_2x[12] = { local in function:r300_emit_fb_state_pipelined
627 mspos0 = r300_get_mspos(0, sample_locs_2x);
628 mspos1 = r300_get_mspos(1, sample_locs_2x);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_emit.c579 static unsigned sample_locs_2x[12] = { local in function:r300_emit_fb_state_pipelined
627 mspos0 = r300_get_mspos(0, sample_locs_2x);
628 mspos1 = r300_get_mspos(1, sample_locs_2x);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_state.c1229 static const uint32_t sample_locs_2x[] = { variable in typeref:typename:const uint32_t[]
1262 val.idx = (sample_locs_2x[0] >> offset) & 0xf;
1264 val.idx = (sample_locs_2x[0] >> (offset + 4)) & 0xf;
1296 radeon_set_config_reg(cs, R_008B40_PA_SC_AA_SAMPLE_LOCS_2S, sample_locs_2x[0]);
1320 radeon_emit(cs, sample_locs_2x[0]); /* R_028C1C_PA_SC_AA_SAMPLE_LOCS_MCTX */
1321 radeon_emit(cs, sample_locs_2x[1]); /* R_028C20_PA_SC_AA_SAMPLE_LOCS_8D_WD1_MCTX */
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_state.c1232 static const uint32_t sample_locs_2x[] = { variable in typeref:typename:const uint32_t[]
1265 val.idx = (sample_locs_2x[0] >> offset) & 0xf;
1267 val.idx = (sample_locs_2x[0] >> (offset + 4)) & 0xf;
1299 radeon_set_config_reg(cs, R_008B40_PA_SC_AA_SAMPLE_LOCS_2S, sample_locs_2x[0]);
1323 radeon_emit(cs, sample_locs_2x[0]); /* R_028C1C_PA_SC_AA_SAMPLE_LOCS_MCTX */
1324 radeon_emit(cs, sample_locs_2x[1]); /* R_028C20_PA_SC_AA_SAMPLE_LOCS_8D_WD1_MCTX */

Completed in 19 milliseconds