Searched refs:db_count_control (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c1368 unsigned db_shader_control, db_render_control, db_count_control; local in function:si_emit_db_render_state
1403 db_count_control =
1410 db_count_control =
1417 db_count_control = 0;
1419 db_count_control = S_028004_ZPASS_INCREMENT_DISABLE(1);
1425 db_count_control);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c1453 unsigned db_shader_control, db_render_control, db_count_control; local in function:si_emit_db_render_state
1476 db_count_control = S_028004_PERFECT_ZPASS_COUNTS(perfect) |
1481 db_count_control = S_028004_PERFECT_ZPASS_COUNTS(perfect) |
1487 db_count_control = 0;
1489 db_count_control = S_028004_ZPASS_INCREMENT_DISABLE(1);
1495 db_render_control, db_count_control);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c1691 uint32_t db_count_control; local in function:radv_set_db_count_control
1708 db_count_control = S_028004_ZPASS_INCREMENT_DISABLE(1);
1714 db_count_control =
1736 db_count_control = S_028004_PERFECT_ZPASS_COUNTS(1) |
1741 radeon_set_context_reg(cmd_buffer->cs, R_028004_DB_COUNT_CONTROL, db_count_control);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Devergreen_state.c2074 unsigned db_count_control = 0; local in function:evergreen_emit_db_misc_state
2081 db_count_control |= S_028004_PERFECT_ZPASS_COUNTS(1);
2083 db_count_control |= S_028004_SAMPLE_RATE(a->log_samples);
2087 db_count_control |= S_028004_ZPASS_INCREMENT_DISABLE(1);
2116 radeon_emit(cs, db_count_control); /* R_028004_DB_COUNT_CONTROL */
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Devergreen_state.c2080 unsigned db_count_control = 0; local in function:evergreen_emit_db_misc_state
2087 db_count_control |= S_028004_PERFECT_ZPASS_COUNTS(1);
2089 db_count_control |= S_028004_SAMPLE_RATE(a->log_samples);
2093 db_count_control |= S_028004_ZPASS_INCREMENT_DISABLE(1);
2122 radeon_emit(cs, db_count_control); /* R_028004_DB_COUNT_CONTROL */
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c2614 uint32_t db_count_control; local in function:radv_set_db_count_control
2628 db_count_control = S_028004_ZPASS_INCREMENT_DISABLE(1);
2639 db_count_control = S_028004_PERFECT_ZPASS_COUNTS(1) |
2656 db_count_control = S_028004_PERFECT_ZPASS_COUNTS(1) | S_028004_SAMPLE_RATE(sample_rate);
2660 radeon_set_context_reg(cmd_buffer->cs, R_028004_DB_COUNT_CONTROL, db_count_control);

Completed in 48 milliseconds