Searched refs:max_dist (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dcayman_msaa.c228 const unsigned max_dist[] = { local in function:cayman_emit_msaa_state
243 S_028BE0_MAX_SAMPLE_DIST(max_dist[log_samples]) |
H A Dr600_state.c1288 unsigned max_dist = 0; local in function:r600_emit_msaa_state
1297 max_dist = max_dist_2x;
1301 max_dist = max_dist_4x;
1307 max_dist = max_dist_8x;
1322 max_dist = max_dist_2x;
1328 max_dist = max_dist_4x;
1334 max_dist = max_dist_8x;
1344 S_028C04_MAX_SAMPLE_DIST(max_dist)); /* R_028C04_PA_SC_AA_CONFIG */
H A Devergreen_state.c1661 unsigned max_dist = 0; local in function:evergreen_emit_msaa_state
1670 max_dist = eg_max_dist_2x;
1675 max_dist = eg_max_dist_4x;
1680 max_dist = max_dist_8x;
1689 S_028C04_MAX_SAMPLE_DIST(max_dist)); /* R_028C04_PA_SC_AA_CONFIG */
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dcayman_msaa.c228 const unsigned max_dist[] = { local in function:cayman_emit_msaa_state
243 S_028BE0_MAX_SAMPLE_DIST(max_dist[log_samples]) |
H A Dr600_state.c1291 unsigned max_dist = 0; local in function:r600_emit_msaa_state
1300 max_dist = max_dist_2x;
1304 max_dist = max_dist_4x;
1310 max_dist = max_dist_8x;
1325 max_dist = max_dist_2x;
1331 max_dist = max_dist_4x;
1337 max_dist = max_dist_8x;
1347 S_028C04_MAX_SAMPLE_DIST(max_dist)); /* R_028C04_PA_SC_AA_CONFIG */
H A Devergreen_state.c1667 unsigned max_dist = 0; local in function:evergreen_emit_msaa_state
1676 max_dist = eg_max_dist_2x;
1681 max_dist = eg_max_dist_4x;
1686 max_dist = max_dist_8x;
1695 S_028C04_MAX_SAMPLE_DIST(max_dist)); /* R_028C04_PA_SC_AA_CONFIG */
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_scoreboard.cpp841 const unsigned max_dist = (q == IDX(TGL_PIPE_LONG) ? 14 : 10); local in function:__anon19a82a480110::ordered_dependency_swsb
843 if (dist <= max_dist) {
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dsi_cmd_buffer.c1363 unsigned max_dist[] = { local in function:radv_cayman_get_maxdist
1370 return max_dist[log_samples];
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dsi_cmd_buffer.c1740 unsigned max_dist[] = { local in function:radv_get_default_max_sample_dist
1746 return max_dist[log_samples];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c3501 static unsigned max_dist[] = { local in function:si_emit_msaa_config
3515 S_028BE0_MAX_SAMPLE_DIST(max_dist[log_samples]) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c3618 static unsigned max_dist[] = { local in function:si_emit_msaa_config
3632 S_028BE0_MAX_SAMPLE_DIST(max_dist[log_samples]) |

Completed in 70 milliseconds