Home
last modified time | relevance | path

Searched refs:context_roll_without_scissor_emitted (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c930 cmd_buffer->state.context_roll_without_scissor_emitted = true; in radv_emit_sample_locations()
965 cmd_buffer->state.context_roll_without_scissor_emitted = true; in radv_update_multisample_state()
1005 cmd_buffer->state.context_roll_without_scissor_emitted = true; in radv_update_binning_state()
1226 cmd_buffer->state.context_roll_without_scissor_emitted = true; in radv_emit_rbplus_state()
1311 cmd_buffer->state.context_roll_without_scissor_emitted = true; in radv_emit_graphics_pipeline()
1353 cmd_buffer->state.context_roll_without_scissor_emitted = false; in radv_emit_scissor()
1866 cmd_buffer->state.context_roll_without_scissor_emitted = true; in radv_update_bound_fast_clear_ds()
2139 cmd_buffer->state.context_roll_without_scissor_emitted = true; in radv_update_bound_fast_clear_color()
2483 cmd_buffer->state.context_roll_without_scissor_emitted = true; in radv_set_db_count_control()
5270 if (cmd_buffer->state.context_roll_without_scissor_emitted || info->strmout_buffer) in radv_need_late_scissor_emission()
[all …]
Dradv_private.h1385 bool context_roll_without_scissor_emitted; member